http://dovecot.org/releases/1.1/dovecot-1.1.10.tar.gzhttp://dovecot.org/releases/1.1/dovecot-1.1.10.tar.gz.sig
v1.1.9 wasn't such a great release. Once again: Would be great if
someone started a proper testing suite so releases could be tested..
- Maildir: Keyword handling was somewhat broken in v1.1.9
- userdb prefetch was broken with blocking passdbs in v1.1.9
- dict process didn't always die with the rest of Dovecot
- dict quota was somewhat broken with pgsql
http://dovecot.org/releases/1.1/dovecot-1.1.9.tar.gzhttp://dovecot.org/releases/1.1/dovecot-1.1.9.tar.gz.sig
Lots of small dbox fixes, hopefully migrations from Maildir are now
working correctly. I'm also planning on releasing v1.2.beta1 in a few
days.
+ Sending SIGUSR2 to dovecot-auth now also logs statistics about cache
inserts. This could help figuring out auth cache size.
+ deliver: Added rejection_subject setting, which is used for
rejected mails.
+ pop3: Prevent clients from looping forever trying to fetch an
expunged message.
+ If login process crashes, log the IP address that (maybe) caused it.
+ If core dump limit is 0, add "core dumps disabled" to startup log line.
+ Log better messages for "Permission denied" errors
- mbox: Fixed assert-crash with pop3_lock_session=yes
- dbox: Fixes to handling maildir-converted files.
- Auth cache wasn't working correctly for all fields (e.g. allow_nets)
with blocking passdbs (e.g. mysql).
- pgsql: Handle reconnecting to server without failing auth lookups.
- Berkeley DB memory/resource leak fixes.
- maildir: Fixes to handling over 26 keywords.
http://dovecot.org/releases/1.1/dovecot-1.1.8.tar.gzhttp://dovecot.org/releases/1.1/dovecot-1.1.8.tar.gz.sig
Most importantly mbox bugfixes. v1.1 should finally be as stable with
mboxes as it was with v1.0. Hopefully we'll also soon have the first
v1.2 beta release and the final v1.2.0 somewhat soon after that.
- mbox: Several bugfixes. Fixes "next message unexpectedly lost"
errors and perhaps some other problems as well.
- deliver: It wasn't possible to override boolean settings in
lda section by setting them to "no".
- Maildir++ quota didn't correctly check if maildirs had changed
during recalculation.
- kqueue notify: Fixed assert-crash in some situations
- dbox: Several fixes to handling Maildir migrations
- Logging/error message improvements