v6.3.2.1
Signed-off-by: Nicolas Sebrecht <nicolas.s-dev@laposte.net>
This commit is contained in:
parent
1c71e37f8f
commit
37d0fe8b01
@ -19,9 +19,6 @@ Changes
|
|||||||
Bug Fixes
|
Bug Fixes
|
||||||
---------
|
---------
|
||||||
|
|
||||||
* Fix regression (UIBase is no more).
|
|
||||||
|
|
||||||
* Make profiling mode really enforce single-threading
|
|
||||||
|
|
||||||
Pending for the next major release
|
Pending for the next major release
|
||||||
==================================
|
==================================
|
||||||
|
24
Changelog.maint.rst
Normal file
24
Changelog.maint.rst
Normal file
@ -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
Makefile
2
Makefile
@ -15,7 +15,7 @@
|
|||||||
# along with this program; if not, write to the Free Software
|
# along with this program; if not, write to the Free Software
|
||||||
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
# 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
|
TARGZ=offlineimap_$(VERSION).tar.gz
|
||||||
SHELL=/bin/bash
|
SHELL=/bin/bash
|
||||||
RST2HTML=`type rst2html 2>/dev/null 2>&1 && echo rst2html || echo rst2html.py`
|
RST2HTML=`type rst2html 2>/dev/null 2>&1 && echo rst2html || echo rst2html.py`
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
__all__ = ['OfflineImap']
|
__all__ = ['OfflineImap']
|
||||||
|
|
||||||
__productname__ = 'OfflineIMAP'
|
__productname__ = 'OfflineIMAP'
|
||||||
__version__ = "6.3.2"
|
__version__ = "6.3.2.1"
|
||||||
__copyright__ = "Copyright (C) 2002 - 2010 John Goerzen"
|
__copyright__ = "Copyright (C) 2002 - 2010 John Goerzen"
|
||||||
__author__ = "John Goerzen"
|
__author__ = "John Goerzen"
|
||||||
__author_email__= "john@complete.org"
|
__author_email__= "john@complete.org"
|
||||||
|
Loading…
Reference in New Issue
Block a user