From d5b764df814d34990f9274870621ca121dcaa5e1 Mon Sep 17 00:00:00 2001 From: James Valleroy Date: Tue, 15 Sep 2020 17:43:05 -0400 Subject: [PATCH] Release v20.14 to unstable Signed-off-by: James Valleroy --- debian/changelog | 28 +++++++++++++++++++++++++--- plinth/__init__.py | 2 +- 2 files changed, 26 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index 36d63af13..17c6114d6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -plinth (20.14) UNRELEASED; urgency=medium +plinth (20.14) unstable; urgency=high [ Fioddor Superconcentrado ] * Translated using Weblate (Spanish) @@ -13,6 +13,9 @@ plinth (20.14) UNRELEASED; urgency=medium * jsxc, sharing: Add 'Learn more...' link for help pages * wireguard: Add 'Learn more...' link for help page * doc: wikiparser: Resolve URLs for locally available pages + * HACKING.md: Instructions for container-related troubleshooting + * i18n: Mark strings missed for translation + * snapshots: Clarify description for disabling yearly snapshots [ Doma Gergő ] * Translated using Weblate (Hungarian) @@ -96,6 +99,13 @@ plinth (20.14) UNRELEASED; urgency=medium * upgrades: Separate concepts for backports enabled vs. requested * upgrades, security: Use consistent terminology 'activate' * backports: When upgrading from older version, assumed requested + * package: Add ability to reinstall a package + * matrixsynapse: Perform a one time conversion to new config format + * doc: manual: Fetch latest manual, remove non-existent images/pages + * doc: wikiparser: Use icons from the icons directory + * doc: wikiparser: Show icons with full size + * doc: manual: Replace manual icons to drop CC 2.5 license + * deluge: Use older icon to drop CC 2.0 license [ Joseph Nuthalapati ] * searx: Add functional test for app availability @@ -133,7 +143,7 @@ plinth (20.14) UNRELEASED; urgency=medium * wikiparser: Don't render Admonition with style comment * test-wikiparser: Remove fixes.xslt step * debian: Add unit tests to autopkgtest - * apache: Disable mod_status + * apache: Disable mod_status (CVE-2020-25073) * debian: Don't show first wizard secret on command line * debian: Remove unused vars from postinst * matrixsynapse: Use conf.d snippets @@ -142,6 +152,8 @@ plinth (20.14) UNRELEASED; urgency=medium * upgrades: Add first boot step to configure backports * upgrades: Use kvstore and then file to determine if backports are enabled * debian: Temporarily revert source package rename + * locale: Update translation strings + * doc: Fetch latest manual [ Veiko Aasa ] * samba: Hide common system partitions @@ -196,7 +208,17 @@ plinth (20.14) UNRELEASED; urgency=medium [ Artem ] * Translated using Weblate (Russian) - -- James Valleroy Sat, 12 Sep 2020 18:23:31 -0400 + [ Ralf Barkow ] + * Translated using Weblate (German) + + [ Reg Me ] + * Translated using Weblate (Dutch) + * Translated using Weblate (Dutch) + + [ Q.-A. Nick ] + * upgrades, security: Update the messages describing backports + + -- James Valleroy Tue, 15 Sep 2020 17:03:43 -0400 freedombox (20.13) unstable; urgency=medium diff --git a/plinth/__init__.py b/plinth/__init__.py index 8c8375453..66211c9ba 100644 --- a/plinth/__init__.py +++ b/plinth/__init__.py @@ -3,4 +3,4 @@ Package init file. """ -__version__ = '20.13' +__version__ = '20.14'