diff --git a/debian/changelog b/debian/changelog index 6f9ce180e..aee76fa3b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,160 @@ +freedombox (22.6) unstable; urgency=medium + + [ ikmaak ] + * Translated using Weblate (German) + * Translated using Weblate (Dutch) + + [ Burak Yavuz ] + * Translated using Weblate (Turkish) + + [ Nikita Epifanov ] + * Translated using Weblate (Russian) + + [ Eric ] + * Translated using Weblate (Chinese (Simplified)) + + [ Andrij Mizyk ] + * Translated using Weblate (Ukrainian) + + [ Michael Breidenbach ] + * Translated using Weblate (Swedish) + + [ Jiří Podhorecký ] + * Translated using Weblate (Czech) + + [ Sripath Roy Koganti ] + * Translated using Weblate (Telugu) + + [ Hemchand Pidikiti ] + * Translated using Weblate (Telugu) + + [ Revolutioners ] + * Translated using Weblate (Telugu) + + [ Anusha.chennamsetti ] + * Translated using Weblate (Telugu) + + [ Rohith ] + * Translated using Weblate (Telugu) + + [ B Rohit ] + * Translated using Weblate (Telugu) + + [ Sk Abdulaziz ] + * Translated using Weblate (Telugu) + + [ Prudhvi varma ] + * Translated using Weblate (Telugu) + + [ Lavanya Duddukuri ] + * Translated using Weblate (Telugu) + + [ Revathi Pathiwada ] + * Translated using Weblate (Telugu) + + [ Rushi Puttigumpala ] + * Translated using Weblate (Telugu) + + [ Kotagiri Hardik Sai ] + * Translated using Weblate (Telugu) + + [ Andhavarapu vamsi ] + * Translated using Weblate (Telugu) + + [ VANTIPALLI HARINI DEVI ] + * Translated using Weblate (Telugu) + + [ Mupparthi Rema Sharanya ] + * Translated using Weblate (Telugu) + + [ Nishmitha Undavalli ] + * Translated using Weblate (Telugu) + + [ l. Mamatha sahithi ] + * Translated using Weblate (Telugu) + + [ N SIRI HARSHITHA ] + * Translated using Weblate (Telugu) + + [ Sainadh Pragada ] + * Translated using Weblate (Telugu) + + [ Kesava Manikanta ] + * Translated using Weblate (Telugu) + + [ Padilam Sairam ] + * Translated using Weblate (Telugu) + + [ Benedek Nagy ] + * minidlna: add iOS VLC client + * samba: add iOS VLC client + * Translated using Weblate (Hungarian) + + [ James Valleroy ] + * Translated using Weblate (Telugu) + * locale: Update translation strings + * doc: Fetch latest manual + + [ 109247019824 ] + * Translated using Weblate (Bulgarian) + + [ Sunil Mohan Adapa ] + * email_server: List all listening ports of the daemons + * email_server: Update donation URL to rspamd donation URL + * email_server: Update short description + * email_server: Add front page shortcut, update name and description + * email: Rename app from email_server to email + * email: Drop X-Robots-Tag on the auto-configuration URL + * email: Backup/restore aliases and mailboxes + * email: rspamd: Simplify installing configuration + * email: Tweak client auto-configuration file + * email: Drop unused Apache include freedombox-robots.conf + * email: Simplify modifying headers proxied to rspamd web UI + * email: Depend on and run redis server + * email: Open firewall port for managesieve protocol + * email: Narrowly match just rspamd's spam header + * email: Add more special-use IMAP folders, set autoexpunge to 60days + * email: Simplify setting milter configuration and running sievec + * email: Drop special handling for reserved TLDs + * email: Drop special handling for outbound filtering + * email: Remove override for local addresses + * email: Setup rspamd configuration to include FreedomBox config + * email: Add basic functional tests + * email: Add backup/restore component + * email: Simplify setting up postfix + * email: Drop unused diagnosis module + * email: Minor indentation and docstring changes + * email: Set an icon from Tango project + * email: dkim: Implement setting up DKIM signing keys + * email: dns: Show table for desired DNS entries + * email: Enable as an advanced app + * email: aliases: Drop ability to enable/disable aliases + * email: Add shortcut for non-admin users to manage their aliases + * email: Drop mentions of clamav as it is too memory intensive + * email: Rename audit module to privileged + * email: Drop use of mutex for postfix configuration operations + * email: Simplify and rename postfix configuration module + * email: Drop unused utility method for logging + * email: Name module ldap to postfix + * email: Drop postfix and dovecot LDAP packages + * email: Drop atomic writing to a file + * email: Update module docstrings + * email: Use the term 'setup' rather than 'repair' for consistency + * email: Don't start disabled daemons when setup is re-run + * email: Implement adding common aliases for first admin user + * email: Add various documentation links for future readability + * email: postfix: Fix priority for authentication directives + * email: aliases: Minor refactoring to form validation + * email: clients: Make Thunderbird URLs language independent + * email: Allow re-running setup + * email: postfix: use inline map for TLS SNI maps + * email: rspamd: Log to journald via syslog + * email: Revert to LDAP auth as pam does not allow non-admin users + * email: Fix issue with certs not being available + * dynamicdns: Fix adding null domain into configuration + + -- James Valleroy Wed, 02 Mar 2022 08:44:45 -0500 + freedombox (22.5) unstable; urgency=medium [ ikmaak ] diff --git a/plinth/__init__.py b/plinth/__init__.py index 0901aaa17..5ad3614fa 100644 --- a/plinth/__init__.py +++ b/plinth/__init__.py @@ -3,4 +3,4 @@ Package init file. """ -__version__ = '22.5' +__version__ = '22.6'