changeset 3575:e1888f3d3423 HEAD

alpha2 released
author Timo Sirainen <tss@iki.fi>
date Sun, 11 Sep 2005 23:28:34 +0300
parents 08ee6a4ed96e
children 827c7137fd78
files TODO configure.in
diffstat 2 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/TODO	Sun Sep 11 23:25:04 2005 +0300
+++ b/TODO	Sun Sep 11 23:28:34 2005 +0300
@@ -1,3 +1,7 @@
+ - auth: it's not possible to have two same passdbs/userdbs with different
+   settings
+ - LDA: empty mail gives an error. <LF> mail gives another error.
+ - LDA: "message <$MSGID> for $USER: $action" logging
  - if PAM child process doesn't finish within a minute, kill it
  - maildir: hardlink copying + keywords are broken
  - Support listening in multiple sockets?..
--- a/configure.in	Sun Sep 11 23:25:04 2005 +0300
+++ b/configure.in	Sun Sep 11 23:28:34 2005 +0300
@@ -1,4 +1,4 @@
-AC_INIT(dovecot, 1.0-test80, [dovecot@dovecot.org])
+AC_INIT(dovecot, 1.0alpha2, [dovecot@dovecot.org])
 AC_CONFIG_SRCDIR([src])
 
 AC_CONFIG_HEADERS([config.h])