diff --git a/debian/changelog b/debian/changelog index 66da06b92..672a7748d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,44 @@ +plinth (19.6) experimental; urgency=medium + + [ Pavel Borecki ] + * Translated using Weblate (Czech) + + [ CurlingTongs ] + * Translated using Weblate (German) + + [ nautilusx ] + * Translated using Weblate (German) + + [ Allan Nordhøy ] + * Translated using Weblate (Norwegian Bokmål) + + [ Mesut Akcan ] + * Translated using Weblate (Turkish) + + [ narendrakumar.b ] + * letsencrypt: Provide link to configure domain if not configured + + [ James Valleroy ] + * firewall: Get service ports details + * firewall: Show ports details + * locale: Update translation strings + * doc: Fetch latest manual + + [ LoveIsGrief ] + * i2p: Add helper to modify the tunnel config + * i2p: Open HTTP(S) and IRC ports on all interfaces on install + * i2p: Add HTTP(S) and IRC ports to firewall + * i2p: Enable application + + [ Sunil Mohan Adapa ] + * i2p: flake8 and yapf fixes + * i2p: Convert unit tests to pytest style + * i2p: Update firewalld service descriptions + * i2p: Disable the daemon before editing configuration + * i2p: Don't enable proxies on external zone + + -- James Valleroy Mon, 29 Apr 2019 19:18:01 -0400 + plinth (19.5) experimental; urgency=medium [ LoveIsGrief ] diff --git a/plinth/__init__.py b/plinth/__init__.py index c95db23f4..f4dcfc9c4 100644 --- a/plinth/__init__.py +++ b/plinth/__init__.py @@ -18,4 +18,4 @@ Package init file. """ -__version__ = '19.5' +__version__ = '19.6'