Release v19.16 to unstable

Signed-off-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
James Valleroy 2019-09-09 18:19:43 -04:00
parent c44d4d1bd7
commit ee77b00079
No known key found for this signature in database
GPG Key ID: 77C0C75E7B650808
2 changed files with 78 additions and 1 deletions

77
debian/changelog vendored
View File

@ -1,3 +1,80 @@
plinth (19.16) unstable; urgency=medium
[ Joseph Nuthalapati ]
* help: Add button to submit feedback
* help: Add button for Support
* help: Add button for Contribute
* manual: Move PDF download link to HTML manual page
* help: Convert help icon in the navbar to dropdown
[ Sunil Mohan Adapa ]
* help: Add more text to contribute page for donations
* action_utils: Introduce utility for setting debconf answers
* action_utils: Workaround problem with setting debconf answers
* views: Fix failure in redirecting from language selection page
* help: Make download as PDF a regular button
* backups: Add missing slashes at the end of URLs
* backups: Remove cancel button from add disk location page
* backups: Fix removing local repository
* backups: Simplify checking repository capabilities using flags
* backups: Simplify listing repositories in index page
* backups: Rename network_storage module to store
* backups: Introduce method for checking if a repository is usable
* backups: Minor cosmetic fixes
* backups: Expose repository path as property
* backups: Rename remove_repository method to remove
* backups: Minor change to disk repository name
* backups: Rename repo_path to borg_path for clarity
* backups: Make mountpoint property private
* backups: Use higher level method in views instead of store methods
* backups: Implement hostname property on SSH repository
* backups: Clarify two separate uses of name create_repository
* backups: Separate repository loading from instantiation
* backups: Minor cosmetic changes
* backups: Minor simplification in running of action script
* backups: Improve handling borg errors
* backups: Minor simplification when adding remote repository
* backups: Handle errors when adding disk repository
* backups: Show repository error in archives table
* backups: Show lock icon for encrypted repositories
* backups: Show error when password is provided for unencrypted repo
* backups: Don't show used disk choices when adding disk repo
* backups: Show error when there are no disks available to add repo
* backups: Move add repository buttons to the top
* ejabberd: Fix listen port configuration for ejabberd 19.x
* cockpit: Prevent restart on freedombox startup
* ejabberd: Prevent restart on freedombox startup
* ejabberd: Perform host/domain name operations only when installed
* module_loader: Cosmetic changes by yapf
* web_server: Remove log message about serving static directory
* setup: Better log message when no apps need upgrades
* module_loader: Remove log message when app is imported
* actions: Improve log message about action execution
[ Doma Gergő ]
* Translated using Weblate (Hungarian)
[ Swann Martinet ]
* Translated using Weblate (German)
* Translated using Weblate (Italian)
* Translated using Weblate (French)
[ Allan Nordhøy ]
* Translated using Weblate (Norwegian Bokmål)
[ Danny Haidar ]
* help: Minor updates to the statements on contribute page
[ Joseph Nuthalpati ]
* backups: Allow adding backup repositories on multiple disks
* backups: Refactor class hierarchy in repository.py
* backups: Save new backup location to plinth database
[ James Valleroy ]
* locale: Update translation strings
-- James Valleroy <jvalleroy@mailbox.org> Mon, 09 Sep 2019 18:20:03 -0400
plinth (19.15) unstable; urgency=medium
[ Doma Gergő ]

View File

@ -18,4 +18,4 @@
Package init file.
"""
__version__ = '19.15'
__version__ = '19.16'