dovecot-1.2: Released v1.2.beta2.

dovecot at dovecot.org dovecot at dovecot.org
Sat Mar 14 00:59:11 EET 2009


details:   http://hg.dovecot.org/dovecot-1.2/rev/116ca52dfcb5
changeset: 8831:116ca52dfcb5
user:      Timo Sirainen <tss at iki.fi>
date:      Fri Mar 13 18:53:30 2009 -0400
description:
Released v1.2.beta2.

diffstat:

2 files changed, 7 insertions(+), 3 deletions(-)
TODO         |    8 ++++++--
configure.in |    2 +-

diffs (32 lines):

diff -r d6acde4e9fe0 -r 116ca52dfcb5 TODO
--- 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 @@ safe_mkstemp(/usr/local/var/run/dovecot/
     - 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
diff -r d6acde4e9fe0 -r 116ca52dfcb5 configure.in
--- 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_PREREQ([2.59])
-AC_INIT([Dovecot],[1.2.beta1],[dovecot at dovecot.org])
+AC_INIT([Dovecot],[1.2.beta2],[dovecot at dovecot.org])
 AC_CONFIG_SRCDIR([src])
 
 AM_INIT_AUTOMAKE([foreign])


More information about the dovecot-cvs mailing list