From 964051a84908230e8eae3810ef2972f59a68e175 Mon Sep 17 00:00:00 2001 From: James Valleroy Date: Mon, 27 Jan 2020 19:41:41 -0500 Subject: [PATCH] Release v20.1 to unstable Signed-off-by: James Valleroy --- debian/changelog | 110 +++++++++++++++++++++++++++++++++++++++++++++ plinth/__init__.py | 2 +- 2 files changed, 111 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 47fd19c1b..74943d881 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,113 @@ +plinth (20.1) unstable; urgency=medium + + [ ikmaak ] + * Translated using Weblate (Dutch) + * Translated using Weblate (Dutch) + + [ Allan Nordhøy ] + * samba: Fix spelling + * Translated using Weblate (Norwegian Bokmål) + * Translated using Weblate (German) + * Translated using Weblate (Spanish) + * Translated using Weblate (Norwegian Bokmål) + * Translated using Weblate (Swedish) + + [ Veiko Aasa ] + * samba: Add unit and functional tests + * deluge: Allow one to set a download directory + * deluge: Fix installation failure on slow machine + * storage: Make external disk mounts accessible by other users + * gitweb: Add link to the manual page + * gitweb: Fix functional tests if git user and email is not configured + + [ Sunil Mohan Adapa ] + * style: Fix incorrect margins for containers in mobile view + * style: Fix responsiveness for app header + * network: Fix activating connections that don't have real devices + * network: Allow setting the auto-connect property on a connection + * network: Add method to re-activate connections after an update + * wireguard: Show large buttons in show client/server pages + * wireguard: Cosmetic fixes by yapf and isort + * wireguard: Don't error out when wg0 server is not setup + * wireguard: Add ability to set private key in client addition + * wireguard: Accept all IPs on server in a client setup + * wireguard: Update descriptions in form labels + * wireguard: Only use network manager for connections to servers + * wireguard: Handle client connections through network manager + * wireguard: Update descriptions for client vs. server clarity + * wireguard: Generate private key if needed when editing server + * wireguard: Add validations in forms + * wireguard: Ensure tests work without latest network manager + * wireguard: Implement enabling/disabling app using a stored flag + * wireguard: Enable/disable connections along with the app + * wireguard: When a connection is edited, reactivate to apply changes + * wireguard: Show public key even when connection is not active + + [ Thomas Vincent ] + * Translated using Weblate (French) + + [ Nektarios Katakis ] + * Translated using Weblate (Greek) + * Translated using Weblate (Greek) + * Translated using Weblate (Greek) + * networks: form for configuring router + * networks: create view & url for new form + * networks: add link to main page for router config form + * networks: add first boot step for router config helper + * networks: modify as first boot wizard step + * networks: save router config to kvstore + + [ James Valleroy ] + * Translated using Weblate (French) + * wireguard: Add skeleton for new app + * wireguard: Implement adding client + * wireguard: Show list of added clients + * wireguard: Allow deleting a client + * wireguard: Add client info view + * wireguard: Form to add server + * wireguard: List peers in client section + * wireguard: Add server information view + * wireguard: Generate key pair + * wireguard: Show this box's public key + * wireguard: Create network manager connection + * wireguard: Encode public keys for use in URLs + * wireguard: Refactor actions file + * wireguard: Add views for editing and deleting clients and servers + * wireguard: Make setup idempotent + * wireguard: Write pre-shared key to tempfile + * wireguard: Use network API to handle connections + * wireguard: Add icon + * wireguard: Replace nmcli use with libnm + * restore: Remove app + * repro: Remove app + * networks: Update text for router setup + * bind: Enable systemd sandbox options for bind9 service + * functional_tests: Update geckodriver version to v0.26.0 + * locale: Update translation strings + * doc: Fetch latest manual + * debian: Rename TODO.Debian to TODO + * debian: Add Expat license to copyright + * debian: Update standards version to 4.5.0 + + [ Dietmar ] + * Translated using Weblate (German) + + [ nautilusx ] + * Translated using Weblate (German) + * Translated using Weblate (German) + + [ Joseph Nuthalapati ] + * functional-tests: Login only once per session + * functional-tests: Africa/Addis_Abada is gone? + * functional-tests: Add tag @service-discovery + * functional-tests: Make nav_to_module efficient + * functional-tests: Avoid unnecessary trips to Home + * functional-tests: Avoid warnings about markers + * functional-tests: Minor refactoring + * functional-tests: Mark backups and security with @system + + -- James Valleroy Mon, 27 Jan 2020 19:23:04 -0500 + plinth (20.0) unstable; urgency=medium [ Veiko Aasa ] diff --git a/plinth/__init__.py b/plinth/__init__.py index 7ac7bd615..3ba5fe8e5 100644 --- a/plinth/__init__.py +++ b/plinth/__init__.py @@ -18,4 +18,4 @@ Package init file. """ -__version__ = '20.0' +__version__ = '20.1'