changeset 8839:6ab55d991765 HEAD 1.2.beta3

Released v1.2.beta3.
author Timo Sirainen <tss@iki.fi>
date Wed, 18 Mar 2009 17:36:25 -0400
parents 50815f24cc22
children 241b3c178228
files TODO configure.in
diffstat 2 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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
--- 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])