[RELEASE DRAFT] Going on v6.3.4-rc3

Nicolas Sebrecht nicolas.s-dev at laposte.net
Thu Jun 30 19:54:50 UTC 2011


A lot of work is already merged and it looks like it's calming down, now.
I think we should run on -rc3 next week.


As usual, here is the shortlog against Changelog:
------------
  Haojun Bao (1):
      folder/IMAP: fix typo with maxsize and maxage.

  Nicolas Sebrecht (2):
      Changelog: add notes about v6.3.4-rc2
      Revert "Throw errors on connection refused and on non-standard SSL ports"

  Scott Henson (1):
      Fix gssapi with multiple connections

  Sebastian Spaeth (12):
      Throw OfflineImapError when we try to request an inexistant message
      UIDMappedFolder.savemessage() returned nothing, breaking API conventions
      Fix recursively scanning Maildir folders
      Always call ui.terminate()
      Allow to create the root MailDir directory
      Throw OfflineImapError when we try to request an inexistant message
      repository/Maildir.py: Fix typo 'sudir'
      Simplify MappedIMAPFolder, fixing bugs
      imaputil.imapsplit: Remove overzealous debug statement
      imapserver.py: Implement STARTTLS
      imapserver.py: Make severity var available where it is needed
      Don't use CStringIO to format a traceback


------------
diff --git a/Changelog.draft.rst b/Changelog.draft.rst
index fecce26..fd445ac 100644
--- a/Changelog.draft.rst
+++ b/Changelog.draft.rst
@@ -13,9 +13,6 @@ others.
 New Features
 ------------
 
-* Added StartTLS support, it will automatically be used if the server
-  supports it.
-
 Changes
 -------
 
@@ -23,9 +20,6 @@ Bug Fixes
 ---------
 
 
-* We protect more robustly against asking for inexistent messages from the
-  IMAP server, when someone else deletes or moves messages while we
   sync.
-
 Pending for the next major release
 ==================================
 
diff --git a/Changelog.rst b/Changelog.rst
index 717e6f8..feca7b9 100644
--- a/Changelog.rst
+++ b/Changelog.rst
@@ -12,6 +12,38 @@ ChangeLog
   releases announces.
 
 
+OfflineIMAP v6.3.4-rc3 (2011-07-  )
+===================================
+
+Notes
+-----
+
+Here is a surprising release. :-)
+
+As expected we have a lot bug fixes in this round (see git log for details),
+including a fix for a bug we had for ages (details below) which is a very good
+news.
+
+What makes this cycle so unusual is that I merged a feature to support StartTLS
+automatically (thanks Sebastian!). Another very good news.  +
+We usually don't do much changes so late in a cycle. Now, things are highly
+calming down and I hope a lot of people will test this release. Next one could
+be the stable!
+
+New Features
+------------
+
+* Added StartTLS support, it will automatically be used if the server
+  supports it.
+
+Bug Fixes
+---------
+
+* We protect more robustly against asking for inexistent messages from the
+  IMAP server, when someone else deletes or moves messages while we sync.
+
+
 OfflineIMAP v6.3.4-rc2 (2011-06-15)
 ===================================
 
-- 
Nicolas Sebrecht



More information about the OfflineIMAP-project mailing list