]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
Released v1.2.beta2. 1.2.beta2
authorTimo Sirainen <tss@iki.fi>
Fri, 13 Mar 2009 22:53:30 +0000 (18:53 -0400)
committerTimo Sirainen <tss@iki.fi>
Fri, 13 Mar 2009 22:53:30 +0000 (18:53 -0400)
--HG--
branch : HEAD

TODO
configure.in

diff --git a/TODO b/TODO
index 3946f84b89749bb8c9313f0d977c235ed1ece9a9..b71cf8fbce3b93503f8a016925f2d06046cc90c2 100644 (file)
--- 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
index f21713368612c9358f928f9bce6e28cd87542375..76edda8bf4109e0519627701354b58929c315198 100644 (file)
@@ -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])