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 - 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 - 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