From 4a057aeb53b2ff4fae5a72a19e35dd31580bcc63 Mon Sep 17 00:00:00 2001 From: James Valleroy Date: Mon, 14 Feb 2022 20:41:40 -0500 Subject: [PATCH] Release v22.5 to unstable Signed-off-by: James Valleroy --- debian/changelog | 61 ++++++++++++++++++++++++++++++++++++++++++++++ plinth/__init__.py | 2 +- 2 files changed, 62 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index dea8d3f06..6f9ce180e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,64 @@ +freedombox (22.5) unstable; urgency=medium + + [ ikmaak ] + * Translated using Weblate (German) + * Translated using Weblate (Dutch) + + [ Burak Yavuz ] + * Translated using Weblate (Turkish) + + [ Eric ] + * Translated using Weblate (Chinese (Simplified)) + + [ Joseph Nuthalapati ] + * tests: functional: Add plugin for HTML reports + + [ Besnik Bleta ] + * Translated using Weblate (Albanian) + * Translated using Weblate (Albanian) + * Translated using Weblate (Albanian) + + [ Jaime Marquínez Ferrándiz ] + * Translated using Weblate (Spanish) + + [ Michael Breidenbach ] + * Translated using Weblate (Swedish) + + [ Nikita Epifanov ] + * Translated using Weblate (Russian) + + [ Jiří Podhorecký ] + * Translated using Weblate (Czech) + + [ Andrij Mizyk ] + * Translated using Weblate (Ukrainian) + + [ Benedek Nagy ] + * Translated using Weblate (Hungarian) + * Translated using Weblate (Hungarian) + * tt-rss: Restrict access to `feed-reader` group in "/tt-rss-app" + + [ James Valleroy ] + * dynamicdns: Replace ez-ipupdate + * locale: Update translation strings + * doc: Fetch latest manual + + [ Sunil Mohan Adapa ] + * dynamicdns: Drop about page and merge into description + * dynamicdns: Drop tabs and use single page + * dynamicdns: Drop NAT detection as it is no longer used + * app: Add component to store enabled state of an app in kvstore + * backups: Implement backup/restore of key/value settings + * dynamicdns: Rewrite configuration handling and update using URL + * users: Fix typo in description + * minetest: Reduce the number of configuration update messages + + [ 109247019824 ] + * Translated using Weblate (Bulgarian) + * Translated using Weblate (Bulgarian) + + -- James Valleroy Mon, 14 Feb 2022 20:41:06 -0500 + freedombox (22.4) unstable; urgency=medium [ ikmaak ] diff --git a/plinth/__init__.py b/plinth/__init__.py index fc2011a64..0901aaa17 100644 --- a/plinth/__init__.py +++ b/plinth/__init__.py @@ -3,4 +3,4 @@ Package init file. """ -__version__ = '22.4' +__version__ = '22.5'