From 920ba36ea15c827bda2b89f13de39b432472c183 Mon Sep 17 00:00:00 2001 From: James Valleroy Date: Mon, 13 May 2019 19:48:47 -0400 Subject: [PATCH] Release v19.7 to experimental Signed-off-by: James Valleroy --- debian/changelog | 84 ++++++++++++++++++++++++++++++++++++++++++++++ plinth/__init__.py | 2 +- 2 files changed, 85 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 672a7748d..d3460d432 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,87 @@ +plinth (19.7) experimental; urgency=medium + + [ LoveIsGrief ] + * i2p: Use augeas for editing the router.config + * i2p: Include default favorites after installation + + [ Sunil Mohan Adapa ] + * i2p: Update license headers for consistent formatting + * i2p: Minor flake8 and yapf fixes + * i2p: Convert router configuration tests to pytest style + * transmission: Fix issue with promoting menu item + * tor: Fix issue with promoting/demoting menu item + * apps: Fix showing apps background twice + * apps: Style disable app icons according to design + * apps: Style the title for disabled icons section + * sharing: Always keep menu item in promoted state + * apps: Promote/demote menu items for disabled apps too + * tests: Add commonly used fixtures globally + * tests: Remove unused test discovery code + * custom_shortcuts: Fix issue with writing tests as different user + * backups: Convert tests to pytest style + * bind: Convert tests to pytest style + * config: Convert tests to pytest style + * diaspora: Convert tests to pytest style + * letsencrypt: Convert tests to pytest style + * names: Convert tests to pytest style + * pagekite: Convert tests to pytest style + * storage: Convert tests to pytest style + * tor: Convert tests to pytest style + * users: Convert tests to pytest style + * actions: Convert tests to pytest style + * cfg: Convert tests to pytest style + * clients: Convert tests to pytest style + * context_processors: Convert tests to pytest style + * kvstore: Convert tests to pytest style + * menu: Convert tests to pytest style + * middleware: Convert tests to pytest style + * network: Convert tests to pytest style + * templatetags: Convert tests to pytest style + * utils: Convert tests to pytest style + * i2p: Rename test fixtures to avoid a minor warning + * ejabberd: Include Bosh port 5280 in port forwarding information + * repro: Show port forwarding information + * Common template for showing port forwarding information + * i2p: Show port forwarding information + * bind: Show port forwarding information + * ssh: Show port forwarding information + + [ Doma Gergő ] + * Translated using Weblate (Hungarian) + + [ Allan Nordhøy ] + * Translated using Weblate (Norwegian Bokmål) + + [ Radek Pasiok ] + * Translated using Weblate (Polish) + + [ Erik Ušaj ] + * Added translation using Weblate (Slovenian) + * Translated using Weblate (Slovenian) + + [ Karel Trachet ] + * Translated using Weblate (Dutch) + + [ ssantos ] + * Translated using Weblate (German) + * Translated using Weblate (Portuguese) + + [ James Valleroy ] + * apps: Separate enabled and disabled apps + * apps: Add port forwarding info + * service: Show port forwarding info when available + * openvpn: Show port forwarding info + * minetest: Fix flake8 error + * matrixsynapse: Show port forwarding info + * tahoe: Show port forwarding info + * locate: Update translation strings + * doc: Fetch latest manual + + [ Joseph Nuthalapati ] + * Translated using Weblate (Telugu) + + -- James Valleroy Mon, 13 May 2019 19:47:52 -0400 + plinth (19.6) experimental; urgency=medium [ Pavel Borecki ] diff --git a/plinth/__init__.py b/plinth/__init__.py index f4dcfc9c4..602315511 100644 --- a/plinth/__init__.py +++ b/plinth/__init__.py @@ -18,4 +18,4 @@ Package init file. """ -__version__ = '19.6' +__version__ = '19.7'