From: Timo Sirainen Date: Wed, 18 Mar 2009 21:36:25 +0000 (-0400) Subject: Released v1.2.beta3. X-Git-Tag: 1.2.beta3 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3c014a0931456c8e8d8921f4c1744e7d2355a10c;p=thirdparty%2Fdovecot%2Fcore.git Released v1.2.beta3. --HG-- branch : HEAD --- diff --git a/TODO b/TODO index b71cf8fbce..f5d945fad1 100644 --- a/TODO +++ b/TODO @@ -1,3 +1,4 @@ + - when receiving a signal, log the sender PID and UID - lseek(Maildir/dovecot-uidlist) failed: Stale NFS file handle - acl vfile does lots of repeating open/stats, why? - convert plugin: convert_pop3_uidl_format setting? so old %f uidls could be diff --git a/configure.in b/configure.in index 76edda8bf4..1ec5de70b4 100644 --- a/configure.in +++ b/configure.in @@ -1,5 +1,5 @@ AC_PREREQ([2.59]) -AC_INIT([Dovecot],[1.2.beta2],[dovecot@dovecot.org]) +AC_INIT([Dovecot],[1.2.beta3],[dovecot@dovecot.org]) AC_CONFIG_SRCDIR([src]) AM_INIT_AUTOMAKE([foreign])