From 19d335bf38daf7e71aacf571c6dfa8b5ee577a47 Mon Sep 17 00:00:00 2001 From: James Valleroy Date: Mon, 14 Jan 2019 22:04:01 -0500 Subject: [PATCH] Release v0.47.0 to unstable Signed-off-by: James Valleroy --- debian/changelog | 54 ++++++++++++++++++++++++++++++++++++++++++++++ plinth/__init__.py | 2 +- 2 files changed, 55 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index e637d8dc0..81cd1e567 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,57 @@ +plinth (0.47.0) unstable; urgency=medium + + [ Joseph Nuthalapati ] + * ci: Don't install fuse and fuse3 packages in the CI environment + * snapshot: Fix snapshots filling up the disk + * snapshot: ui: Remove NUMBER_MIN_AGE setting and add FREE_LIMIT + * snapshot: Enable TIMELINE_CLEANUP and NUMBER_CLEANUP by default + * snapshot: Improve description + * snapshot: Merge the functionality of the migrate command into setup + * snapshot: Fix failing tests + * snapshots: Handle installation on non-btrfs filesystems + * snapshot: Handle "Config in use" error + + [ James Valleroy ] + * radicale: Add tests for well-known URLs + * radicale: Don't modify default file for radicale >= 2.1.10 + * radicale: Add support for radicale 2.x + * setup: Fix spelling error + * radicale: Switch to uwsgi for radicale 2.x + * radicale: Create collections folder before starting uwsgi + * Update translation strings + * Fetch latest manual + * debian: Update debhelper compat version to 12 + + [ Sunil Mohan Adapa ] + * radicale: Redirect to well-known URLs according to version + * syncthing: Use exact matches when enforcing trailing '/' + * snapshot: Minor styling fixes + * snapshot: Update descriptions and UI options + * snapshot: Refactor configuration migration + * main: Separate out Django setup into a separate module + * main: Separate out CherryPy code into a separate module + * Show Gujarati in the list of UI languages + * cockpit: Add link to manual page + * cockpit: Update description + * firewalld: Flush iptables rules before restarting firewall + * backups: Don't fail tests when borg is not installed + * backups: yapf fixes + * django: Use Argon2 password hash + * setup: Handle showing setup page after app completes installation + * setup: Minor flake8 fixes + * setup: Reduce refresh time when application is already installed + * setup: Don't perform is-package-manager-busy checks when not needed + * action_utils: Implement utilities for managing uwsgi configurations + * searx: Use action utils for uwsgi configuration management + * radicale: Don't keep radicale service running + * icons: Fixes for switching to fork-awesome + * Fix i18n for menu strings + + [ Prachi Srivastava ] + * Replace glyphicons with forkawesome icons + + -- James Valleroy Mon, 14 Jan 2019 22:08:54 -0500 + plinth (0.46.1) unstable; urgency=medium [ prolinux ukraine ] diff --git a/plinth/__init__.py b/plinth/__init__.py index c594bafd4..f0127bd4d 100644 --- a/plinth/__init__.py +++ b/plinth/__init__.py @@ -18,4 +18,4 @@ Package init file. """ -__version__ = '0.46.1' +__version__ = '0.47.0'