Release v19.10 to experimental

Signed-off-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
James Valleroy 2019-06-24 20:07:11 -04:00
parent 3360ff388e
commit e2b13a218f
No known key found for this signature in database
GPG Key ID: 77C0C75E7B650808
2 changed files with 39 additions and 1 deletions

38
debian/changelog vendored
View File

@ -1,3 +1,41 @@
plinth (19.10) experimental; urgency=medium
[ Sunil Mohan Adapa ]
* Introduce firewall component for opening/closing ports
* Introduce webserver component for managing Apache configuration
* Introduce uwsgi component to manage uWSGI configuration
* app: Rename get() method to get_component()
* app: Add unique ID to each app class
* Introduce daemon component to handle systemd units
* radicale: Workaround issue with creating log directory
* app: Set app as enabled only when the daemon is enabled
* syncthing: Open firewall ports for listening and discovery
[ James Valleroy ]
* functional_tests: Add shortcut- prefix to test home page config
* locale: Update translations strings
* doc: Fetch latest manual
[ Mesut Akcan ]
* Translated using Weblate (Turkish)
[ ssantos ]
* Translated using Weblate (German)
[ Pavel Borecki ]
* Translated using Weblate (Czech)
[ Allan Nordhøy ]
* Translated using Weblate (Norwegian Bokmål)
[ adaragao ]
* Translated using Weblate (Portuguese)
[ Petter Reinholdtsen ]
* Translated using Weblate (Norwegian Bokmål)
-- James Valleroy <jvalleroy@mailbox.org> Mon, 24 Jun 2019 20:06:17 -0400
plinth (19.9) experimental; urgency=medium
[ Danny Haidar ]

View File

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