From 0a5d3bd8e725be264125a81ca1c5fbbf17c02da5 Mon Sep 17 00:00:00 2001 From: James Valleroy Date: Mon, 13 Mar 2023 21:53:11 -0400 Subject: [PATCH] Release v23.6 to unstable Signed-off-by: James Valleroy --- debian/changelog | 17 +++++++++++++++++ plinth/__init__.py | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index e8c0ffbac..79ba1531a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,20 @@ +freedombox (23.6) unstable; urgency=medium + + [ Sunil Mohan Adapa ] + * ci: Force pip to install packages to system environment + * /etc/issue: Update message to reflect that all users can login + * datetime: Use timedatectl to read current timezone + + [ nbenedek ] + * samba: make sure shares are not accessible from the internet + * ttrss: fix failing backup + + [ James Valleroy ] + * locale: Update translation strings + * doc: Fetch latest manual + + -- James Valleroy Mon, 13 Mar 2023 21:52:56 -0400 + freedombox (23.5) unstable; urgency=medium [ Dietmar ] diff --git a/plinth/__init__.py b/plinth/__init__.py index 37cf5efcc..5420964b9 100644 --- a/plinth/__init__.py +++ b/plinth/__init__.py @@ -3,4 +3,4 @@ Package init file. """ -__version__ = '23.5' +__version__ = '23.6'