From 555f68e9365f1805e53680e7c65b059e446fb481 Mon Sep 17 00:00:00 2001 From: James Valleroy Date: Mon, 6 Dec 2021 18:52:06 -0500 Subject: [PATCH] Release v21.15 to unstable Signed-off-by: James Valleroy --- debian/changelog | 66 ++++++++++++++++++++++++++++++++++++++++++++++ plinth/__init__.py | 2 +- 2 files changed, 67 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index eaaa1a4cf..4263d4a1b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,69 @@ +freedombox (21.15) unstable; urgency=medium + + [ trendspotter ] + * Translated using Weblate (Czech) + + [ James Valleroy ] + * shaarli: Enable app + * tests: Add 'domain' mark for apps that add/remove domains + * locale: Update translation strings + * doc: Fetch latest manual + + [ Petter Reinholdtsen ] + * Translated using Weblate (Norwegian Bokmål) + + [ Sunil Mohan Adapa ] + * dynamicdns: Update URLs to the new dynamic DNS server + * firewall: Allow configuration upgrade to version 1.0.x + * *: Drop unused manual_page at module level + * app: Introduce API to setup an app + * package: Add parameter to specify skipping package recommendations + * package: Implement installing packages in the component + * actions: Get list of packages from Packages components + * security: Get the list of packages from Packages component + * *: Drop use of managed_packages and rely on Packages component + * doc/dev: Update documentation to not refer to managed_packages + * actions/service: Drop unused list action + * bind: Drop alias handling unnecessary in >= Bullseye + * security: Drop use of managed_services in security report + * daemon: Add new component to hold information about related daemons + * actions/service: Drop use of managed_services for Daemon component + * *: Drop use of managed_services, rely on Daemon component + * doc/dev: Remove mention of managed_services + * actions/letsencrypt: Drop use of managed_paths and use LE component + * *: Drop use of unnecessary managed_paths + * doc/dev: Drop discussion on managed_paths + * package: Introduce component API for package conflicts + * *: Drop module level package_conflicts and use component API + * packages: Move checking for unavailable packages to component + * app: Introduce API for managing setup state of the app + * doc/dev: Remove outdated reference to init() at module level + * *: Use the App's state management API + * setup: Drop unused API for app's state management + * *: Drop use of module level is_essential flag + * *: Drop use of module level version + * middleware, views: Reduce use of setup_helper + * web_server: Drop use of loaded_modules and use App.list + * first_boot: Drop use of loaded_modules and use App.list + * security: Drop use of loaded_modules and use App.list + * main: List apps instead of modules + * setup: Run setup on apps instead of modules + * setup: List dependencies for apps instead of modules + * setup: Use apps instead of modules to determine running first setup + * setup: Work on apps instead of modules for force upgrade + * module_loader, app: Move app init to app module + * *: Drop module level depends declaration + * doc/dev: Drop reference to module level depends declaration + * forms: Fix regression with TLS domain form in quassel and tt-rss + * email_server: Simplify domain configuration form + * email_server: Merge domain configuration with app view + * letsencrypt: On domain removal, don't revoke certificate, keep it + + [ Johannes Keyser ] + * Translated using Weblate (German) + + -- James Valleroy Mon, 06 Dec 2021 18:51:28 -0500 + freedombox (21.14.1) unstable; urgency=high [ Sunil Mohan Adapa ] diff --git a/plinth/__init__.py b/plinth/__init__.py index 433d08a00..fa4556f3d 100644 --- a/plinth/__init__.py +++ b/plinth/__init__.py @@ -3,4 +3,4 @@ Package init file. """ -__version__ = '21.14.1' +__version__ = '21.15'