Release v22.22 to unstable

Signed-off-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
James Valleroy 2022-10-10 21:57:23 -04:00
parent 23d807fe25
commit 64cbcb0d0d
No known key found for this signature in database
GPG Key ID: 77C0C75E7B650808
2 changed files with 112 additions and 1 deletions

111
debian/changelog vendored
View File

@ -1,3 +1,114 @@
freedombox (22.22) unstable; urgency=medium
[ Michael Breidenbach ]
* Translated using Weblate (Swedish)
[ Tymofii Lytvynenko ]
* Translated using Weblate (Ukrainian)
* Translated using Weblate (Ukrainian)
* Translated using Weblate (Ukrainian)
[ Jiří Podhorecký ]
* Translated using Weblate (Czech)
[ Sunil Mohan Adapa ]
* templates: Update HTML meta tags for better description and app-name
* doc: dev: Minor example code refactor
* actions: Allow nested and top-level actions
* actions: Use separate IPC for communicating results
* actions: Implement getting raw output from the process
* actions: Allow actions to be called by other users
* config: Drop ability to set hostname on systems without systemd
* dynamicdns: Check action script with flake8
* tests: Add fixture to help in testing privileged actions
* apache: Use privileged decorator for actions
* bepasty: Use privileged decorator for actions
* bind: Use privileged decorator for actions
* calibre: Use privileged decorator for actions
* config: Minor update to privileged method signature
* config: Use privileged decorator for actions
* config: Use privileged decorator for set-hostname action
* config: Use privileged decorator for set domainname action
* config: Minor refactor
* coturn: Use privileged decorator for actions
* datetime: Use privileged decorator for actions
* deluge: Use privileged decorator for actions
* dynamicdns: Use privileged decorator for actions
* ejabberd: Use privileged decorator for actions
* email: Use privileged decorator for actions
* firewall: Use privileged decorator, drop showing running status
* gitweb: Use privileged decorator for actions
* help: Use privileged decorator for actions
* i2p: Use privileged decorator for actions
* ikiwiki: Use privileged decorator for actions
* infinoted: Use privileged decorator for actions
* letsencrypt: Use privileged decorator for actions
* matrixsynapse: Use privileged decorator for actions
* mediawiki: Use privileged decorator for actions
* minetest: Use privileged decorator for actions
* minidlna: Use privileged decorator for actions
* minidlna: Use the exposed URL for diagnostic test
* networks: Use privileged decorator for actions
* openvpn: Use privileged decorator for actions
* openvpn: Drop RSA to ECC migration code and two-step setup
* pagekite: Use privileged decorator for actions
* power: Use privileged decorator for actions
* quassel: Use privileged decorator for actions
* radicale: Use privileged decorator for actions
* roundcube: Minor update to comment in privileged actions
* searx: Use privileged decorator for actions
* searx: Show status of public access irrespective of enabled state
* security: Use privileged decorator for actions
* shadowsocks: Use privileged decorator for actions
* sharing: Use privileged decorator for actions
* snapshot: Use privileged decorator for actions
* ssh: Use privileged decorator for actions
* sso: Use privileged decorator for actions
* syncthing: Use privileged decorator for actions
* tor: Use privileged decorator for actions
* transmission: Minor update to privileged method signature
* ttrss: Use privileged decorator for actions
* upgrades: Use privileged decorator for actions
* wireguard: Us privileged decorator for actions
* wordpress: Use privileged decorator for actions
* zoph: Use privileged decorator for actions
* backups: Use privileged decorator for sshfs actions
* samba: Use privileged decorator for actions
* storage: Use privileged decorator for actions
* users: Use privileged decorator for actions
* *: Use privileged decorator for service actions
* backups: Use privileged decorator for backup actions
* *: Use privileged decorator for package actions
* actions: Drop unused superuser_run and related methods
* action_utils: Drop unused progress requests from apt-get
* bind: Drop enabling DNSSEC (deprecated) as it is always enabled
* config: Drop legacy migration of Apache homepage settings
* action_utils: Drop support for non-systemd environments
* apache: Fix logs still going into /var/log files
* wordpress: Update fail2ban filter
* fail2ban: Make fail2ban log to journald
* privacy: Set vendor as FreedomBox for dpkg and popularity-contest
[ Petter Reinholdtsen ]
* Translated using Weblate (Norwegian Bokmål)
[ Besnik Bleta ]
* Translated using Weblate (Albanian)
* Translated using Weblate (Albanian)
[ nbenedek ]
* matrix: Add fail2ban jail
* privacy: Add new system app for popularity-contest
[ Nikita Epifanov ]
* Translated using Weblate (Russian)
[ James Valleroy ]
* locale: Update translation strings
* doc: Fetch latest manual
-- James Valleroy <jvalleroy@mailbox.org> Mon, 10 Oct 2022 21:38:11 -0400
freedombox (22.21.1) unstable; urgency=medium
[ Andrij Mizyk ]

View File

@ -3,4 +3,4 @@
Package init file.
"""
__version__ = '22.21.1'
__version__ = '22.22'