[RELEASE DRAFT] Going on v6.3.3-rc2
Nicolas Sebrecht
nicolas.s-dev at laposte.net
Mon Apr 4 19:44:50 BST 2011
We are in about the third week of the -rc1 cycle. I think it would be good to
start the -rc2 cycle (this week). Things are highly calming down for the code.
I worry about last reported issues, though. I hope we can fix them:
* socket error: <type 'exceptions.IOError'> - Too many read 0 (reported by h2oz7v)
Date: Sun, 20 Mar 2011 01:59:22 +0800
Message-ID: <AANLkTinBhpP7xi3cB8aT07PevwLJpTwYoiWJwAqs0-4c at mail.gmail.com>
* OfflineIMAP and gchats (redux) (reported by Greg Grossmeier)
Date: Mon, 21 Mar 2011 16:45:05 -0400
Message-ID: <20110321204505.GH5373 at grossmeier.net>
* syncfolder: too many values to unpack (reported by Баталов Григорий)
Date: Wed, 23 Mar 2011 17:24:56 +0300
Message-ID: <AANLkTi=VNG8PL9ucdW+1AV3FTtD+w-ZtJ7rkekzSVN_w at mail.gmail.com>
Other issues should have been fixed.
Only the second bug is confirmed for releases before the imaplib2 migration.
The two other pending issues may or may not be related to it which is
encouraging for imaplib2.
-----------------------------------
Here is shortlog against Changelog:
Daniel Shahaf (1):
Document a feature in the FAQ
David Favro (1):
Fixed bug: wrong number of arguments to debug() [IMAP.py].
Ethan Glasser-Camp (1):
Always logout() on imaplib2 objects, even during exceptions
Nicolas Sebrecht (1):
v6.3.2.1
Sebastian Spaeth (5):
offlineimap.conf: Clarify password options via netrc
accounts.py: Print the stacktrace via traceback module
Increase compatability with Gmail
Implement more efficient functions for the MappedUID case
Replace calls to getmessagelist() to alternatives
Vincent Beffara (3):
Remove a darwin-specific workaround for read()
Move UsefulIMAPMixIn to imaplibutil.py
Get rid of the UsefulIMAP4 classes
Signed-off-by: Nicolas Sebrecht <nicolas.s-dev at laposte.net>
---
Changelog.draft.rst | 5 -----
Changelog.rst | 18 ++++++++++++++++++
2 files changed, 18 insertions(+), 5 deletions(-)
diff --git a/Changelog.draft.rst b/Changelog.draft.rst
index 79006fd..0a85888 100644
--- a/Changelog.draft.rst
+++ b/Changelog.draft.rst
@@ -16,14 +16,9 @@ New Features
Changes
-------
-* Increase compatability with Gmail servers which claim to not support
- the UIDPLUS extension but in reality do.
-
Bug Fixes
---------
-* Fix hang when using Ctrl+C in some cases.
-
Pending for the next major release
==================================
diff --git a/Changelog.rst b/Changelog.rst
index 312742f..59aa109 100644
--- a/Changelog.rst
+++ b/Changelog.rst
@@ -11,6 +11,24 @@ ChangeLog
on releases. And because I'm lazy, it will also be used as a draft for the
releases announces.
+OfflineIMAP v6.3.3-rc2 (2011-04-07)
+===================================
+
+Notes
+-----
+
+Changes
+-------
+
+* Increase compatability with Gmail servers which claim to not support
+ the UIDPLUS extension but in reality do.
+
+Bug Fixes
+---------
+
+* Fix hang when using Ctrl+C in some cases.
+
+
OfflineIMAP v6.3.3-rc1 (2011-03-16)
===================================
--
Nicolas Sebrecht
More information about the OfflineIMAP-project
mailing list