Release v20.5 to unstable

Signed-off-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
James Valleroy 2020-03-23 19:43:00 -04:00
parent 0a16f171a2
commit b3b177d85b
No known key found for this signature in database
GPG Key ID: 77C0C75E7B650808
2 changed files with 77 additions and 1 deletions

76
debian/changelog vendored
View File

@ -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 <jvalleroy@mailbox.org> Mon, 23 Mar 2020 19:42:28 -0400
plinth (20.4) unstable; urgency=medium
[ Thomas Vincent ]

View File

@ -3,4 +3,4 @@
Package init file.
"""
__version__ = '20.4'
__version__ = '20.5'