diff --git a/debian/changelog b/debian/changelog index 089f05a19..e1b554933 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Mon, 06 May 2024 21:00:03 -0400 + freedombox (24.9) unstable; urgency=medium [ Burak Yavuz ] diff --git a/plinth/__init__.py b/plinth/__init__.py index 6c6824e40..e96f61589 100644 --- a/plinth/__init__.py +++ b/plinth/__init__.py @@ -3,4 +3,4 @@ Package init file. """ -__version__ = '24.9' +__version__ = '24.10'