From 548fa6e57f39aedeeb5b1c404f4f4e24e1ed3f6b Mon Sep 17 00:00:00 2001 From: Nicolas Sebrecht Date: Tue, 7 Apr 2015 12:31:51 +0200 Subject: [PATCH] v6.5.7-rc4 Signed-off-by: Nicolas Sebrecht --- Changelog.md | 38 ++++++++++++++++++++++++++++++++++++++ offlineimap/__init__.py | 2 +- 2 files changed, 39 insertions(+), 1 deletion(-) diff --git a/Changelog.md b/Changelog.md index 8d3d0b1..317f421 100644 --- a/Changelog.md +++ b/Changelog.md @@ -15,6 +15,44 @@ Note to mainainers: * The following excerpt is only usefull when rendered in the website. {:toc} +### OfflineIMAP v6.5.7-rc4 (2015-04-07) + +#### Notes + +Contrary to what the detailed following changes look like, here is a much bigger +release than expected. + +Most important change is about maxage being sightly revisited. The whole +internal logic was found broken. Janna Martl did the hard work of raising the +issues and get them fixed. + +New configuration options are added. + +Maintainer Dmitrijs Ledkovs has left the organization. We wish you well! ,-) +Sebastian Spaeth let us know he will be almost inactive. We wish you well, too! + +#### Features + +- Add configuration option "utime_from_header" (TESTING). +- Add systemd integration files. +- mbnames: add new option "incremental" to write the file once per account. + +#### Fixes + +- maxage: fix timezone issues, remove IMAP-IMAP support, add startdate option. +- Test suites fixed and improved. +- Fix inaccurate UI messages when some messages are internally excluded from the + cached lists. + +#### Changes + +- imaplib2: bump to v2.43. +- More documentations moves to the website. +- Maintainer Dmitrijs has left the organization. +- Remove unnecessary imaplib2 workaround. +- release.sh: script for maintainers improved. + + ### OfflineIMAP v6.5.7-rc3 (2015-03-19) diff --git a/offlineimap/__init__.py b/offlineimap/__init__.py index b0ef6b2..ee4b8e7 100644 --- a/offlineimap/__init__.py +++ b/offlineimap/__init__.py @@ -2,7 +2,7 @@ __all__ = ['OfflineImap'] __productname__ = 'OfflineIMAP' __version__ = "6.5.7" -__revision__ = "-rc3" +__revision__ = "-rc4" __bigversion__ = __version__ + __revision__ __copyright__ = "Copyright 2002-2015 John Goerzen & contributors" __author__ = "John Goerzen"