diff --git a/debian/changelog b/debian/changelog index 70c2d548e..b9bfd27f4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,68 @@ +freedombox (21.2) unstable; urgency=medium + + [ Burak Yavuz ] + * Translated using Weblate (Turkish) + * Translated using Weblate (Turkish) + + [ Sunil Mohan Adapa ] + * radicale: Allow older 2.x release to upgrade to 3.x + * backups: schedule: tests: Fix failures due to long test run + * minidlna: Minor refactor of media directory handling + * minidlna: Implement force upgrading from older version + * jsxc: Fix issues with jQuery >= 3.5.0 + + [ Veiko Aasa ] + * calibre: Fix freedombox.local inaccessible after enabling app + * mediawiki: Fix app installation process doesn't display status information + * plinth: Show running spinner when app installation is in progress + + [ James Valleroy ] + * upgrades: Return reason when checking for dist upgrade + * upgrades: Get result of start-dist-upgrade + * upgrades: Move start-dist-upgrade result string to app + * upgrades: Add notifications for dist upgrade + * tests: Update functional tests default config + * roundcube: Allow upgrade to 1.4.* + * locale: Update translation strings + * doc: Fetch latest manual + + [ Dietmar ] + * Translated using Weblate (German) + * Translated using Weblate (Italian) + + [ ikmaak ] + * Translated using Weblate (Spanish) + * Translated using Weblate (Dutch) + * Translated using Weblate (Swedish) + * Translated using Weblate (Russian) + * Translated using Weblate (Hungarian) + + [ Coucouf ] + * Translated using Weblate (French) + * Translated using Weblate (French) + + [ Алексей Докучаев ] + * Translated using Weblate (Russian) + + [ Stanisław Stefan Krukowski ] + * Translated using Weblate (Polish) + + [ Oymate ] + * Translated using Weblate (Bengali) + + [ Fioddor Superconcentrado ] + * Translated using Weblate (Spanish) + + [ Joseph Nuthalapati ] + * matrix-synapse: python3-psycopg2 from backports + * upgrades: Increment version for MatrixSynapse 1.26 + * mediawiki: Set default logo to mediawiki.png + + [ nautilusx ] + * Translated using Weblate (German) + + -- James Valleroy Sat, 06 Feb 2021 00:33:34 -0500 + freedombox (21.1) unstable; urgency=medium [ ikmaak ] diff --git a/plinth/__init__.py b/plinth/__init__.py index db1e2ad2c..66139952b 100644 --- a/plinth/__init__.py +++ b/plinth/__init__.py @@ -3,4 +3,4 @@ Package init file. """ -__version__ = '21.1' +__version__ = '21.2'