[dovecot/f15] dovecot updated to 2.0.14 userdb extra fields can now return name+=value to append to an existing na

Michal Hlavinka mhlavink at fedoraproject.org
Mon Aug 29 07:36:12 UTC 2011


commit 4fe8967526eb452a5f3d4d504e49f5fa591126d6
Author: Michal Hlavinka <mhlavink at redhat.com>
Date:   Mon Aug 29 09:35:55 2011 +0200

    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.

 .gitignore   |    1 +
 dovecot.spec |   18 +++++++++++++++++-
 sources      |    2 +-
 3 files changed, 19 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 6159757..dc93c87 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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
diff --git a/dovecot.spec b/dovecot.spec
index 7340677..112c24d 100644
--- a/dovecot.spec
+++ b/dovecot.spec
@@ -1,7 +1,7 @@
 Summary: Secure imap and pop3 server
 Name: dovecot
 Epoch: 1
-Version: 2.0.13
+Version: 2.0.14
 Release: 1%{?dist}
 #dovecot itself is MIT, a few sources are PD, pigeonhole is LGPLv2
 License: MIT and LGPLv2
@@ -394,6 +394,22 @@ make check
 %{_libdir}/%{name}/dict/libdriver_pgsql.so
 
 %changelog
+* Mon Aug 29 2011 Michal Hlavinka <mhlavink at 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.
+
 * Thu May 12 2011 Michal Hlavinka <mhlavink at redhat.com> - 1:2.0.13-1
 - dovecot updated to 2.0.13
 - mdbox purge: Fixed wrong warning about corrupted extrefs.
diff --git a/sources b/sources
index 5c49205..9af5043 100644
--- a/sources
+++ b/sources
@@ -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


More information about the scm-commits mailing list