Release v21.15 to unstable

Signed-off-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
James Valleroy 2021-12-06 18:52:06 -05:00
parent b71e6df209
commit 555f68e936
No known key found for this signature in database
GPG Key ID: 77C0C75E7B650808
2 changed files with 67 additions and 1 deletions

66
debian/changelog vendored
View File

@ -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 <jvalleroy@mailbox.org> Mon, 06 Dec 2021 18:51:28 -0500
freedombox (21.14.1) unstable; urgency=high
[ Sunil Mohan Adapa ]

View File

@ -3,4 +3,4 @@
Package init file.
"""
__version__ = '21.14.1'
__version__ = '21.15'