[DRAFT] next release candidate
Nicolas Sebrecht
nicolas.s-dev at laposte.net
Tue Jan 18 22:04:59 GMT 2011
Here is the first draft for the next release. I think we should go on the -rc2.
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 (11):
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
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.rst | 46 +++++++++++++++++++++++++++++++++-------------
1 files changed, 33 insertions(+), 13 deletions(-)
diff --git a/Changelog.rst b/Changelog.rst
index 2a4d262..ae2dcc9 100644
--- a/Changelog.rst
+++ b/Changelog.rst
@@ -17,10 +17,6 @@ ChangeLog
New Features
------------
-* Makefile learn to build the package and make it the default.
-* Introduce a Changelog.
-* Migrate documentation to restructuredtext.
-
* UIs get shorter and nicer names.
Pending until next major release.
@@ -32,26 +28,49 @@ New Features
Changes
-------
+Bug Fixes
+---------
+
+
+.. Here comes history on what we did.
+
+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
---------
-* Fixes in README.
* Only verify hostname if we actually use CA cert.
-* Remove uneeded files.
+* 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.
-* Introduce a true single threading mode.
-* Fix 'Ctrl+C' interruptions in threads.
-* Fix ssl ca-cert in the sample configuration file.
-
+* Fixes in README.
+* Remove uneeded files.
-.. Here comes history on what we did.
OfflineIMAP v6.3.2-rc1 (2010-12-19)
===================================
@@ -59,8 +78,9 @@ OfflineIMAP v6.3.2-rc1 (2010-12-19)
Notes
-----
-We are beginning a tests cycle. If feature topics are sent, I may merge or
-delay them until the next stable release.
+Let's go with a new release candidate. I think we are near of the stable release
+which could be the next release in a week or so. I'm not going to merge features
+anymore.
New Features
------------
--
1.7.4.rc1.220.g438e4
More information about the OfflineIMAP-project
mailing list