pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/mail/dovecot
Module Name: pkgsrc
Committed By: ghen
Date: Wed May 20 08:07:38 UTC 2009
Modified Files:
pkgsrc/mail/dovecot: Makefile distinfo
pkgsrc/mail/dovecot/patches: patch-aa patch-ab patch-ac
Log Message:
Update to Dovecot 1.1.15.
v1.1.15 2009-05-17 Timo Sirainen <tss%iki.fi@localhost>
+ IMAP: When multiple commands are pipelined, try harder to combine their
mailbox syncing together. For example with Maildir pipelining STORE 1:*
+FLAGS \Deleted and EXPUNGE commands the files won't be unnecessarily
rename()d before being unlink()ed.
- IMAP: SEARCH command was slower than necessary in a large mailbox.
- deliver: When forwarding messages, if -f parameter was given, it should have
been used as the Return-Path.
- Maildir saving: Fixed race condition bugs in uidlist handling, causing files
to be given new UIDs sometimes.
- mbox: Don't crash when expunging all messages and file doesn't end with
[CR]LF.
- expire-tool: Use mail_uid and mail_gid settings if userdb doesn't return
uid/gid.
- Berkeley DB dict: Transaction rollbacking was implemented wrong.
- zlib plugin: Some email / FETCH command combinations could have disconnected
the client or sent compressed garbage.
To generate a diff of this commit:
cvs rdiff -u -r1.132 -r1.133 pkgsrc/mail/dovecot/Makefile
cvs rdiff -u -r1.97 -r1.98 pkgsrc/mail/dovecot/distinfo
cvs rdiff -u -r1.8 -r1.9 pkgsrc/mail/dovecot/patches/patch-aa
cvs rdiff -u -r1.26 -r1.27 pkgsrc/mail/dovecot/patches/patch-ab
cvs rdiff -u -r1.10 -r1.11 pkgsrc/mail/dovecot/patches/patch-ac
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index