dovecot updated to 2.1.8

- imap: Mailbox names were accidentally sent as UTF-8 instead of mUTF-7
  in previous v2.1.x releases for STATUS, MYRIGHTS and GETQUOTAROOT commands.
- lmtp proxy: Don't timeout connections too early when mail has a lot of RCPT TOs.
- director: Don't crash if the director is working alone.
- shared mailboxes: Avoid doing "@domain" userdb lookups.
- doveadm: Fixed crash with proxying some commands.
- fts-squat: Fixed handling multiple SEARCH parameters.
- imapc: Fixed a crash when message had more than 8 keywords.
- imapc: Don't crash on APPEND/COPY if server doesn't support UIDPLUS.
This commit is contained in:
Michal Hlavinka 2012-07-03 09:29:44 +02:00
parent 39e39861b1
commit 5a0b2d4236
3 changed files with 17 additions and 3 deletions

1
.gitignore vendored
View File

@ -49,3 +49,4 @@ pigeonhole-snap0592366457df.tar.bz2
/dovecot-2.1.5.tar.gz
/dovecot-2.1.6.tar.gz
/dovecot-2.1.7.tar.gz
/dovecot-2.1.8.tar.gz

View File

@ -1,9 +1,9 @@
Summary: Secure imap and pop3 server
Name: dovecot
Epoch: 1
Version: 2.1.7
Version: 2.1.8
#global prever .rc6
Release: 5%{?dist}
Release: 1%{?dist}
#dovecot itself is MIT, a few sources are PD, pigeonhole is LGPLv2
License: MIT and LGPLv2
Group: System Environment/Daemons
@ -458,6 +458,19 @@ make check
%{_libdir}/%{name}/dict/libdriver_pgsql.so
%changelog
* Tue Jul 03 2012 Michal Hlavinka <mhlavink@redhat.com> - 1:2.1.8-1
- dovecot updated to 2.1.8
- imap: Mailbox names were accidentally sent as UTF-8 instead of mUTF-7
in previous v2.1.x releases for STATUS, MYRIGHTS and GETQUOTAROOT commands.
- lmtp proxy: Don't timeout connections too early when mail has a lot of RCPT TOs.
- director: Don't crash if the director is working alone.
- shared mailboxes: Avoid doing "@domain" userdb lookups.
- doveadm: Fixed crash with proxying some commands.
- fts-squat: Fixed handling multiple SEARCH parameters.
- imapc: Fixed a crash when message had more than 8 keywords.
- imapc: Don't crash on APPEND/COPY if server doesn't support UIDPLUS.
* Mon Jul 02 2012 Michal Hlavinka <mhlavink@redhat.com> - 1:2.1.7-5
- make quota work with NFS mounted mailboxes

View File

@ -1,2 +1,2 @@
b52d0faf1b9ec21bc5552691fe0ff1d1 dovecot-2.1.7.tar.gz
c6d962653b0a7f2ab8d892b53ddf0101 dovecot-2.1.8.tar.gz
a3e19701b775bfe1d8059c1dffd43f80 dovecot-2.1-pigeonhole-0.3.0.tar.gz