diff --git a/debian/changelog b/debian/changelog index 6da2a757a..ec4b671e2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,80 @@ +freedombox (21.0) unstable; urgency=medium + + [ Dietmar ] + * Translated using Weblate (German) + + [ ikmaak ] + * Translated using Weblate (German) + * Translated using Weblate (Dutch) + * Translated using Weblate (Spanish) + * Translated using Weblate (French) + + [ Burak Yavuz ] + * Translated using Weblate (Turkish) + + [ Doma Gergő ] + * Translated using Weblate (Hungarian) + + [ Veiko Aasa ] + * functional tests: Make tests compatible with pytest-bdd v4.0 + * ejabberd: functional tests: Wait until the jsxc buddy list is loaded + * users: Skip action script tests if LDAP is not set up + * functional-tests: Fix installation errors in install.sh script + * dev-container: Add subcommand to run tests + * gitweb: tests: functional: Fix test failures in localized environment + * dev-container: 'up' command: Show banner also when container is already + running + * dev-container: Add command to print container IP address + * tests: functional: Improve creating users in tests + * gitweb: Add functional tests for git-access group + * plinth: Fix daemon is enabled check when service alias is provided + + [ ullli ] + * mumble: Updated mumla and removed plumble from clients list + + [ Johannes Keyser ] + * Translated using Weblate (German) + + [ Sunil Mohan Adapa ] + * apache2: Allow downloads in openvpn and backups with latest browsers + * backups: Don't open a new window for downloading backups + * openvpn: Don't show running status on download profile button + * app: component: Add app_id and app properties + * app: Add locked flag + * backups: Add new component for backup and restore + * backups: Use the backup component in all apps + * doc: dev: Update documentation for using backup component + * app: info: Move client validation to info component + * doc: dev: Update documentation on calling clients validation + * doc: dev: Update the tutorial to reflect latest API/code + * radicale: Fix backup and restore of configuration + + [ Michael Breidenbach ] + * Translated using Weblate (Swedish) + + [ James Valleroy ] + * users: Avoid test error if ldapsearch is not available + * upgrades: Ensure freedombox package is upgraded during dist upgrade + * upgrades: Add service for dist upgrade + * upgrades: Install python3-systemd for unattended-upgrades + * upgrades: Don't allow needrestart to restart freedombox-dist-upgrade + * upgrades: Check before starting dist upgrade process + * upgrades: Write dist-upgrade service file in /run + * upgrades: Restart FreedomBox service at end of dist-upgrade + * upgrades: Use full path to searx action script + * upgrades: Hold tt-rss during dist upgrade, if available + * locale: Update translation strings + * doc: Fetch latest manual + + [ Stanisław Stefan Krukowski ] + * Translated using Weblate (Polish) + + [ Joseph Nuthalapati ] + * transmission: Show port forwarding information + * transmission: Update description + + -- James Valleroy Mon, 11 Jan 2021 19:57:44 -0500 + freedombox (20.21) unstable; urgency=medium [ Johannes Keyser ] diff --git a/plinth/__init__.py b/plinth/__init__.py index 244d23879..4a001f818 100644 --- a/plinth/__init__.py +++ b/plinth/__init__.py @@ -3,4 +3,4 @@ Package init file. """ -__version__ = '20.21' +__version__ = '21.0'