Release v19.6 to experimental

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

41
debian/changelog vendored
View File

@ -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 <jvalleroy@mailbox.org> Mon, 29 Apr 2019 19:18:01 -0400
plinth (19.5) experimental; urgency=medium
[ LoveIsGrief ]

View File

@ -18,4 +18,4 @@
Package init file.
"""
__version__ = '19.5'
__version__ = '19.6'