Release v19.11 to experimental

Signed-off-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
James Valleroy 2019-07-08 18:14:45 -04:00
parent a5af9fbe0f
commit ff34c3a8a9
No known key found for this signature in database
GPG Key ID: 77C0C75E7B650808
2 changed files with 68 additions and 1 deletions

67
debian/changelog vendored
View File

@ -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 <jvalleroy@mailbox.org> Mon, 08 Jul 2019 18:13:37 -0400
plinth (19.10) experimental; urgency=medium
[ Sunil Mohan Adapa ]

View File

@ -18,4 +18,4 @@
Package init file.
"""
__version__ = '19.10'
__version__ = '19.11'