changeset 9645:2bc5e52dc51f HEAD 1.2.17

Released v1.2.17.
author Timo Sirainen <tss@iki.fi>
date Wed, 11 May 2011 18:05:31 +0300
parents d8220ad46879
children 4dbc00c69556
files NEWS configure.in
diffstat 2 files changed, 9 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/NEWS	Wed May 11 18:03:31 2011 +0300
+++ b/NEWS	Wed May 11 18:05:31 2011 +0300
@@ -1,3 +1,11 @@
+v1.2.17 2011-05-11  Timo Sirainen <tss@iki.fi>
+
+	- Fixed potential crashes and other problems when parsing header names
+	  that contained NUL characters.
+	- IMAP: Fixed a memory leak with ESEARCH command handling
+	- Quota warnings could have been executed at incorrect times with
+	  some configs.
+
 v1.2.16 2010-11-08  Timo Sirainen <tss@iki.fi>
 
 	- imap: Fixed SELECT QRESYNC not to crash on mailbox close if a lot
--- a/configure.in	Wed May 11 18:03:31 2011 +0300
+++ b/configure.in	Wed May 11 18:05:31 2011 +0300
@@ -1,5 +1,5 @@
 AC_PREREQ([2.59])
-AC_INIT([Dovecot],[1.2.16],[dovecot@dovecot.org])
+AC_INIT([Dovecot],[1.2.17],[dovecot@dovecot.org])
 AC_CONFIG_SRCDIR([src])
 
 AM_INIT_AUTOMAKE([foreign])