Release v23.9 to experimental

Signed-off-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
James Valleroy 2023-05-08 21:12:59 -04:00
parent eb7bacd663
commit 6cce7126dd
No known key found for this signature in database
GPG Key ID: 77C0C75E7B650808
2 changed files with 39 additions and 1 deletions

38
debian/changelog vendored
View File

@ -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 <jvalleroy@mailbox.org> Mon, 08 May 2023 20:39:20 -0400
freedombox (23.8) experimental; urgency=medium
[ James Valleroy ]

View File

@ -3,4 +3,4 @@
Package init file.
"""
__version__ = '23.8'
__version__ = '23.9'