From ff34c3a8a912a9e079d288aa1e6156ca11fca353 Mon Sep 17 00:00:00 2001 From: James Valleroy Date: Mon, 8 Jul 2019 18:14:45 -0400 Subject: [PATCH] Release v19.11 to experimental Signed-off-by: James Valleroy --- debian/changelog | 67 ++++++++++++++++++++++++++++++++++++++++++++++ plinth/__init__.py | 2 +- 2 files changed, 68 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 36498a85f..c3cb29719 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,70 @@ +plinth (19.11) experimental; urgency=medium + + [ THANOS SIOURDAKIS ] + * Added translation using Weblate (Greek) + + [ ZeroAurora ] + * Translated using Weblate (Chinese (Simplified)) + + [ Doma Gergő Mihály ] + * matrixsynapse: Fix missing translation mark + + [ Doma Gergő ] + * Translated using Weblate (Hungarian) + + [ Luis A. Arizmendi ] + * Translated using Weblate (Spanish) + + [ Joseph Nuthalapati ] + * backups: Improve UX of adding ssh remote + * backups: Avoid creating duplicate SSH remotes + * backups: YAPF formatting + * backups: Text change on index page + * backups: Make paramiko a dependency of freedombox package + * debian: Add python3-paramiko to build dependencies + * backups: Fix issue with repository not being initialized + * backups: Minor refactoring in forms.py + * backups: Add test for adding ssh remotes + * backups: Avoid using `sudo` in tests + * backups: Skipping tests temporarily + * backups: tests: Fix issue with usage of fixture 'needs_root' + * Add SSH hostkey verification + * backups: ssh remotes: Refactoring + * backups: Fix functional tests broken due to URL changes + * Verify SSH hostkey before mounting + * ui: Create reusable CSS class for collapsible-button + * backups: Remove unnecessary context manager for paramiko SFTPClient + * backups: Read file path of known_hosts directly from plinth.config + * backups: Add regex validation for ssh_repository field + + [ Sunil Mohan Adapa ] + * backups: Minor fixes to host verification view template + * backup: Allow SSH directory paths with : in them + * backups: Cleanup auto-mounting SSH repositories + * backups: Minor styling changes + * backups: Handle SSH keys for old stored repositories + * backups: Require passphrase for encryption in add repository form + * backups: Fix and refactor adding a new remote repository + * backups: Remove known_hosts file from config file + * backups: Fix issue with verifying SSH host keys + * backups: Don't send passphrase on the command line + * backups: Git ignore the .ssh folder in data folder + * setup.py: Don't install directories matching ignore patterns + * backups: Minor cleanup + * backups: Un-mount SSH repositories before deleting them + + [ Igor ] + * Translated using Weblate (Russian) + + [ Andrey Vostrikov ] + * Translated using Weblate (Russian) + + [ James Valleroy ] + * locale: Update translation strings + * doc: Fetch latest manual + + -- James Valleroy Mon, 08 Jul 2019 18:13:37 -0400 + plinth (19.10) experimental; urgency=medium [ Sunil Mohan Adapa ] diff --git a/plinth/__init__.py b/plinth/__init__.py index 20a8a908b..0f00ceea9 100644 --- a/plinth/__init__.py +++ b/plinth/__init__.py @@ -18,4 +18,4 @@ Package init file. """ -__version__ = '19.10' +__version__ = '19.11'