Release v19.14 to unstable

Signed-off-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
James Valleroy 2019-08-12 19:32:00 -04:00
parent 872cf382b0
commit ba9700cf0f
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.14) unstable; urgency=medium
[ James Valleroy ]
* functional_tests: Fix delete backup path
* tests: Test add custom shortcuts to frontpage
* locale: Update translation strings
* doc: Fetch latest manual
* debian: Update standards version to 4.4.0
* debian: Switch to debhelper-compat
[ Pavel Borecki ]
* Translated using Weblate (Czech)
[ Doma Gergő ]
* Translated using Weblate (Hungarian)
[ pierre ]
* Translated using Weblate (French)
[ ZeroAurora ]
* Translated using Weblate (Chinese (Simplified))
[ Sunil Mohan Adapa ]
* storage: Handle all device paths during eject
* storage: Fix incorrect i18n when throwing and error
* storage: yapf changes
* setup: Clarify success log message when force upgrading
* Yapf changes
* firewall: Force upgrade to firewalld 0.7.x
* frontpage: Fix regression with loading custom shortcuts
* frontpage: Log a message when loading custom shortcuts
* upgrades: Set apt configuration to allow release info change
* tests: Fix flake8 warning about unused imports
* Minor yapf fixes
* names: Minor styling fixes
* names: Don't enumerate services for domains supporting all
* names: Introduce new API to manage domains
* names: Declare domain types in various apps
* names: Make all apps use new api to retrieve domain names
* names: Use new API in all apps
* letsencrypt: Revoke certificate only if it exists
* letsencrypt: Fix problem with automatically obtaining certificates
* cockpit: Don't error out when removing an unknown domain
* ejabberd: Ensure that hosts are not duplicated in configuration
* ejabberd: Use domain added signal for listening to domain changes
* cockpit: Don't handle the domain changed signal
* letsencrypt: Remove unused listen to domain change signal
* config: Remove unused domain change signal
* api: Fix regression with listing only enabled apps in mobile app
[ Joseph Nuthalpati ]
* upgrades: Use reusable collapsible-button style for logs
[ Mesut Akcan ]
* Translated using Weblate (Turkish)
[ Radek Pasiok ]
* Translated using Weblate (Polish)
[ Anxin YI ]
* Translated using Weblate (Chinese (Simplified))
[ Allan Nordhøy ]
* Translated using Weblate (Norwegian Bokmål)
-- James Valleroy <jvalleroy@mailbox.org> Mon, 12 Aug 2019 19:31:35 -0400
plinth (19.13) unstable; urgency=low
[ Nikolas Nyby ]

View File

@ -18,4 +18,4 @@
Package init file.
"""
__version__ = '19.13'
__version__ = '19.14'