[dovecot/f19] dovecot updated to 2.2.7

Michal Hlavinka mhlavink at fedoraproject.org
Mon Nov 4 17:37:56 UTC 2013


commit ec1a5058cd01233ea7f139a02e8350527116f913
Author: Michal Hlavinka <mhlavink at redhat.com>
Date:   Mon Nov 4 18:38:08 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 06e72b8..321969a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -9,3 +9,4 @@
 /dovecot-2.2-pigeonhole-0.4.1.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 3ea7e3f..2846f67 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.
+
 * Thu Oct 17 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