From 69c1b07bc752c6ee7a67f2bb3e7032b7b067a11c Mon Sep 17 00:00:00 2001 From: Nicolas Sebrecht Date: Wed, 19 Jan 2011 20:27:26 +0100 Subject: [PATCH] v6.3.2-rc2 Signed-off-by: Nicolas Sebrecht --- Changelog.draft.rst | 19 ------------------- Changelog.rst | 39 +++++++++++++++++++++++++++++++++++++++ 2 files changed, 39 insertions(+), 19 deletions(-) diff --git a/Changelog.draft.rst b/Changelog.draft.rst index d5e99e7..8b599f9 100644 --- a/Changelog.draft.rst +++ b/Changelog.draft.rst @@ -13,31 +13,12 @@ others. New Features ------------ -* Makefile learn to build the package and make it the default. -* Introduce a Changelog. -* Migrate documentation to restructuredtext. - Changes ------- -* Improve CustomConfig documentation. -* 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..696f7d8 100644 --- a/Changelog.rst +++ b/Changelog.rst @@ -8,6 +8,45 @@ 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 +------- + +* Improve CustomConfig documentation. +* 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 +--------- + +* Understand multiple EXISTS replies from servers like Zimbra. +* 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) ===================================