From 7562f0ca0a3a069e58639bd61257a57f5d92b1fd3a5af9a1b063905c680bd4b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Tue, 4 Aug 2020 07:02:26 +0000 Subject: [PATCH] describe changes in 1.3.3 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:mailman/python-HyperKitty?expand=0&rev=24 --- python-HyperKitty.changes | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/python-HyperKitty.changes b/python-HyperKitty.changes index 1daeb88..2d7ad10 100644 --- a/python-HyperKitty.changes +++ b/python-HyperKitty.changes @@ -2,6 +2,14 @@ Tue Aug 4 01:35:17 UTC 2020 - Stasiek Michalski - Version update to 1.3.3 + * Allow SHOW_INACTIVE_LISTS_DEFAULT setting to be configurable. (Closes #276) + * Fix a bug where the user couldn’t chose the address to send reply or new post as. (Closes #288) + * Improve the Django admin command reference from hyperkitty_import. (Closes #281) + * Fix FILTER_VHOST to work with web hosts other than the email host. (Closes #254) + * Fixed a bug where export can fail if certain headers are wrapped. (Closes #292) + * Fixed hyperkitty_import to allow odd line endings in a folded message subject. (Closes #280) + * Fixed a bug that could throw an IndexError when exporting messages. (Closes #293) + * Use errors='replace' when encoding attachments. (Closes #294) ------------------------------------------------------------------- Thu May 14 12:57:07 UTC 2020 - pgajdos@suse.com