Release v21.1 to unstable

Signed-off-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
James Valleroy 2021-01-25 21:09:03 -05:00
parent 80d104e0eb
commit 80285d3f5f
No known key found for this signature in database
GPG Key ID: 77C0C75E7B650808
2 changed files with 98 additions and 1 deletions

97
debian/changelog vendored
View File

@ -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 <jvalleroy@mailbox.org> Mon, 25 Jan 2021 21:08:22 -0500
freedombox (21.0) unstable; urgency=medium
[ Dietmar ]

View File

@ -3,4 +3,4 @@
Package init file.
"""
__version__ = '21.0'
__version__ = '21.1'