2020-08-04 07:02:26 +00:00
committed by Git OBS Bridge
parent 86d71ff77d
commit 7562f0ca0a

View File

@@ -2,6 +2,14 @@
Tue Aug 4 01:35:17 UTC 2020 - Stasiek Michalski <stasiek@michalski.cc>
- Version update to 1.3.3
* Allow SHOW_INACTIVE_LISTS_DEFAULT setting to be configurable. (Closes #276)
* Fix a bug where the user couldnt 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