diff --git a/debian/changelog b/debian/changelog index 3e6aa74eb..17dbe52ee 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,67 @@ +freedombox (24.17) unstable; urgency=medium + + [ gallegonovato ] + * Translated using Weblate (Spanish) + + [ Burak Yavuz ] + * Translated using Weblate (Turkish) + + [ 大王叫我来巡山 ] + * Translated using Weblate (Chinese (Simplified)) + + [ 109247019824 ] + * Translated using Weblate (Bulgarian) + + [ Besnik Bleta ] + * Translated using Weblate (Albanian) + + [ Sunil Mohan Adapa ] + * gitweb: Don't backup/restore a drop-in configuration file + * tests: functional: Allow submitting form buttons along with inputs + * tests: functional: Name the background fixture + * nextcloud: Redirect to URL nextcloud/ if ending slash is not given + * nextcloud: Prevent process restart when nextcloud is uninstalled + * nextcloud: tests: functional: Add base and interface tests + * rssbridge: tests: Add missing __init__.py + * base.html: Drop dependency on modernizr.js library + * apache: Enable dav and dav_fs modules + * COPYING.md: Update copyright years + * featherwiki: Fix a type check failure + * makefile: Don't fail while building and installing multiple versions + * actions: Define and allow a new alias for str; secret_str + * bepasty: Mark secret strings in privileged actions + * ssh: Mark secret strings in privileged actions + * pagekite: Mark secret strings in privileged actions + * nextcloud: Mark secret strings in privileged actions + * mumble: Mark secret strings in privileged actions + * miniflux: Mark secret strings in privileged actions + * shadowsocks: Mark secret strings in privileged actions + * shadowsocksserver: Mark secret strings in privileged actions + * mediawiki: Mark secret strings in privileged actions + * ikiwiki: Mark secret strings in privileged actions + * users: Mark secret strings in privileged actions + * backups: Mark secret strings in privileged actions + * actions: Log arguments without secret strings in privileged calls + * actions: Add error when likely parameters are not marked as secret + * django: settings: Don't set USE_L10N on newer versions + * templates: Fix warning about using default.html for form template + + [ Joseph Nuthalapati ] + * featherwiki: Add new app + * featherwiki: Proxy download through freedombox.org + * tiddlywiki: Add new app + + [ Jiří Podhorecký ] + * Translated using Weblate (Czech) + + [ James Valleroy ] + * storage: Add diagnostic for grub config issue + * firewall: Setup inter-zone forwarding + * locale: Update translation strings + * doc: Fetch latest manual + + -- James Valleroy Mon, 12 Aug 2024 22:07:34 -0400 + freedombox (24.16) unstable; urgency=medium [ 109247019824 ] diff --git a/plinth/__init__.py b/plinth/__init__.py index e588c055e..3e0128251 100644 --- a/plinth/__init__.py +++ b/plinth/__init__.py @@ -3,4 +3,4 @@ Package init file. """ -__version__ = '24.16' +__version__ = '24.17'