diff --git a/debian/changelog b/debian/changelog index 5296f064d..20d51d7de 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,40 @@ +freedombox (26.10) unstable; urgency=medium + + [ Coool ] + * Translated using Weblate (Latvian) + + [ bittin1ddc447d824349b2 ] + * Translated using Weblate (Swedish) + + [ Grayson Wolf ] + * d/t/access-web-interface: make ready check more robust + + [ James Valleroy ] + * debian/tests: Drop redundant status check + * tor, torproxy: Avoid error if defaults file missing during uninstall + * locale: Update strings for translation + + [ Dietmar ] + * Translated using Weblate (German) + + [ Frederico Gomes ] + * luanti: Add more detail to description + * apps: Change header title from Disabled to Available for install + + [ Coucouf ] + * Translated using Weblate (French) + + [ reducedradius ] + * Translated using Weblate (Chinese (Simplified Han script)) + + [ Sunil Mohan Adapa ] + * css: Fix sizing for icons in custom shortcuts + * log: Set simpler syslog identifier instead of full binary path + * ssh: Don't fail on page load when SSH host key can't be read + * first_boot: Move first wizard secret generation to this app + + -- James Valleroy Tue, 28 Jul 2026 22:48:24 -0400 + freedombox (26.9.1) unstable; urgency=medium [ 大王叫我来巡山 ] diff --git a/plinth/__init__.py b/plinth/__init__.py index a2a76d147..6fb8a410a 100644 --- a/plinth/__init__.py +++ b/plinth/__init__.py @@ -3,4 +3,4 @@ Package init file. """ -__version__ = '26.9.1' +__version__ = '26.10'