Release v24.10 to unstable

Signed-off-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
James Valleroy 2024-05-06 21:00:45 -04:00
parent 97bebf1a1e
commit 334f5f4af9
No known key found for this signature in database
GPG Key ID: 77C0C75E7B650808
2 changed files with 56 additions and 1 deletions

55
debian/changelog vendored
View File

@ -1,3 +1,58 @@
freedombox (24.10) unstable; urgency=medium
[ Veiko Aasa ]
* storage: Add an option to include help text to directory selection form
* minidlna: Add media directory selection form
* minidlna: Explicitly include ssdp service to firewall configuration
* minidlna: Do not proxy minidlna web interface over Apache
* minidlna: Restart app when upgrading to reconfigure firewall
[ gallegonovato ]
* Translated using Weblate (Spanish)
[ Burak Yavuz ]
* Translated using Weblate (Turkish)
[ 大王叫我来巡山 ]
* Translated using Weblate (Chinese (Simplified))
[ Jiří Podhorecký ]
* Translated using Weblate (Czech)
[ Ray Kuo ]
* Translated using Weblate (Chinese (Traditional))
[ James Valleroy ]
* diagnostics: Add optional component_id to DiagnosticCheck
* app, component: Add repair method
* setup: Add method to run app repair
* diagnostics: Change "Re-run setup" to "Try to repair"
* letsencrypt: Re-obtain certificates during repair
* locale: Update translation strings
* doc: Fetch latest manual
[ Sunil Mohan Adapa ]
* letsencrypt: Remove unused imports
* nextcloud: Use systemd generator for creating container service
* nextcloud: Create network using systemd generator
* nextcloud: Drop network namespacing in container, use host network
* nextcloud: Use php-fpm container instead of apache container
* nextcloud: Wait on init sync lock
* nextcloud: Pull the image separately before starting systemd unit
* nextcloud: Ship instead of create cron timer related units
* nextcloud: Restart container when dependent services are restarted
* nextcloud: Allow re-running setup
* nextcloud: Implement enable/disable container
* nextcloud: Enable pretty URLs without /index.php in them
* notification: Handle more formatting errors
* nextcloud: Allow re-running setup when app is disabled
* nextcloud: Populated and maintain a list of trusted domains
* nextcloud: Enable app with experimental warning
* nextcloud: Warn that community provides the container not team
* nextcloud: Add fallback for when quadlet is not available
-- James Valleroy <jvalleroy@mailbox.org> Mon, 06 May 2024 21:00:03 -0400
freedombox (24.9) unstable; urgency=medium
[ Burak Yavuz ]

View File

@ -3,4 +3,4 @@
Package init file.
"""
__version__ = '24.9'
__version__ = '24.10'