From 7f075ae1471d72299dc444d5c226229d41496444 Mon Sep 17 00:00:00 2001 From: James Valleroy Date: Mon, 18 Jul 2022 20:50:38 -0400 Subject: [PATCH] Release v22.16 to unstable Signed-off-by: James Valleroy --- debian/changelog | 55 ++++++++++++++++++++++++++++++++++++++++++++++ plinth/__init__.py | 2 +- 2 files changed, 56 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 5119bc55d..e9fa950d9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,58 @@ +freedombox (22.16) unstable; urgency=medium + + [ Eric ] + * Translated using Weblate (Chinese (Simplified)) + + [ Andrij Mizyk ] + * Translated using Weblate (Ukrainian) + + [ 109247019824 ] + * Translated using Weblate (Bulgarian) + * Translated using Weblate (Bulgarian) + * Translated using Weblate (Bulgarian) + * Translated using Weblate (Bulgarian) + + [ Maxime Leroy ] + * Translated using Weblate (French) + * Translated using Weblate (French) + + [ Nikita Epifanov ] + * Translated using Weblate (Russian) + * Translated using Weblate (Russian) + + [ Sunil Mohan Adapa ] + * cockpit: Depend on apache and setup after it + * privoxy: Use privileged decorator for actions + * cockpit: Reconfigure to allow any origin + * cockpit: Use decorator for privileged actions + * rssbridge: Whitelist all bridges by default + * rssbridge: Add functional tests + * apache: Merge old configuration files into a better location + * apache: Also configure to serve on /freedombox + * apache: Redirect all logs to systemd journal + * config: Add option to set logging mode: none/volatile/persistent + * config: Set volatile logging by default + * roundcube: Configure to log to journald + * roundcube: Use privileged to simplify actions + + [ nbenedek ] + * privoxy: Restrict to private IPs, prevent access over the internet + * rssbridge: New app to generate RSS feeds for websites + * roundcube: Add fail2ban jail + + [ Veiko Aasa ] + * gitweb: Switch default branch name to main for new repositories + + [ James Valleroy ] + * janus: Change short description to "Video Room" + * rssbridge: Fix flake8 errors + * debian: Update copyright year + * debian: Follows policy version 4.6.1 + * locale: Update translation strings + * doc: Fetch latest manual + + -- James Valleroy Mon, 18 Jul 2022 20:50:09 -0400 + freedombox (22.15) unstable; urgency=medium [ nbenedek ] diff --git a/plinth/__init__.py b/plinth/__init__.py index e686974d5..962fd4a53 100644 --- a/plinth/__init__.py +++ b/plinth/__init__.py @@ -3,4 +3,4 @@ Package init file. """ -__version__ = '22.15' +__version__ = '22.16'