diff --git a/debian/changelog b/debian/changelog index a264abb1c..bc3e27d41 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,38 @@ +freedombox (21.4.1) unstable; urgency=medium + + [ Dietmar ] + * Translated using Weblate (German) + + [ Karol Werner ] + * Translated using Weblate (Polish) + + [ Michalis ] + * Translated using Weblate (Greek) + * Translated using Weblate (Greek) + + [ Fioddor Superconcentrado ] + * Generating developer documentation. + * config: Fix tests related to user home directory + * Translated using Weblate (Spanish) + + [ ikmaak ] + * Translated using Weblate (Dutch) + + [ Burak Yavuz ] + * Translated using Weblate (Turkish) + + [ Veiko Aasa ] + * deluge, mldonkey, syncthing, transmission: Depend on nslcd.service + * deluge: Fix daemon user not in freedombox-share group after installation + + [ Michael Breidenbach ] + * Translated using Weblate (Swedish) + + [ James Valleroy ] + * doc: Fetch latest manual + + -- James Valleroy Sat, 13 Mar 2021 11:55:40 -0500 + freedombox (21.4) unstable; urgency=medium [ Petter Reinholdtsen ] diff --git a/plinth/__init__.py b/plinth/__init__.py index 51cd7a79a..8564f8198 100644 --- a/plinth/__init__.py +++ b/plinth/__init__.py @@ -3,4 +3,4 @@ Package init file. """ -__version__ = '21.4' +__version__ = '21.4.1'