# HG changeset patch # User Timo Sirainen # Date 1237412185 14400 # Node ID 6ab55d9917657d69f804b6b988d3e35843946793 # Parent 50815f24cc223a42b5b03c444ab2599de5924441 Released v1.2.beta3. diff -r 50815f24cc22 -r 6ab55d991765 TODO --- a/TODO Wed Mar 18 17:26:40 2009 -0400 +++ b/TODO Wed Mar 18 17:36:25 2009 -0400 @@ -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 -r 50815f24cc22 -r 6ab55d991765 configure.in --- a/configure.in Wed Mar 18 17:26:40 2009 -0400 +++ b/configure.in Wed Mar 18 17:36:25 2009 -0400 @@ -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])