Release v24.3 to unstable

Signed-off-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
James Valleroy 2024-01-29 20:50:25 -05:00
parent 4585748fe8
commit 102863a2aa
No known key found for this signature in database
GPG Key ID: 77C0C75E7B650808
2 changed files with 23 additions and 1 deletions

22
debian/changelog vendored
View File

@ -1,3 +1,25 @@
freedombox (24.3) unstable; urgency=medium
[ James Valleroy ]
* diagnostics: Add parameters to DiagnosticCheck
* diagnostics: Add method to translate checks
* diagnostics: Translate descriptions only in view
* diagnostics: Store results of full run in database
* diagnostics: Add option to toggle daily run
* locale: Update translation strings
* doc: Fetch latest manual
[ Sunil Mohan Adapa ]
* diagnostics: Simplify getting translated description in results
* diagnostics: Safely access results when showing notification
* diagnostics: Fix a potential iteration of None value in error cases
* glib: Change API for repeating an in-thread scheduled task
[ Benedek Nagy ]
* zoph: Fix failing PHP configuration requirements
-- James Valleroy <jvalleroy@mailbox.org> Mon, 29 Jan 2024 20:48:12 -0500
freedombox (24.2) unstable; urgency=medium
[ gallegonovato ]

View File

@ -3,4 +3,4 @@
Package init file.
"""
__version__ = '24.2'
__version__ = '24.3'