From 0aead35ea80c128b57dd9193ef64b87580aecd86 Mon Sep 17 00:00:00 2001 From: James Valleroy Date: Mon, 23 May 2022 20:48:48 -0400 Subject: [PATCH] Release v22.12 to unstable Signed-off-by: James Valleroy --- debian/changelog | 49 ++++++++++++++++++++++++++++++++++++++++++++++ plinth/__init__.py | 2 +- 2 files changed, 50 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 1c72c6774..66e332dd1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,52 @@ +freedombox (22.12) unstable; urgency=medium + + [ Benedek Nagy ] + * mediawiki: Add stricter sandbox rules for jobrunner service + * mediawiki: Serve hidden service over http for .onion domains + * tt-rss: Fix description about user access + * ssh, bind: Show 'Learn More...' links + + [ ikmaak ] + * Translated using Weblate (German) + * Translated using Weblate (Dutch) + + [ John Doe ] + * Translated using Weblate (French) + + [ Burak Yavuz ] + * Translated using Weblate (Turkish) + + [ Eric ] + * Translated using Weblate (Chinese (Simplified)) + + [ 109247019824 ] + * Translated using Weblate (Bulgarian) + + [ Asle Næss ] + * Translated using Weblate (Norwegian Bokmål) + * Translated using Weblate (Norwegian Bokmål) + + [ Petter Reinholdtsen ] + * Translated using Weblate (Norwegian Bokmål) + + [ Sunil Mohan Adapa ] + * apache: Allow URL diagnostics to work with redirects + * mediawiki: Fix URL diagnostics with redirects involved + * frontpage: Reuse app header template for showing app description + * frontpage: Allow showing links to manual pages + * *: Show Learn More... links in frontpage with description + * firewall: Show service name in port forwarding info table + * tor: Show port forwarding information in consistent way + + [ Jiří Podhorecký ] + * Translated using Weblate (Czech) + + [ James Valleroy ] + * locale: Update translation strings + * doc: Fetch latest manual + + -- James Valleroy Mon, 23 May 2022 20:48:11 -0400 + freedombox (22.11) unstable; urgency=medium [ Veiko Aasa ] diff --git a/plinth/__init__.py b/plinth/__init__.py index c0e397987..0e9ec0884 100644 --- a/plinth/__init__.py +++ b/plinth/__init__.py @@ -3,4 +3,4 @@ Package init file. """ -__version__ = '22.11' +__version__ = '22.12'