diff --git a/debian/changelog b/debian/changelog index bcdf9b3e5..ff3f700cc 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Mon, 24 Sep 2018 19:23:04 -0400 + plinth (0.38.0) unstable; urgency=medium [ Allan Nordhøy ] diff --git a/plinth/__init__.py b/plinth/__init__.py index 161440a15..eef237f91 100644 --- a/plinth/__init__.py +++ b/plinth/__init__.py @@ -18,4 +18,4 @@ Package init file. """ -__version__ = '0.38.0' +__version__ = '0.39.0'