From a869ef531c96a87982372d9f54b113525c15c860 Mon Sep 17 00:00:00 2001 From: James Valleroy Date: Mon, 18 Nov 2019 19:36:34 -0500 Subject: [PATCH] Release v19.21 to unstable Signed-off-by: James Valleroy --- debian/changelog | 70 ++++++++++++++++++++++++++++++++++++++++++++++ plinth/__init__.py | 2 +- 2 files changed, 71 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 84490fccd..87fba44ef 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,73 @@ +plinth (19.21) unstable; urgency=medium + + [ Veiko Aasa ] + * gitweb: Allow to import from a remote repository + * gitweb: Do not recursively scan for Git repositories + * turbolinks: Disable turbolinks on links that don't point to /plinth/... + + [ nautilusx ] + * Translated using Weblate (German) + + [ Doma Gergő ] + * Translated using Weblate (Hungarian) + + [ Allan Nordhøy ] + * Translated using Weblate (Swedish) + * Translated using Weblate (Norwegian Bokmål) + + [ Birger Schacht ] + * backups: Show proper error when SSH server is not reachable + * ssh: Add the error of ssh-keyscan to the verification view + * tor: Rename "Hidden Service" to "Onion Service" + + [ Joseph Nuthalapati ] + * ejabberd: Handle case where domain name is not set + * tahoe: Mark Tahoe-LAFS as an advanced app + * README: Fix hyperlinks to badges and images + * doc: dev: Add instructions to setup developer documentation + * doc: dev: Mention where to find the user manual + * doc: dev: Reduce toc depth to 2 levels to reduce noise + * doc: dev: Fix headings + * doc: dev: Add favicon to developer documentation site + * app: Avoid showing empty configuration block + * app: Fix broken functional tests + * firstboot: reading firstboot-wizard-secret file + * searx: Set safe_search to Moderate by default + * clients: Improve code readability + + [ Sunil Mohan Adapa ] + * backups: i18n for a string on verify ssh host page + * backups: Simplify SSH fingerprint verification command + * HACKING: Update with instructions for multiple OSes + * CONTRIBUTING: Add more instructions on commits and MR changes + * doc: Fix unavailability of manual images + * tor: Fix port diagnostics by correcting port data type + * tor: Expect obfs service to be also available on IPv6 + * tor: Listen on IPv6 for OrPort + + [ Thomas Vincent ] + * Translated using Weblate (French) + + [ Michael Breidenbach ] + * Translated using Weblate (Swedish) + + [ James Valleroy ] + * HACKING: Fix provision with tests command + * d/po: Run debconf-updatepo + * locale: Update translation strings + + [ Radek Pasiok ] + * Translated using Weblate (Polish) + * Translated using Weblate (Polish) + + [ Alice Kile ] + * clients: implement launch button feature + * app: Implement toggle button in app page + * app: Use single form for app toggle and configuration + * app: Make the toggle-button responsive + + -- James Valleroy Mon, 18 Nov 2019 19:35:38 -0500 + plinth (19.20) unstable; urgency=medium [ Veiko Aasa ] diff --git a/plinth/__init__.py b/plinth/__init__.py index daca76b9d..4758e250d 100644 --- a/plinth/__init__.py +++ b/plinth/__init__.py @@ -18,4 +18,4 @@ Package init file. """ -__version__ = '19.20' +__version__ = '19.21'