changeset 8831:116ca52dfcb5 HEAD 1.2.beta2

Released v1.2.beta2.
author Timo Sirainen <tss@iki.fi>
date Fri, 13 Mar 2009 18:53:30 -0400
parents d6acde4e9fe0
children 9f0f3c7072eb
files TODO configure.in
diffstat 2 files changed, 7 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/TODO	Fri Mar 13 18:36:50 2009 -0400
+++ b/TODO	Fri Mar 13 18:53:30 2009 -0400
@@ -1,3 +1,9 @@
+ - 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
+   converted to dbox..
+ - global acl: create foo ACL file, create foo/bar -> internal error?
+
  - namespace shared: prefix = shared/%%d/%%u/: LIST shared/% doesn't work
  - proxying: support fallbacking to local (or other?) server if the first
    one is down
@@ -28,8 +34,6 @@
     - read the entire file to memory only once and keep it there, stat() later
       to see if it has changed. if not, perhaps don't even bother stat()ing
       dovecot-acl files? at least not that often..
- - virtual mailboxes: backend mailbox where to save mails if they're tried to
-   be saved to the virtual mailbox.
  - acl example in wiki with acl_shared_dict = file:/var/mail/%d/dovecot.shared
   - with list=children
  - add anonymous environment for anon logins
--- a/configure.in	Fri Mar 13 18:36:50 2009 -0400
+++ b/configure.in	Fri Mar 13 18:53:30 2009 -0400
@@ -1,5 +1,5 @@
 AC_PREREQ([2.59])
-AC_INIT([Dovecot],[1.2.beta1],[dovecot@dovecot.org])
+AC_INIT([Dovecot],[1.2.beta2],[dovecot@dovecot.org])
 AC_CONFIG_SRCDIR([src])
 
 AM_INIT_AUTOMAKE([foreign])