From: Timo Sirainen Date: Fri, 13 Mar 2009 22:53:30 +0000 (-0400) Subject: Released v1.2.beta2. X-Git-Tag: 1.2.beta2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f5c5ef3a21c62287ae22343b699ab2f20633f72e;p=thirdparty%2Fdovecot%2Fcore.git Released v1.2.beta2. --HG-- branch : HEAD --- diff --git a/TODO b/TODO index 3946f84b89..b71cf8fbce 100644 --- a/TODO +++ b/TODO @@ -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/user-not-found/test/temp.hurina.12890.87 - 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 --git a/configure.in b/configure.in index f217133686..76edda8bf4 100644 --- a/configure.in +++ b/configure.in @@ -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])