diff --git a/debian/changelog b/debian/changelog index 7272dd662..77be4b9f9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,34 @@ +freedombox (22.14.1) unstable; urgency=medium + + [ ikmaak ] + * Translated using Weblate (German) + * Translated using Weblate (Dutch) + + [ Burak Yavuz ] + * Translated using Weblate (Turkish) + + [ Eric ] + * Translated using Weblate (Chinese (Simplified)) + + [ 109247019824 ] + * Translated using Weblate (Bulgarian) + + [ Sunil Mohan Adapa ] + * matrixsynapse: Allow new dependency to be installed from backports + * mumble: Use privileged decorator for superuser actions + * actions: Note that privileged actions can't output to stdout + * mumble: Backup/restore the configuration file + * mumble: Don't set the root channel name unless it is changed + * mumble: tests: Add functional tests for setting the passwords + + [ Jiří Podhorecký ] + * Translated using Weblate (Czech) + + [ James Valleroy ] + * doc: Fetch latest manual + + -- James Valleroy Mon, 27 Jun 2022 07:13:07 -0400 + freedombox (22.14) unstable; urgency=medium [ ikmaak ] diff --git a/plinth/__init__.py b/plinth/__init__.py index 1ff2f56da..7ae377b0f 100644 --- a/plinth/__init__.py +++ b/plinth/__init__.py @@ -3,4 +3,4 @@ Package init file. """ -__version__ = '22.14' +__version__ = '22.14.1'