diff --git a/debian/changelog b/debian/changelog index 8e6993d5f..7272dd662 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,53 @@ +freedombox (22.14) unstable; urgency=medium + + [ ikmaak ] + * Translated using Weblate (German) + * Translated using Weblate (Dutch) + + [ Burak Yavuz ] + * Translated using Weblate (Turkish) + + [ Eric ] + * Translated using Weblate (Chinese (Simplified)) + + [ Jiří Podhorecký ] + * Translated using Weblate (Czech) + + [ 109247019824 ] + * Translated using Weblate (Bulgarian) + * Translated using Weblate (Bulgarian) + + [ Nikita Epifanov ] + * Translated using Weblate (Russian) + + [ Coucouf ] + * Translated using Weblate (French) + + [ schiriki ] + * Add char field to set a password that is required to join the server + + [ nbenedek ] + * janus: improve description about coturn + * mediawiki: Add option to change the site name + + [ Sunil Mohan Adapa ] + * translation: Don't use session for storing lang pref in Django 4.0 + * users: Fix deleting user LDAP entry with Django 4.0 + * ejabberd: Make localhost disabled option in domain selection + * actions: Add a decorator for marking superuser actions + * doc: dev: Use and recommend new privileged actions + * transmission: Simplify actions using the privileged decorator + * ejabberd: Revert changes to always keep localhost (aa5b1cea126d37) + + [ James Valleroy ] + * tests: Add a dummy parameter for middlewares + * ejabberd: Automatically use coturn + * ejabberd: Add multi-select form for domains + * locale: Update translation strings + * doc: Fetch latest manual + + -- James Valleroy Mon, 20 Jun 2022 20:52:22 -0400 + freedombox (22.13) unstable; urgency=medium [ D āvis ] diff --git a/plinth/__init__.py b/plinth/__init__.py index d0c7fd336..1ff2f56da 100644 --- a/plinth/__init__.py +++ b/plinth/__init__.py @@ -3,4 +3,4 @@ Package init file. """ -__version__ = '22.13' +__version__ = '22.14'