From 64e0499c9de1bbf24f2ab24b24b58d7dcf21b450 Mon Sep 17 00:00:00 2001 From: James Valleroy Date: Mon, 26 Mar 2018 20:19:17 -0400 Subject: [PATCH] Release v0.26.0 to unstable Signed-off-by: James Valleroy --- debian/changelog | 57 ++++++++++++++++++++++++++++++++++++++++++++++ plinth/__init__.py | 2 +- 2 files changed, 58 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 112334941..3d571350a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,60 @@ +plinth (0.26.0) unstable; urgency=high + + [ 关羽 ] + * Translated using Weblate (Chinese (Simplified)) + + [ Igor ] + * Translated using Weblate (Russian) + + [ Pavel Borecki ] + * Translated using Weblate (Czech) + + [ Dietmar ] + * Translated using Weblate (German) + + [ anonymous ] + * Translated using Weblate (German) + + [ Allan Nordhøy ] + * Translated using Weblate (Norwegian Bokmål) + + [ Joseph Nuthalapati ] + * snapshots: Update description + * searx: Rewrite url from /searx to /searx/ + * manual: Link to manual from each service + * manual: Fix manual page links for tor and power templates + + [ Petter Reinholdtsen ] + * Translated using Weblate (Norwegian Bokmål) + + [ Robert Martinez ] + * Translated using Weblate (German) + + [ Sunil Mohan Adapa ] + * Workaround security issues in django-axes + * ssh, avahi, apache: Fix default value for setup arguments + * ssh: Add comment about regenerating SSH keys + * apache: Only regenerate snake oil cert when needed + * apache: Explicitly enable the latest version of PHP module + * apache: Increase module version number to fix php7.2 + + [ danielwine ] + * Translated using Weblate (Hungarian) + + [ Luis A. Arizmendi ] + * Translated using Weblate (Spanish) + + [ Sciumedanglisc ] + * Translated using Weblate (Italian) + + [ Johannes Keyser ] + * Translated using Weblate (German) + + [ James Valleroy ] + * Update doc-base for current html manual file + + -- James Valleroy Mon, 26 Mar 2018 20:18:57 -0400 + plinth (0.25.0) unstable; urgency=medium [ Pavel Borecki ] diff --git a/plinth/__init__.py b/plinth/__init__.py index ca2f15dde..e17f5c124 100644 --- a/plinth/__init__.py +++ b/plinth/__init__.py @@ -18,4 +18,4 @@ Package init file. """ -__version__ = '0.25.0' +__version__ = '0.26.0'