[RELEASE DRAFT] Re: Going on v6.3.4

Nicolas Sebrecht nicolas.s-dev at laposte.net
Mon Jul 25 16:52:36 UTC 2011


I expect to release the stable v6.3.4 this week. I was waiting for the
last reported bugs but they are still not fully resolved. Since it seems
not critical, I think we can go on stable.


As usual, here is the shortlog against Changelog:
------------
  Luca Capello (1):
      docs/MANUAL.rst: remove leftover reference to old interface name

  Nicolas Sebrecht (1):
      Changelog: fix missing note about iddle support

  Sebastian Spaeth (1):
      MANUAL.rst: Improve with Perf tips and SSL notes

  Vladimir Marek (1):
      Support maildir for windows

------------
diff --git a/Changelog.rst b/Changelog.rst
index b5fb686..f163094 100644
--- a/Changelog.rst
+++ b/Changelog.rst
@@ -12,6 +12,26 @@ ChangeLog
   releases announces.
 
 
+OfflineIMAP v6.3.4 (2011-07-25)
+===============================
+
+Notes
+-----
+
+There is nothing exciting in this release. This is somewhat expected due to the
+late merge on -rc3.
+
+New Features
+------------
+
+* Support maildir for Windows.
+
+Changes
+-------
+
+* Manual improved.
+
+
 OfflineIMAP v6.3.4-rc3 (2011-07-07)
 ===================================
 
diff --git a/offlineimap/__init__.py b/offlineimap/__init__.py
index 4a0e52c..5070ac7 100644
--- a/offlineimap/__init__.py
+++ b/offlineimap/__init__.py
@@ -1,7 +1,7 @@
 __all__ = ['OfflineImap']
 
 __productname__ = 'OfflineIMAP'
-__version__     = "6.3.4-rc3"
+__version__     = "6.3.4"
 __copyright__   = "Copyright 2002-2011 John Goerzen & contributors"
 __author__      = "John Goerzen"
 __author_email__= "john at complete.org"
-- 
Nicolas Sebrecht



More information about the OfflineIMAP-project mailing list