diff --git a/debian/changelog b/debian/changelog index 798868c2b..abb2ec76e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Mon, 10 Oct 2022 21:38:11 -0400 + freedombox (22.21.1) unstable; urgency=medium [ Andrij Mizyk ] diff --git a/plinth/__init__.py b/plinth/__init__.py index 856676dbd..00f79f98b 100644 --- a/plinth/__init__.py +++ b/plinth/__init__.py @@ -3,4 +3,4 @@ Package init file. """ -__version__ = '22.21.1' +__version__ = '22.22'