[dovecot-cvs] dovecot NEWS, 1.28.2.16, 1.28.2.17 configure.in, 1.277.2.43, 1.277.2.44
tss at dovecot.org
tss at dovecot.org
Sat Nov 18 23:44:20 UTC 2006
Update of /var/lib/cvs/dovecot
In directory talvi:/tmp/cvs-serv10467
Modified Files:
Tag: branch_1_0
NEWS configure.in
Log Message:
Released 1.0.rc15.
Index: NEWS
===================================================================
RCS file: /var/lib/cvs/dovecot/NEWS,v
retrieving revision 1.28.2.16
retrieving revision 1.28.2.17
diff -u -d -r1.28.2.16 -r1.28.2.17
--- NEWS 12 Nov 2006 20:08:50 -0000 1.28.2.16
+++ NEWS 18 Nov 2006 23:44:18 -0000 1.28.2.17
@@ -1,3 +1,15 @@
+v1.0.rc15 2006-11-19 Timo Sirainen <tss at iki.fi>
+
+ * Fixed an off-by-one buffer overflow in cache file handling. The
+ code is executed only with mmap_disable=yes and only if index files
+ are used (ie. INDEX=MEMORY is safe).
+ * passdb checkpassword: Handle vpopmail's non-standard exit codes.
+
+ - rc14 sometimes assert-crashed if .log.2 file existed in a mailbox
+ (earlier versions leaked memory and file descriptors)
+ - io_add() assert-crashfixes
+ - Potential SSL hang fix at the beginning of the connection
+
v1.0.rc14 2006-11-12 Timo Sirainen <tss at iki.fi>
* LDAP: Don't try to use ldap_bind() with empty passwords, since
Index: configure.in
===================================================================
RCS file: /var/lib/cvs/dovecot/configure.in,v
retrieving revision 1.277.2.43
retrieving revision 1.277.2.44
diff -u -d -r1.277.2.43 -r1.277.2.44
--- configure.in 12 Nov 2006 20:08:50 -0000 1.277.2.43
+++ configure.in 18 Nov 2006 23:44:18 -0000 1.277.2.44
@@ -1,5 +1,5 @@
xAC_PREREQ([2.59])
-AC_INIT([dovecot],[1.0.rc14],[dovecot at dovecot.org])
+AC_INIT([dovecot],[1.0.rc15],[dovecot at dovecot.org])
AC_CONFIG_SRCDIR([src])
AM_INIT_AUTOMAKE
More information about the dovecot-cvs
mailing list