[dovecot] dovecot updated to 2.2.10

Michal Hlavinka mhlavink at fedoraproject.org
Thu Jan 2 16:37:30 UTC 2014


commit 1753244ff80e6910f110e897614acb265a0984ac
Author: Michal Hlavinka <mhlavink at redhat.com>
Date:   Thu Jan 2 17:37:29 2014 +0100

    dovecot updated to 2.2.10
    
    - quota-status: quota_grace was ignored
    - ldap: Fixed memory leak with auth_bind=yes and without
      auth_bind_userdn.
    - imap: Don't send HIGHESTMODSEQ anymore on SELECT/EXAMINE when
      CONDSTORE/QRESYNC has never before been enabled for the mailbox.
    - imap: Fixes to handling mailboxes without permanent modseqs.
      (When [NOMODSEQ] is returned by SELECT, mainly with in-memory
      indexes.)
    - imap: Various fixes to METADATA support.
    - stats plugin: Processes that only temporarily dropped privileges
      (e.g. indexer-worker) may have been logging errors about not being
      able to open /proc/self/io.

 .gitignore   |    1 +
 dovecot.spec |   17 ++++++++++++++++-
 sources      |    2 +-
 3 files changed, 18 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a0d4c4b..32255f6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -76,3 +76,4 @@ pigeonhole-snap0592366457df.tar.bz2
 /dovecot-2.2.7.tar.gz
 /dovecot-2.2.8.tar.gz
 /dovecot-2.2.9.tar.gz
+/dovecot-2.2.10.tar.gz
diff --git a/dovecot.spec b/dovecot.spec
index f88147c..a52ad40 100644
--- a/dovecot.spec
+++ b/dovecot.spec
@@ -3,7 +3,7 @@
 Summary: Secure imap and pop3 server
 Name: dovecot
 Epoch: 1
-Version: 2.2.9
+Version: 2.2.10
 %global prever %{nil}
 Release: 1%{?dist}
 #dovecot itself is MIT, a few sources are PD, pigeonhole is LGPLv2
@@ -485,6 +485,21 @@ make check
 %{_libdir}/%{name}/dict/libdriver_pgsql.so
 
 %changelog
+* Thu Jan 02 2014 Michal Hlavinka <mhlavink at redhat.com> - 1:2.2.10-1
+- dovecot updated to 2.2.10
+- quota-status: quota_grace was ignored
+- ldap: Fixed memory leak with auth_bind=yes and without
+  auth_bind_userdn.
+- imap: Don't send HIGHESTMODSEQ anymore on SELECT/EXAMINE when
+  CONDSTORE/QRESYNC has never before been enabled for the mailbox.
+- imap: Fixes to handling mailboxes without permanent modseqs.
+  (When [NOMODSEQ] is returned by SELECT, mainly with in-memory
+  indexes.)
+- imap: Various fixes to METADATA support.
+- stats plugin: Processes that only temporarily dropped privileges
+  (e.g. indexer-worker) may have been logging errors about not being
+  able to open /proc/self/io.
+
 * Mon Nov 25 2013 Michal Hlavinka <mhlavink at redhat.com> - 1:2.2.9-1
 - improved cache file handling exposed several old bugs related to fetching 
   mail headers.
diff --git a/sources b/sources
index 25f5ae0..b66b544 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-6e620a4020b7cc9855cbb304a63efc87  dovecot-2.2.9.tar.gz
+037e9c9e07d9dbff54dcff09f280fc8c  dovecot-2.2.10.tar.gz
 e8cb4976db9811d37e9d870f2f75ffef  dovecot-2.2-pigeonhole-0.4.2.tar.gz


More information about the scm-commits mailing list