From ca0c991562b6ff8a7851180abce5f8e13ad7d66b Mon Sep 17 00:00:00 2001 From: James Valleroy Date: Mon, 4 Nov 2019 19:16:06 -0500 Subject: [PATCH] Release v19.20 to unstable Signed-off-by: James Valleroy --- debian/changelog | 92 ++++++++++++++++++++++++++++++++++++++++++++++ plinth/__init__.py | 2 +- 2 files changed, 93 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index fb2736d21..84490fccd 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Mon, 04 Nov 2019 19:15:27 -0500 + plinth (19.19) unstable; urgency=medium [ Veiko Aasa ] diff --git a/plinth/__init__.py b/plinth/__init__.py index b97511f8f..daca76b9d 100644 --- a/plinth/__init__.py +++ b/plinth/__init__.py @@ -18,4 +18,4 @@ Package init file. """ -__version__ = '19.19' +__version__ = '19.20'