diff --git a/debian/changelog b/debian/changelog index 3989180fd..c87756a95 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,79 @@ +plinth (20.5) unstable; urgency=medium + + [ Joseph Nuthalapati ] + * ci: Use pre-built container image to speed up CI + * ci: Add maintenance script for updating images + * ci: Optimize refreshing Docker image for GitLabCI + + [ James Valleroy ] + * ci: Switch docker image to testing + * Translated using Weblate (Swedish) + * locale: Update translation strings + * doc: Fetch latest manual + + [ Sunil Mohan Adapa ] + * app: Fix name of the block in templates, used for overriding + * views: Allow AppViews to set self.intial + * pagekite: Simplify code for form adding custom service + * pagekite: Remove unused templates + * pagekite: Drop ineffective base template + * pagekite: Minor cleanup + * pagekite: Merge all the configuration retrieval actions + * pagekite: Merge set-kite and set-frontend actions + * pagekite: Use Daemon component to simplify handling daemon actions + * pagekite: Don't signal new domain on init if app is disabled + * pagekite: Simplify code notifying domain name changes + * pagekite: Don't attempt to notify about domain if app is disabled + * pagekite: Remove app enabled checking from getting configuration + * pagekite: Fix functional tests by submitting the right form + * pagekite: Fix styling issues for custom services section + * pagekite: On enable/disable, add/remove domain from names module + * pagekite: Fix an error message in custom services form + * pagekite: Ensure transitioning for from old code + * matrixsynapse: Handle release of matrix-synapse 1.11 + * setup: Fix regression to force-upgrade caused by Info changes + * pagekite: Don't allow non-unique custom services + * toolbar: Factor out the clients buttons into a separate template + * index: Reintroduce clients button in front page + * upgrades: Don't ship apt backport preferences file + * setup.py: Remove files shipped in the past + * upgrades: Use internal scheduler instead of systemd timer + * shadowsocks: Change default configuration + * action_utils: Add utility to call systemd daemon-reload + * shadowsocks: Fix incorrect setting of state directory + * shadowsocks: When editing configuration, don't re-enable + * mediawiki: Don't allow anonymous edits + + [ Fioddor Superconcentrado ] + * Translated using Weblate (Spanish) + * Translated using Weblate (Spanish) + * Translated using Weblate (Spanish) + * Translated using Weblate (Spanish) + * Translated using Weblate (Spanish) + + [ Luis A. Arizmendi ] + * Translated using Weblate (Spanish) + * Translated using Weblate (Spanish) + * Translated using Weblate (Spanish) + * Translated using Weblate (Spanish) + + [ Fred ] + * Translated using Weblate (French) + + [ Veiko Aasa ] + * names: Fix Local Network Domain is not shown + + [ Thomas Vincent ] + * Translated using Weblate (French) + + [ Nektarios Katakis ] + * shadowshocks: Fix setting configuration on Buster + + [ Michael Breidenbach ] + * Translated using Weblate (Swedish) + + -- James Valleroy Mon, 23 Mar 2020 19:42:28 -0400 + plinth (20.4) unstable; urgency=medium [ Thomas Vincent ] diff --git a/plinth/__init__.py b/plinth/__init__.py index 9c3c1535d..877976e6b 100644 --- a/plinth/__init__.py +++ b/plinth/__init__.py @@ -3,4 +3,4 @@ Package init file. """ -__version__ = '20.4' +__version__ = '20.5'