Release v22.18 to unstable

Signed-off-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
James Valleroy 2022-08-15 20:55:15 -04:00
parent 29f7d8d209
commit 7071a05f47
No known key found for this signature in database
GPG Key ID: 77C0C75E7B650808
2 changed files with 61 additions and 1 deletions

60
debian/changelog vendored
View File

@ -1,3 +1,63 @@
freedombox (22.18) unstable; urgency=medium
[ Maxime Leroy ]
* Translated using Weblate (French)
[ ikmaak ]
* Translated using Weblate (Dutch)
[ Burak Yavuz ]
* Translated using Weblate (Turkish)
[ Jiří Podhorecký ]
* Translated using Weblate (Czech)
* Translated using Weblate (Czech)
[ 109247019824 ]
* Translated using Weblate (Bulgarian)
[ nautilusx ]
* Translated using Weblate (German)
[ Andrij Mizyk ]
* Translated using Weblate (Ukrainian)
[ James Valleroy ]
* networks: Remove DNSSEC diagnostics
* locale: Update translation strings
* doc: Fetch latest manual
[ Cosmin Humeniuc ]
* container: Add IdentitiesOnly option to SSH
[ Veiko Aasa ]
* container: Ignore flake8 error 'line too long' in bash script text
* storage: Fix enumerating partitions without mount points
[ Sunil Mohan Adapa ]
* coturn: Fix link to ejabberd in description
* notification: Pass full context when rendering body template
* package: Run installation operation using app_id instead of module
* operation: Add module to manage threaded operations
* *: Make setup method part of App class for all apps
* *: Add setup method on all apps that don't have it
* *: Make force upgrading part of app rather than a module
* app: Drop optimization that skips setup process
* setup: Fix issue with immediate refresh after installation
* *: Drop module level app property
* setup: Drop setup_helper and use the new Operation API
* setup: Allow starting installation when package manager is busy
* backups: tests: Mark need for Django database during API tests
* matrixsynapse: Fix showing the status messages
* ejabberd: Fix showing the status messages
* ssh: tests: functional: Keep service enabled after tests
* sharing: tests: functional: Fix a flaky test by waiting
* sharing: Add installing and enable/disable like other apps
* wireguard: Fix module.app usage that is no longer available
* doc: dev: Document previously undocumented components
-- James Valleroy <jvalleroy@mailbox.org> Mon, 15 Aug 2022 20:54:46 -0400
freedombox (22.17) unstable; urgency=medium
[ ikmaak ]

View File

@ -3,4 +3,4 @@
Package init file.
"""
__version__ = '22.17'
__version__ = '22.18'