Release v21.8 to unstable

Signed-off-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
James Valleroy 2021-08-30 20:02:12 -04:00
parent 2774f06bdb
commit c660cada6d
No known key found for this signature in database
GPG Key ID: 77C0C75E7B650808
2 changed files with 69 additions and 1 deletions

68
debian/changelog vendored
View File

@ -1,3 +1,71 @@
freedombox (21.8) unstable; urgency=medium
[ Andrij Mizyk ]
* Translated using Weblate (Ukrainian)
* Translated using Weblate (Ukrainian)
* Translated using Weblate (Ukrainian)
[ fliu ]
* diagnostics: Allow underscores (_) in app names
* doc/dev: Using mocking instead of importing external modules
* email: Basic app to manage an email server
* email: Enable LDAP by calling postconf in a thread-safe way
* email: Implement `email_server ipc set_sasl` and `set_submission`
* email: Set up local delivery (no spam filtering)
* email: Code quality fixes
* email: Fix enabling SMTPS; check return value
* email: dovecot: Support user lookup by UID number
* email: Address some code review comments
* email: Install rspamd; proxy its web interface
* email: Parse command arguments with a mutually exclusive group
* email: mutex: create lock file as plinth user
* email, plinth.log: Write more information to syslog
* email: postconf: Handle postconf returning an empty key
* email: audit: improve the speed of post-installation setup
* email: Open lock file as plinth user
* email: Support UID number lookup in Dovecot
* email: diagnostics: Fix sudo permission problem
* email: views: Implement tab rendering
* email: Implement alias management
* email: aliases: Use bootstrap styles
* email: Add UI for creating the home directory
* email: Add templates for TLS and domains
* email: Implement view for setting up domains
* email: postfix: Install LDAP map support
* email: Implement spam sorting with sieve
* email: apache: X-Robots-Tag header, full URL match
* email: Implement auto-discovery
* email: LMTP: remove the recipient's UID number from email headers
* email: Code cleanup
* email: Implement outbound mail filtering
* email: Reload postfix in domain view
* email: Code cleanup, address reviews
* email: Local delivery: use full email address
* email: postfix: dovecot: Set strong security parameters
* email: setup: Find Let's Encrypt certificates
* email: Documentation, code cleanup
* email: setup: Configure Roundcube
* email: Sender spoofing patch 1/2: domain rewriting
* email: implemented service alert
[ Sunil Mohan Adapa ]
* doc/dev: Drop seemingly irrelevant automodule reference
* container: Use keyserver.ubuntu.com as the default keyserver
* d/lintian-overrides: Allow all systemd services paths
* d/control: Drop wireless-tools as recommends
* tests: functional: Add a convenience method to logout
* wordpress: New app to manage a WordPress site/blog
[ Petter Reinholdtsen ]
* Translated using Weblate (Norwegian Bokmål)
[ James Valleroy ]
* security: Remove display of past vulnerabilities
* locale: Update translation strings
* doc: Fetch latest manual
-- James Valleroy <jvalleroy@mailbox.org> Mon, 30 Aug 2021 20:01:46 -0400
freedombox (21.7) unstable; urgency=low
[ Allan Nordhøy ]

View File

@ -3,4 +3,4 @@
Package init file.
"""
__version__ = '21.7'
__version__ = '21.8'