Release v22.26 to unstable

Signed-off-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
James Valleroy 2022-12-05 21:37:42 -05:00
parent daf8238106
commit 70662e481a
No known key found for this signature in database
GPG Key ID: 77C0C75E7B650808
2 changed files with 26 additions and 1 deletions

25
debian/changelog vendored
View File

@ -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 <jvalleroy@mailbox.org> Mon, 05 Dec 2022 21:37:21 -0500
freedombox (22.25.1) unstable; urgency=medium
* Re-upload to unstable.

View File

@ -3,4 +3,4 @@
Package init file.
"""
__version__ = '22.25.1'
__version__ = '22.26'