diff --git a/debian/changelog b/debian/changelog index 934deda5c..36498a85f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Mon, 24 Jun 2019 20:06:17 -0400 + plinth (19.9) experimental; urgency=medium [ Danny Haidar ] diff --git a/plinth/__init__.py b/plinth/__init__.py index b722bd5d4..20a8a908b 100644 --- a/plinth/__init__.py +++ b/plinth/__init__.py @@ -18,4 +18,4 @@ Package init file. """ -__version__ = '19.9' +__version__ = '19.10'