Release v19.19 to unstable

Signed-off-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
James Valleroy 2019-10-21 18:50:38 -04:00
parent 52d718b3e6
commit d05facfe04
No known key found for this signature in database
GPG Key ID: 77C0C75E7B650808
2 changed files with 56 additions and 1 deletions

55
debian/changelog vendored
View File

@ -1,3 +1,58 @@
plinth (19.19) unstable; urgency=medium
[ Veiko Aasa ]
* ikiwiki: Allow full Unicode text in wiki/blog title names
* actions: Check with flake8
* gitweb: New app for simple git hosting
* users: reload Apache2 to flush LDAP cache after user operations
* gitweb: update repository list where necessary
* gitweb: fix Windows Git client download link in manifest
* gitweb: add help text for description and owner fields in the form
* gitweb: enable rename detection
[ Pavel Borecki ]
* Translated using Weblate (Czech)
[ Thomas Vincent ]
* Translated using Weblate (French)
[ Birger Schacht ]
* ssh: Show server fingerprints in SSH page
[ James Valleroy ]
* Translated using Weblate (French)
* gitweb: Fix flake8 error
* locale: Update translations strings
* doc: Fetch latest manual
[ Nevena Mircheva ]
* Translated using Weblate (Bulgarian)
[ Sunil Mohan Adapa ]
* matrixsynapse: Remove unused letsencrypt action
* ejabberd: Removed unused letsencrypt action
* gitweb: Minor fixes after review
* gitweb: Minor visual changes to templates
* gitweb: Fix issue with elevated access to private repositories
* frontpage: Show shortcuts that public even if need a group
* searx, app, translation, language-selection: Fix license header
* ikiwiki: Remove extra create button when no wiki/blog is present
* cosmetic: yapf formatting
[ ikmaak ]
* Translated using Weblate (Dutch)
[ Michael Breidenbach ]
* Translated using Weblate (German)
[ Allan Nordhøy ]
* Translated using Weblate (Norwegian Bokmål)
[ Matthias Dellweg ]
* quassel: Add let's encrypt component for certficiates
-- James Valleroy <jvalleroy@mailbox.org> Mon, 21 Oct 2019 18:49:35 -0400
plinth (19.18) unstable; urgency=medium
[ Matthias Dellweg ]

View File

@ -18,4 +18,4 @@
Package init file.
"""
__version__ = '19.18'
__version__ = '19.19'