]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
Released v1.1.rc5. 1.1.rc5
authorTimo Sirainen <tss@iki.fi>
Sun, 4 May 2008 22:01:13 +0000 (01:01 +0300)
committerTimo Sirainen <tss@iki.fi>
Sun, 4 May 2008 22:01:13 +0000 (01:01 +0300)
--HG--
branch : HEAD

NEWS
TODO
configure.in

diff --git a/NEWS b/NEWS
index eefe8f2adb409a1dc36a722e9d2c54b5c6c60630..c45503d2ab3ac05126e41a85db8e92647a31d114 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,25 @@
+v1.1.rc5 2008-05-05  Timo Sirainen <tss@iki.fi>
+
+       + Support cross-realm Kerberos 5 authentication. Based on patch by
+         Zachary Kotlarek.
+       + Added dict_db_config setting to point to a Berkeley DB config file.
+       + If mail_chroot ends with "/.", remove chroot prefix from home
+         directory.
+       - Fixed several bugs and memory leaks in ACL plugin. LIST and LSUB
+         may have listed mailboxes where user had no 'l' access. STORE could
+         have been used to update any flags without appropriate access.
+       - mbox: Valid-looking From_-lines in message bodies caused the message
+         to be split to two messages (broken since v1.0).
+       - Plugin initialization hooks were called in wrong order, possibly
+         causing problems when multiple plugins were used at the same time.
+       - Expire plugin was broken
+       - LIST-EXTENDED options were ignored.
+       - LDAP: Static attribute names weren't working correctly
+       - deliver: mail_uid and mail_gid settings weren't used.
+       - pop3 + maildir++ quota: maildirsize file wasn't created if it 
+         didn't exist already.
+       - dnotify: Waiting for dotlock to be deleted used 100% CPU
+
 v1.1.rc4 2008-04-01  Timo Sirainen <tss@iki.fi>
 
        * Fixed two buffer overflows in str_find_init(). It was used by
diff --git a/TODO b/TODO
index e1daf62635f2493edaf3505106a035cb3f8af511..74ea2f3d0b64f580ad4d3a49b5731748d0e14578 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,3 +1,5 @@
+ - zlib plugin + maildir hard link copying is broken
+ - sieve-cmu.c crash: i_assert(buf->used - 1 == part->body_size.physical_size);
  - index: clear recent flags created by v1.0 at some point so the bit may be
    reused for something useful later.
  - mbox: mail_privileged_group should be used when creating INBOX?..
@@ -8,9 +10,9 @@
    again tries to write-lock and do the conversion. Add a parameter that
    specifies if conversion should be done.
  - dbox:
+    - u.* files don't really need to have the UID written inside the file
     - "File unexpectedly lost" doesn't get fixed by itself
     - doesn't call fsync
- - do something about From_-lines splitting mails with mboxes
  - lucene: handle replacement chars?
  - squat:
    - wrong indexid
@@ -30,6 +32,8 @@
    - auth_gssapi_hostname = %Xl
    - proxying would also want DNS lookups, but not reverse..
  - ldap domain lookups which set the base for user lookup
+ - ldap: same attribute can't be used for multiple values.
+ - ldap: multiple attributes can't be merged to a single value.
 
  - maildir+pop3/deliver fast updates:
    - with locking enabled, pop3 could just keep the one and same sync lock and
index 27767f07d4b417f642250e73fc1d2fc1e79c990d..4299195fd2a03b5bf861b401903ae6b82955dd6d 100644 (file)
@@ -1,5 +1,5 @@
 AC_PREREQ([2.59])
-AC_INIT([dovecot],[1.1.rc4],[dovecot@dovecot.org])
+AC_INIT([dovecot],[1.1.rc5],[dovecot@dovecot.org])
 AC_CONFIG_SRCDIR([src])
 
 AM_INIT_AUTOMAKE