diff --git a/debian/changelog b/debian/changelog index 0cf885004..c1a3151fb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,41 @@ +freedombox (23.9) experimental; urgency=medium + + [ nbenedek ] + * ttrss: Allow apps to use /tt-rss URL instead of separate one + + [ James Valleroy ] + * debian: Update copyright years + * debian: Follows policy v4.6.2 + * tor: Only diagnose relay ports if feature enabled + * tor: Check if Hidden service is version 3 + * tor: Rename Hidden service to Onion service + * help: Add information on obtaining source code + * locale: Update translation strings + * doc: Fetch latest manual + + [ Sunil Mohan Adapa ] + * mediawiki: Make a utility method public + * mediawiki: Make retrieving list of supported languages robust + * mediawiki: Simplify retrieving the default language + * ttrss: Update list of clients + * ttrss: Don't show app in enabled list of apps if install fails + * apache: Reload apache using component if config changes + * transmission: Allow remote UIs to connect + * transmission: Add Tremotesf to list of client apps + * ttrss: Use the apache component to restart apache on config change + * storage: Handle mount error properly + * uninstall: Fix issue with uninstall of apps that have no backup + * service: Remove reference to managed_services in a message + * zoph: Don't fail at showing app view during uninstall + * theme: Move icons to app folders + * minidlna: Resize icon and export to PNG also + * doc/dev: Update copyright year + + [ Nobuhiro Iwamatsu ] + * Translated using Weblate (Japanese) + + -- James Valleroy Mon, 08 May 2023 20:39:20 -0400 + freedombox (23.8) experimental; urgency=medium [ James Valleroy ] diff --git a/plinth/__init__.py b/plinth/__init__.py index 0c8ae6cda..af4a7961b 100644 --- a/plinth/__init__.py +++ b/plinth/__init__.py @@ -3,4 +3,4 @@ Package init file. """ -__version__ = '23.8' +__version__ = '23.9'