From cb176d2a5dbeaebac0fc9dbbdc8d16288fac3f93 Mon Sep 17 00:00:00 2001 From: James Valleroy Date: Mon, 2 Dec 2019 18:01:33 -0500 Subject: [PATCH] Release v19.22 to unstable Signed-off-by: James Valleroy --- debian/changelog | 82 ++++++++++++++++++++++++++++++++++++++++++++++ plinth/__init__.py | 2 +- 2 files changed, 83 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 87fba44ef..e259adaae 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,85 @@ +plinth (19.22) unstable; urgency=medium + + [ Matt Conroy ] + * pagekite: Get rid of tabs in the configuration page + * openvpn: manual link points to incorrect page + + [ Joseph Nuthalapati ] + * pagekite: Fix functional tests + * pagekite: Show existing services only if there are any + * pagekite: Make Custom Services look like it's under Configuration + * pagekite: Use the new app toggle button + * openvpn: Add client apps + + [ Thomas Vincent ] + * Translated using Weblate (French) + + [ Fred ] + * Translated using Weblate (French) + * Translated using Weblate (French) + + [ Alice Kile ] + * backups: fix title not appearing + * diagnostics: don't run on disabled modules + * apps: Remove link to webapps in app descriptions + * Fix error with app toggle input + * templates: Add toolbar for apps in app.html + * toolbar: Move diagnostics button into dropdown menu + + [ nautilusx ] + * Translated using Weblate (German) + + [ Michael Breidenbach ] + * Translated using Weblate (German) + * Translated using Weblate (Swedish) + + [ Veiko Aasa ] + * ssh: fix Avahi SFTP service file + * diagnostics: fix IPv6 failures + * matrix-synapse: Update requirement from buster-backports + * samba: Users can enable a guest share + * samba: user can select devices for sharing + * samba: fixes and improvements + * samba: fixes and improvements + * app: fix javascript constant redeclaration error + * samba: Fix javascript constant redeclaration error + + [ James Valleroy ] + * debian: Update German debconf translation (Closes: #945387) + - Thanks to Helge Kreutzmann for the patch. + * samba: Add acl to managed_packages + * samba: Fix restore command + * samba: Move urls under apps/ + * functional_tests: Add basic samba tests + * samba: Use register_group instead of create_group + * samba: Only show shortcut to users in freedombox-share group + * samba: Keep create_group in setup + * diagnostics: Use a distinct class for Run Diagnostics button on this page + * locale: Update translation strings + * doc: Fetch latest manual + + [ Sunil Mohan Adapa ] + * diagnostics: Use app.html instead of simple_app.html + * firewall: Use app.html instead of simple_app.html + * letsencrypt: Use app.html instead of simple_app.html + * monkeysphere: Use app.html instead of simple_app.html + * names: Use app.html instead of simple_app.html + * power: Use app.html instead of simple_app.html + * openvpn: Use app.html instead of simple_app.html + * tor: Use app.html instead of simple_app.html + * ikiwiki: Move the create button to manage section + * gitweb: Move create button into manage section + * networks: Move actions button into connection section + * templates: Remove the now unused simple_app.html + * users: Move create button into users section + * minetest: Minor cosmetic fix + * templates: Make internal zone and port forwarding info override-able + * toolbar: Make diagnostics button looks like other drop down items + * toolbar: Align extra actions drop down button to the right + * toolbar: Rewamp toolbar code for simplicity and to fix issues + + -- James Valleroy Mon, 02 Dec 2019 18:00:45 -0500 + plinth (19.21) unstable; urgency=medium [ Veiko Aasa ] diff --git a/plinth/__init__.py b/plinth/__init__.py index 4758e250d..d58f4b90a 100644 --- a/plinth/__init__.py +++ b/plinth/__init__.py @@ -18,4 +18,4 @@ Package init file. """ -__version__ = '19.21' +__version__ = '19.22'