mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-03-11 09:04:54 +00:00
Release v0.39.0 to unstable
Signed-off-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
parent
32727e23d5
commit
c7047a2bd3
68
debian/changelog
vendored
68
debian/changelog
vendored
@ -1,3 +1,71 @@
|
||||
plinth (0.39.0) unstable; urgency=medium
|
||||
|
||||
[ Joseph Nuthalapati ]
|
||||
* Fix typo in the description meta tag
|
||||
* backups: Support multiple backups in one day
|
||||
* backups: Check if paths exist before passing them to borgbackup
|
||||
* backups: Reword the no-apps-installed message
|
||||
* backups: Make getting all apps method public
|
||||
* backups: Minor styling fixes
|
||||
* backups: Minor refactoring in finding exported archive
|
||||
* backups: Simplify getting included apps during restoring
|
||||
* udiskie: Merge into storage module
|
||||
|
||||
[ Doma Gergő ]
|
||||
* Translated using Weblate (Hungarian)
|
||||
|
||||
[ Petter Reinholdtsen ]
|
||||
* Translated using Weblate (Norwegian Bokmål)
|
||||
|
||||
[ Allan Nordhøy ]
|
||||
* Translated using Weblate (Norwegian Bokmål)
|
||||
|
||||
[ danielwine ]
|
||||
* Translated using Weblate (Hungarian)
|
||||
|
||||
[ James Valleroy ]
|
||||
* backups: Validate backup manifests
|
||||
* backups: Move manifest validation into backups app
|
||||
* backups: Fix iteration over loaded modules
|
||||
* users: Reset groups before testing register_group
|
||||
* backups: List supported and installed apps when creating
|
||||
* backups: Implement process manifests for Packet
|
||||
* backups: Provide a default backup name
|
||||
* backups: Select all apps by default
|
||||
* backups: Use paths from selected apps
|
||||
* backups: Fix and test service shutdown and restore
|
||||
* backups: Patch actions for shutdown services test
|
||||
* backups: Disable create archive when no supported apps are installed
|
||||
* backups: Dump manifests file and include it in backup
|
||||
* backups: Name borg repo folder more clearly
|
||||
* backups: Include app versions in manifest file
|
||||
* backups: Use valid filename for export
|
||||
* backups: Don't display time as separate column
|
||||
* backups: Confirm that archive exists before restoring
|
||||
* backups: Add apps selection to restore form
|
||||
* backups: Use valid filename for manifest
|
||||
* backups: When restoring, only list apps included in backup
|
||||
* backups: Use backups API for restore
|
||||
* backups: Add more basic tests for backups API
|
||||
* functional_tests: Test dynamicdns backup and restore
|
||||
* ikiwiki: Add sites folder to backup data
|
||||
* functional_tests: Test ikiwiki backup and restore
|
||||
* functional_tests: Test mediawiki backup and restore
|
||||
* functional_tests: Test repro config backup and restore
|
||||
* backups: Rename 'Create archive' to 'New backup'
|
||||
* functional_tests: More robust checks using eventually
|
||||
* backups: Show disabled 'New backup' button when no apps installed
|
||||
* backups: Enable module
|
||||
* backups: Create folder if needed during setup
|
||||
* functional_tests: Only select app under test for new backup
|
||||
* functional_tests: Test ejabberd backup and restore
|
||||
* functional_tests: Ensure that backups app is installed before test
|
||||
* debian: Don't make backup of /etc/security/access.conf (Closes: #909484)
|
||||
* Bump Standards-Version to 4.2.1
|
||||
* Cleanup udiskie module
|
||||
|
||||
-- James Valleroy <jvalleroy@mailbox.org> Mon, 24 Sep 2018 19:23:04 -0400
|
||||
|
||||
plinth (0.38.0) unstable; urgency=medium
|
||||
|
||||
[ Allan Nordhøy ]
|
||||
|
||||
@ -18,4 +18,4 @@
|
||||
Package init file.
|
||||
"""
|
||||
|
||||
__version__ = '0.38.0'
|
||||
__version__ = '0.39.0'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user