diff --git a/debian/changelog b/debian/changelog index 16e722f78..a656f9644 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,60 @@ +freedombox (24.8) unstable; urgency=medium + + [ Burak Yavuz ] + * Translated using Weblate (Turkish) + + [ 大王叫我来巡山 ] + * Translated using Weblate (Chinese (Simplified)) + + [ Besnik Bleta ] + * Translated using Weblate (Albanian) + + [ gallegonovato ] + * Translated using Weblate (Spanish) + + [ John Doe ] + * Translated using Weblate (French) + * Translated using Weblate (French) + + [ Allan Nordhøy ] + * Translated using Weblate (Norwegian Bokmål) + + [ Veiko Aasa ] + * gitweb: Fix an issue when cloning existing repository + + [ Benedek Nagy ] + * network: Skip of bridge interfaces in connections list + * action_utils: Add generic utils for managing podman containers + * nextcloud: Add new app based on podman container + * nextcloud: Add backup/restore + * nextcloud: Add option to configure the default phone region + * nextcloud: Configure redis caching, create static PHP file + + [ Sunil Mohan Adapa ] + * nextcloud: Diasble app until more testing and review changes + * zoph: Re-add a safety check when reading the setup state of the app + * zoph: Include dbconfig configuration file in backup + * ttrss: Include dbconfig configuration file in backup + * ttrss: tests: functional: Uninstall during backup/restore test + * ttrss: Improve backup and restore of the database + * ttrss: Ensure that database is removed after uninstall + * actions: Don't repeat action traceback in stderr + * doc: Fetch latest manual + + [ ikmaak ] + * Translated using Weblate (Dutch) + + [ James Valleroy ] + * upgrades: Re-enable unattended-upgrade during dist-upgrade + * diagnostics: Don't store list of app objects with results + * locale: Update translation strings + * doc: Fetch latest manual + + [ Johannes Keyser ] + * Translated using Weblate (German) + + -- James Valleroy Tue, 09 Apr 2024 07:24:57 -0400 + freedombox (24.7) unstable; urgency=medium [ Sunil Mohan Adapa ] diff --git a/plinth/__init__.py b/plinth/__init__.py index f0715b040..a464ed722 100644 --- a/plinth/__init__.py +++ b/plinth/__init__.py @@ -3,4 +3,4 @@ Package init file. """ -__version__ = '24.7' +__version__ = '24.8'