changeset 3995:becee8ae64a6 HEAD

1.0beta3 released.
author Timo Sirainen <tss@iki.fi>
date Wed, 08 Feb 2006 12:05:26 +0200
parents 198ad9bf81d2
children cbca2fc5ca97
files TODO configure.in
diffstat 2 files changed, 6 insertions(+), 12 deletions(-) [+]
line wrap: on
line diff
--- a/TODO	Tue Feb 07 18:41:44 2006 +0200
+++ b/TODO	Wed Feb 08 12:05:26 2006 +0200
@@ -1,5 +1,9 @@
+ - lda: change "unsupported feature" error to something better
+ - imaptest: imap-login: Master sent reply with unknown tag 1
+     - client closed connection at the exact same time master was logging it
+       in? master_request_abort()
+ - delete >30min old dovecot.index.log.2 files when opening index?
  - dict-server should have some config file which lists the allowed dicts
- - file_dotlock_open()/create() should maybe take file creation mode..
  - inetd: pop3-login logs in with imap executable
  - with blocking passdb we're not caching lookups if the password was wrong
  - LIST replies 2049 bytes (more would come) -> dovecot gets stuck?
@@ -41,13 +45,7 @@
  - namespaces: add new "auto_disable" flag so if the mailbox can't be opened
    (eg. file doesn't exist), just ignore the problem and disable the namespace
  - auth master refcounting when handling user/request?
-
- - buffer_create_data() behavior has changed from silent-truncating to
-   hard-crashing. See if it breaks anywhere (PAM!)
  - PAM / checkpassword should use passdb-blocking
- - if ssl isn't compiled in, it doesn't complain anything if it's tried to
-   be used .. and configure summary even says it's enabled
-    - SSL_read in -lssl -> no
 
  - deleting lots of messages for rarely opened box seems to cause trouble:
 IMAP(cras:17105): Cached message offset lost for seq 93 in mbox file /home/cras/mail/bugtraq
@@ -213,10 +211,6 @@
       Hello world!" 2 "Hello, I'm ...". This would be especially useful with
       the above attachment scanning.
 
- - lib
-    - dotlocking: stale_timeout should probably take into account how old the
-      file is.. so uses more time with more recent locks..
-
  - lib-charset
      - utf8_toupper() is a must. and a bit difficult if we want to do it right.
      - add support for other things than iconv() as well? we could reuse
--- a/configure.in	Tue Feb 07 18:41:44 2006 +0200
+++ b/configure.in	Wed Feb 08 12:05:26 2006 +0200
@@ -1,5 +1,5 @@
 AC_PREREQ([2.59])
-AC_INIT([dovecot],[1.0.beta2],[dovecot@dovecot.org])
+AC_INIT([dovecot],[1.0.beta3],[dovecot@dovecot.org])
 AC_CONFIG_SRCDIR([src])
 
 AM_INIT_AUTOMAKE