diff --git a/Changelog.maint.rst b/Changelog.maint.rst index 605ee8c..4371405 100644 --- a/Changelog.maint.rst +++ b/Changelog.maint.rst @@ -13,6 +13,14 @@ This is the Changelog of the maintenance branch. releases announces. +OfflineIMAP v6.3.2.2 (2011-04-24) +================================= + +Changes +------- + +* Improve traceback on some crashes. + OfflineIMAP v6.3.2.1 (2011-03-23) ================================= diff --git a/Makefile b/Makefile index 5970dd9..92ec040 100644 --- a/Makefile +++ b/Makefile @@ -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.1 +VERSION=6.3.2.2 TARGZ=offlineimap_$(VERSION).tar.gz SHELL=/bin/bash RST2HTML=`type rst2html 2>/dev/null 2>&1 && echo rst2html || echo rst2html.py`