diff --git a/debian/changelog b/debian/changelog index 66e332dd1..8e6993d5f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,55 @@ +freedombox (22.13) unstable; urgency=medium + + [ D āvis ] + * Added translation using Weblate (Latvian) + + [ 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) + * Translated using Weblate (Bulgarian) + + [ Benedek Nagy ] + * transmission: Add redirects to avoid 409 conflict + + [ Joseph Nuthalapati ] + * tests: functional: Integrate into Salsa CI + * tests: functional: Add jobs for bullseye-backports + + [ Michael Breidenbach ] + * Translated using Weblate (Swedish) + + [ Jiří Podhorecký ] + * Translated using Weblate (Czech) + + [ Sunil Mohan Adapa ] + * wordpress: Allow installing/updating plugins and themes + * wordpress: tests: Fix writing title for new post in newer versions + * email: Add description about ISP and domain limitations + * email: Make app available for all users (even without advanced flag) + + [ Kolja Gorter ] + * Add function to change root chanel name of mumble server + + [ Nikita Epifanov ] + * Translated using Weblate (Russian) + + [ James Valleroy ] + * wordpress: tests: Continue past language selection screen + * janus: Add new app for lightweight WebRTC server + * locale: Update translation strings + * doc: Fetch latest manual + + -- James Valleroy Mon, 06 Jun 2022 21:59:34 -0400 + freedombox (22.12) unstable; urgency=medium [ Benedek Nagy ] diff --git a/plinth/__init__.py b/plinth/__init__.py index 0e9ec0884..d0c7fd336 100644 --- a/plinth/__init__.py +++ b/plinth/__init__.py @@ -3,4 +3,4 @@ Package init file. """ -__version__ = '22.12' +__version__ = '22.13'