[RELEASE DRAFT v2] going on v6.3.2-rc2
Nicolas Sebrecht
nicolas.s-dev at laposte.net
Wed Jan 19 19:36:40 GMT 2011
I expect to do it around the coming week-end. Please review and comment.
You'll find the shortlog against the Changelog.
------- shortlog -------
Ethan Schoonover (1):
correct ssl ca-cert variable name in sample conf
Nicolas Sebrecht (12):
doc: migrate from SGML to restructuredtext
Makefile: learn to build the package and make it the default
README: fix inconsistency in the level hierarchy
README: fix the incorrect "reporting bugs" section
remove UPGRADING file
convert SubmittingPatches to restructuredtext
remove offlineimap.spec
Makefile: don't remove unrelated files
Makefile: fix cleaning path having whitespaces
involve the community to the process of releases
Changelog: fill in the WIP section
produce better drafts for releases
Sebastian Spaeth (13):
Define version constants etc in __init__.py
Replace UIBase.getglobalui() with getglobalui()
repository/*: replace UIBase.getglobalui() with getglobalui()
Save ui as self.ui in folder/Base class
Remove ui.detector class
folder/Base.py: No need to import InstanceLimitedThread explicitely
init.py: clean up 'import's
Catch SystemExit and KeyboardInterrupt exceptions
Catch KeyboardInterrupt exceptions explicitely
LocalStatus: Don't ignore Exceptions on os.fsync
Implement true single-threading
Imply single-threaded mode with -d(ebug) command line option
Only verify hostname if we actually use CA certs
Signed-off-by: Nicolas Sebrecht <nicolas.s-dev at laposte.net>
---
Changelog.draft.rst | 18 ------------------
Changelog.rst | 37 +++++++++++++++++++++++++++++++++++++
2 files changed, 37 insertions(+), 18 deletions(-)
diff --git a/Changelog.draft.rst b/Changelog.draft.rst
index 68e7ad3..8b599f9 100644
--- a/Changelog.draft.rst
+++ b/Changelog.draft.rst
@@ -13,30 +13,12 @@ others.
New Features
------------
-* Makefile learn to build the package and make it the default.
-* Introduce a Changelog.
-* Migrate documentation to restructuredtext.
-
Changes
-------
-* Imply single threading mode in debug mode exept for "-d thread".
-* Code and import cleanups.
-* Allow UI to have arbitrary names.
-* Code refactoring around UI and UIBase.
-* Improve version managment and make it easier.
-
Bug Fixes
---------
-* Fixes in README.
-* Only verify hostname if we actually use CA cert.
-* Remove uneeded files.
-* Fix makefile clean for files having whitespaces.
-* Fix makefile to not remove unrelated files.
-* Introduce a true single threading mode.
-* Fix 'Ctrl+C' interruptions in threads.
-* Fix ssl ca-cert in the sample configuration file.
Pending for the next major release
==================================
diff --git a/Changelog.rst b/Changelog.rst
index 4ecc32f..58979e4 100644
--- a/Changelog.rst
+++ b/Changelog.rst
@@ -8,6 +8,43 @@ ChangeLog
on releases. And because I'm lazy, it will also be used as a draft for the
releases announces.
+OfflineIMAP v6.3.2-rc2 (2010-12-21)
+===================================
+
+Notes
+-----
+
+We are beginning a tests cycle. If feature topics are sent, I may merge or
+delay them until the next stable release.
+
+New Features
+------------
+
+* Makefile learn to build the package and make it the default.
+* Introduce a Changelog to involve community in the releasing process.
+* Migrate documentation to restructuredtext.
+
+Changes
+-------
+
+* Imply single threading mode in debug mode exept for "-d thread".
+* Code and import cleanups.
+* Allow UI to have arbitrary names.
+* Code refactoring around UI and UIBase.
+* Improve version managment and make it easier.
+* Introduce a true single threading mode.
+
+Bug Fixes
+---------
+
+* Only verify hostname if we actually use CA cert.
+* Fix ssl ca-cert in the sample configuration file.
+* Fix 'Ctrl+C' interruptions in threads.
+* Fix makefile clean for files having whitespaces.
+* Fix makefile to not remove unrelated files.
+* Fixes in README.
+* Remove uneeded files.
+
OfflineIMAP v6.3.2-rc1 (2010-12-19)
===================================
--
1.7.4.rc1.220.g438e4
More information about the OfflineIMAP-project
mailing list