dovecot updated to 2.0.14

userdb extra fields can now return name+=value to append to an
existing name
script-login attempted an unnecessary config lookup, which usually
failed with "Permission denied".
lmtp: Fixed parsing quoted strings with spaces as local-part for
MAIL FROM and RCPT TO.
imap: FETCH BODY[HEADER.FIELDS (..)] may have crashed or not
returned all data sometimes.
ldap: Fixed random assert-crashing with with sasl_bind=yes.
Fixes to handling mail chroots
Fixed renaming mailboxes under different parent with FS layout when
using separate ALT, INDEX or CONTROL paths.
zlib: Fixed reading concatenated .gz files.
This commit is contained in:
Michal Hlavinka 2011-08-29 08:59:11 +02:00
parent 774bb59834
commit 1f1fa948da
3 changed files with 20 additions and 3 deletions

1
.gitignore vendored
View File

@ -28,3 +28,4 @@ pigeonhole-snap0592366457df.tar.bz2
/dovecot-2.0.12.tar.gz
/dovecot-2.0-pigeonhole-0.2.3.tar.gz
/dovecot-2.0.13.tar.gz
/dovecot-2.0.14.tar.gz

View File

@ -1,8 +1,8 @@
Summary: Secure imap and pop3 server
Name: dovecot
Epoch: 1
Version: 2.0.13
Release: 2%{?dist}
Version: 2.0.14
Release: 1%{?dist}
#dovecot itself is MIT, a few sources are PD, pigeonhole is LGPLv2
License: MIT and LGPLv2
Group: System Environment/Daemons
@ -399,6 +399,22 @@ make check
%{_libdir}/%{name}/dict/libdriver_pgsql.so
%changelog
* Mon Aug 29 2011 Michal Hlavinka <mhlavink@redhat.com> - 1:2.0.14-1
- dovecot updated to 2.0.14
- userdb extra fields can now return name+=value to append to an
existing name
- script-login attempted an unnecessary config lookup, which usually
failed with "Permission denied".
- lmtp: Fixed parsing quoted strings with spaces as local-part for
MAIL FROM and RCPT TO.
- imap: FETCH BODY[HEADER.FIELDS (..)] may have crashed or not
returned all data sometimes.
- ldap: Fixed random assert-crashing with with sasl_bind=yes.
- Fixes to handling mail chroots
- Fixed renaming mailboxes under different parent with FS layout when
using separate ALT, INDEX or CONTROL paths.
- zlib: Fixed reading concatenated .gz files.
* Fri Jul 15 2011 Michal Hlavinka <mhlavink@redhat.com> - 1:2.0.13-2
- do not include sysv init script

View File

@ -1,2 +1,2 @@
fd8a0702275a61332db7353dadff0f92 dovecot-2.0.13.tar.gz
92a10a6ca341921db9e35c6753e8de0b dovecot-2.0.14.tar.gz
336cbb2073b48119d968fad7de89817a dovecot-2.0-pigeonhole-0.2.3.tar.gz