diff --git a/debian/changelog b/debian/changelog index 03b679f3d..a1aaf6629 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,28 @@ +freedombox (22.26) unstable; urgency=medium + + [ Sunil Mohan Adapa ] + * i2p: Remove donation URL that is no longer available + * searx: Ensure that socket is only reachable by Apache and root + * firewall: Create a mechanism for protecting local services + * firewall: Introduce component for local service protection + * calibre: Add protection to local service using firewall + * deluge: Add protection to local service using firewall + * transmission: Add protection to local service using firewall + * syncthing: Add protection to local service using firewall + * minidlna: Add protection to local service using firewall + * i2p: Add protection to local service using firewall + * email: Add protection to local service using firewall + * ssh: Restrict logins to groups root, admin and freedombox-ssh + * ssh: Add checkbox to remove login group restrictions + * security: Remove restricted access setting and configuration + + [ James Valleroy ] + * ejabberd: Enable mod_http_upload + * locale: Update translation strings + * doc: Fetch latest manual + + -- James Valleroy Mon, 05 Dec 2022 21:37:21 -0500 + freedombox (22.25.1) unstable; urgency=medium * Re-upload to unstable. diff --git a/plinth/__init__.py b/plinth/__init__.py index d94fd9c7f..1a9afaa47 100644 --- a/plinth/__init__.py +++ b/plinth/__init__.py @@ -3,4 +3,4 @@ Package init file. """ -__version__ = '22.25.1' +__version__ = '22.26'