Skip to content

Commit

Permalink
v6.3.2.1
Browse files Browse the repository at this point in the history
Signed-off-by: Nicolas Sebrecht <[email protected]>
  • Loading branch information
nicolas33 committed Mar 16, 2011
1 parent 1c71e37 commit 37d0fe8
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 5 deletions.
3 changes: 0 additions & 3 deletions Changelog.draft.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,6 @@ Changes
Bug Fixes
---------

* Fix regression (UIBase is no more).

* Make profiling mode really enforce single-threading

Pending for the next major release
==================================
Expand Down
24 changes: 24 additions & 0 deletions Changelog.maint.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
=========
ChangeLog
=========

:website: http://offlineimap.org

This is the Changelog of the maintenance branch.

**NOTE FROM THE MAINTAINER:**
Contributors should use the `WIP` section in Changelog.draft.rst in order to
add changes they are working on. I will use it to make the new changelog entry
on releases. And because I'm lazy, it will also be used as a draft for the
releases announces.


OfflineIMAP v6.3.2.1 (2011-03-23)
=================================

Bug Fixes
---------

* Sanity checks for SSL cacertfile configuration.
* Fix regression (UIBase is no more).
* Make profiling mode really enforce single-threading.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA

VERSION=6.3.2
VERSION=6.3.2.1
TARGZ=offlineimap_$(VERSION).tar.gz
SHELL=/bin/bash
RST2HTML=`type rst2html 2>/dev/null 2>&1 && echo rst2html || echo rst2html.py`
Expand Down
2 changes: 1 addition & 1 deletion offlineimap/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
__all__ = ['OfflineImap']

__productname__ = 'OfflineIMAP'
__version__ = "6.3.2"
__version__ = "6.3.2.1"
__copyright__ = "Copyright (C) 2002 - 2010 John Goerzen"
__author__ = "John Goerzen"
__author_email__= "[email protected]"
Expand Down

0 comments on commit 37d0fe8

Please sign in to comment.