From 80285d3f5f8960bbdffdfad61589ea42d4baccff Mon Sep 17 00:00:00 2001 From: James Valleroy Date: Mon, 25 Jan 2021 21:09:03 -0500 Subject: [PATCH] Release v21.1 to unstable Signed-off-by: James Valleroy --- debian/changelog | 97 ++++++++++++++++++++++++++++++++++++++++++++++ plinth/__init__.py | 2 +- 2 files changed, 98 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index ec4b671e2..70c2d548e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,100 @@ +freedombox (21.1) unstable; urgency=medium + + [ ikmaak ] + * Translated using Weblate (German) + * Translated using Weblate (Spanish) + * Translated using Weblate (Dutch) + * Translated using Weblate (Polish) + * Translated using Weblate (Danish) + * Translated using Weblate (French) + * Translated using Weblate (Italian) + * Translated using Weblate (Norwegian Bokmål) + * Translated using Weblate (Dutch) + * Translated using Weblate (Portuguese) + * Translated using Weblate (Swedish) + * Translated using Weblate (Russian) + * Translated using Weblate (Chinese (Simplified)) + * Translated using Weblate (Persian) + * Translated using Weblate (Gujarati) + * Translated using Weblate (Hindi) + * Translated using Weblate (Czech) + * Translated using Weblate (Ukrainian) + * Translated using Weblate (Hungarian) + * Translated using Weblate (Lithuanian) + * Translated using Weblate (Slovenian) + * Translated using Weblate (Bulgarian) + * Translated using Weblate (Greek) + * Translated using Weblate (Galician) + * Translated using Weblate (Serbian) + + [ Burak Yavuz ] + * Translated using Weblate (Turkish) + + [ John Doe ] + * Translated using Weblate (Turkish) + * Translated using Weblate (Turkish) + + [ Doma Gergő ] + * Translated using Weblate (Hungarian) + + [ Ouvek Kostiva ] + * Translated using Weblate (Chinese (Traditional)) + + [ James Valleroy ] + * tahoe: Disable app + * setup: Enable essential apps that use firewall + * upgrades: Requires at least 5 GB free space for dist upgrade + * locale: Update translation strings + * doc: Fetch latest manual + + [ Veiko Aasa ] + * syncthing: Create LDAP group name different from system group + * syncthing: Hide unnecessary security warning + * sharing: Update functional test to use syncthing-access group + * plinth: Fix disable daemon when service alias is provided + * container script: Various improvements + + [ Sunil Mohan Adapa ] + * ui: js: Make select all checkbox option available more broadly + * ui: css: New style for select all checkbox + * backups: tests: Fix a typo in test case name + * backups: Allow comments to be added to archives during backup + * backups: Allow storing root repository details + * backups: repository: Introduce a prepare method + * backups: repository: Simplify handling of remote repo properties + * backups: Introduce backup scheduling + * backups: Add a schedule to each repository + * backups: Trigger schedules every hour + * backups: Add UI to edit schedules + * backups: Add a notification to suggest users to enable schedules + * backups: Show notification on error during scheduled backups + * networks: Remove unused import to fix flake8 failure + * performance: Fix failure to start due to lru_cache in stable + + [ Allan Nordhøy ] + * Translated using Weblate (Norwegian Bokmål) + + [ Fred LE MEUR ] + * performance: Fix web client link to Cockpit + + [ Milan ] + * Translated using Weblate (Czech) + + [ crlambda ] + * Translated using Weblate (Chinese (Traditional)) + + [ Fioddor Superconcentrado ] + * networks: Separate the delete button and color it differently + * network: Minor refactoring in a test + * network: Minor refactoring, new is_primary() function + * networks: Change connection type to a radio button + * networks: Use radio buttons for network modes + * networks: Prevent unintended changes to primary connection. + * networks: Hide deactivate/remove buttons for primary connections + * Translated using Weblate (Spanish) + + -- James Valleroy Mon, 25 Jan 2021 21:08:22 -0500 + freedombox (21.0) unstable; urgency=medium [ Dietmar ] diff --git a/plinth/__init__.py b/plinth/__init__.py index 4a001f818..db1e2ad2c 100644 --- a/plinth/__init__.py +++ b/plinth/__init__.py @@ -3,4 +3,4 @@ Package init file. """ -__version__ = '21.0' +__version__ = '21.1'