[dovecot] dovecot updated to 2.2.7

Michal Hlavinka mhlavink at fedoraproject.org
Mon Nov 4 16:08:19 UTC 2013


commit 7a3fe1431f7cfb75cc0e1a6fe6aa31494263fc5a
Author: Michal Hlavinka <mhlavink at redhat.com>
Date:   Mon Nov 4 17:08:31 2013 +0100

    dovecot updated to 2.2.7
    
    - master process was doing a hostname.domain lookup for each created
      process, which may have caused a lot of unnecessary DNS lookups.
    - dsync: Syncing over 100 messages at once caused problems in some
      situations, causing messages to get new UIDs.
    - fts-solr: Different Solr hosts for different users didn't work.

 .gitignore   |    1 +
 dovecot.spec |   10 +++++++++-
 sources      |    2 +-
 3 files changed, 11 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index d211e7f..63fc3ee 100644
--- a/.gitignore
+++ b/.gitignore
@@ -73,3 +73,4 @@ pigeonhole-snap0592366457df.tar.bz2
 /dovecot-2.2.5.tar.gz
 /dovecot-2.2.6.tar.gz
 /dovecot-2.2-pigeonhole-0.4.2.tar.gz
+/dovecot-2.2.7.tar.gz
diff --git a/dovecot.spec b/dovecot.spec
index d965dca..0836233 100644
--- a/dovecot.spec
+++ b/dovecot.spec
@@ -3,7 +3,7 @@
 Summary: Secure imap and pop3 server
 Name: dovecot
 Epoch: 1
-Version: 2.2.6
+Version: 2.2.7
 %global prever %{nil}
 Release: 1%{?dist}
 #dovecot itself is MIT, a few sources are PD, pigeonhole is LGPLv2
@@ -484,6 +484,14 @@ make check
 %{_libdir}/%{name}/dict/libdriver_pgsql.so
 
 %changelog
+* Mon Nov 04 2013 Michal Hlavinka <mhlavink at redhat.com> - 1:2.2.7-1
+- dovecot updated to 2.2.7
+- master process was doing a hostname.domain lookup for each created
+  process, which may have caused a lot of unnecessary DNS lookups.
+- dsync: Syncing over 100 messages at once caused problems in some
+  situations, causing messages to get new UIDs.
+- fts-solr: Different Solr hosts for different users didn't work.
+
 * Tue Oct 01 2013 Michal Hlavinka <mhlavink at redhat.com> - 1:2.2.6-1
 - dovecot updated to 2.2.6, pigeonhole updated to 0.4.2
 - director: v2.2.5 changes caused "SYNC lost" errors
diff --git a/sources b/sources
index fd33c00..b0a34d2 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-db65988ef2e6889dd8b49c132b21fc8f  dovecot-2.2.6.tar.gz
+d2c7c83acc21f3dcab652868d40522e0  dovecot-2.2.7.tar.gz
 e8cb4976db9811d37e9d870f2f75ffef  dovecot-2.2-pigeonhole-0.4.2.tar.gz


More information about the scm-commits mailing list