#acl PaulHowarth:read,write,admin,revert,delete All:read === Thursday 29th November 2012 === ==== Local Packages ==== * Updated `dovecot` to 2.1.11: * `lmtp`/`lda`: `dovecot.index.cache` file is no longer fully mapped to memory, allowing mail deliveries to work even if the file is huge * `auth`: `userdb passwd` lookups are now done by auth worker processes instead of auth master process (as it was documented, but accidentally didn't work that way) * `lmtp`: `lmtp_rcpt_check_quota=yes` setting checks quota on `RCPT TO` * `lmtp`: after successful proxying `RCPT TO`, the next one to a non-existent user gave tempfail error instead of "user not found" * `lmtp` proxy: fixed hanging if remote server was down * `imap`: fixed crash when `SEARCH` contained multiple `KEYWORD` parameters * `doveadm`: various fixes to handling `doveadm-server` connections * `-i ` parameter for Dovecot tools didn't work correctly * `director` was somewhat broken in v2.1.10; this version also includes various reliability enhancements * `auth`: `passdb imap` was broken in v2.1.10 * Updated `perl-Net-IP` to 1.26: * This version is authored by Ulrich Wisser * [[CPAN:81138|CPAN RT#81138]]: `ip` types * [[CPAN:80164|CPAN RT#80164]]: `hexip` does not change when `ip` changes (fix: `hexformat` needs to be cleared by set) * [[CPAN:74898|CPAN RT#74898]]: double compression * [[CPAN:73232|CPAN RT#73232]]: invalid `ipv6` 1:2:3:4:5:6:7 * [[CPAN:73105|CPAN RT#73105]]: invalid `ip` 1:2 * [[CPAN:73104|CPAN RT#73104]]: expand 1::2::3 * [[CPAN:71042|CPAN RT#71042]]: `ip_reverse` 2001:4f8:3:36:0:0:0:235 * [[CPAN:45165|CPAN RT#45165]]: `ip_range_to_prefix` updated documentation * [[CPAN:32232|CPAN RT#32232]]: accepts `61-217-102-8.hinet-ip.hinet.net` as range * Updated `perl-Perl-MinimumVersion` to 1.30: * '`each % { $foo }`' incorrectly required `perl` 5.14 ([[CPAN:81505|CPAN RT#81505]]) * `02_main.t` fails in rare cases ([[CPAN:81487|CPAN RT#81487]]) ----