Release v19.20 to unstable

Signed-off-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
James Valleroy 2019-11-04 19:16:06 -05:00
parent 6e35012b2a
commit ca0c991562
No known key found for this signature in database
GPG Key ID: 77C0C75E7B650808
2 changed files with 93 additions and 1 deletions

92
debian/changelog vendored
View File

@ -1,3 +1,95 @@
plinth (19.20) unstable; urgency=medium
[ Veiko Aasa ]
* gitweb: Set correct access rights after enabling application
* gitweb: Add tests for actions script
* gitweb: Add functional tests
* gitweb: avoid global environment variables in Apache configuration
* gitweb: fix links that end with /HEAD
* gitweb: Validate repository name also in actions script
* gitweb: do not change working directory inside actions script
* sharing: Fix wrong links on Apache2 directory index page
[ Fioddor Superconcentrado ]
* Translated using Weblate (German)
* Translated using Weblate (Spanish)
* d/po/es: New translation file
* d/po: Fix header comments
[ Michael Breidenbach ]
* Translated using Weblate (German)
* Translated using Weblate (Swedish)
* Translated using Weblate (Swedish)
[ Sunil Mohan Adapa ]
* debian: Remove plinth transitional package
* cfg: Fix test case failure due to incorrect path assumption
* gitlab-ci: Fix path for HTML coverage report generation
* gitweb: Set proper access after restoration of a backup
* setup: Don't include actions/__pycache__ during installation
* ssh: Fix flake8 failure by removing unused import
* config: Use AppView and cleanup custom code
* storage: Use AppView and cleanup custom code
* doc: Install using makefile instead of setup.py
* doc: Fetch and add Spanish manual
* help: Fix showing manual pages in fallback cases
* app: Fix a pytest warning in tests
* setup.py: Set development status classifier to production/stable
* setup.py: Add more topics to classifiers
* doc: Add developer documentation using Sphinx
* actions: Fix issue with docstring causing issues with Sphnix
* Translated using Weblate (Swedish)
[ Pavel Borecki ]
* Translated using Weblate (Czech)
[ Thomas Vincent ]
* Translated using Weblate (French)
* backups: Fix a typo in backups upload form
* Translated using Weblate (French)
[ homycal ]
* Translated using Weblate (French)
[ Mattias Münster ]
* Translated using Weblate (Swedish)
[ Allan Nordhøy ]
* Translated using Weblate (Norwegian Bokmål)
* Translated using Weblate (French)
* Translated using Weblate (French)
[ Nektarios Katakis ]
* ssh: Option for disabling password authentication
[ Joseph Nuthalapati ]
* infinoted: Add missing manual page link
* doc: Add directory for development documentation
* doc: Skip empty lines when piping to wget
* doc: Fix Unicode issues with the manual
* doc: Remove language code from title
* doc: Move build scripts into separate directory
* doc: Minor cosmetic changes
* doc: Move English manual to manual/en directory
* help: Respect language preference when showing user manual
* snapshot: Sort snapshot list from newest to oldest
[ Doma Gergő ]
* Translated using Weblate (Hungarian)
[ Fred ]
* Translated using Weblate (French)
* Translated using Weblate (French)
[ James Valleroy ]
* config: Implement get_initial and form_valid
* functional_tests: Update config form ids
* coquelicot: Change quotes to ASCII
* locale: Update translation strings
* doc: Fetch latest manual
-- James Valleroy <jvalleroy@mailbox.org> Mon, 04 Nov 2019 19:15:27 -0500
plinth (19.19) unstable; urgency=medium
[ Veiko Aasa ]

View File

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