+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
+ - 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?..
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
- 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
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