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.
This commit is contained in:
parent
ddae93e1d0
commit
7a3fe1431f
1
.gitignore
vendored
1
.gitignore
vendored
@ -73,3 +73,4 @@ pigeonhole-snap0592366457df.tar.bz2
|
|||||||
/dovecot-2.2.5.tar.gz
|
/dovecot-2.2.5.tar.gz
|
||||||
/dovecot-2.2.6.tar.gz
|
/dovecot-2.2.6.tar.gz
|
||||||
/dovecot-2.2-pigeonhole-0.4.2.tar.gz
|
/dovecot-2.2-pigeonhole-0.4.2.tar.gz
|
||||||
|
/dovecot-2.2.7.tar.gz
|
||||||
|
10
dovecot.spec
10
dovecot.spec
@ -3,7 +3,7 @@
|
|||||||
Summary: Secure imap and pop3 server
|
Summary: Secure imap and pop3 server
|
||||||
Name: dovecot
|
Name: dovecot
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Version: 2.2.6
|
Version: 2.2.7
|
||||||
%global prever %{nil}
|
%global prever %{nil}
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
#dovecot itself is MIT, a few sources are PD, pigeonhole is LGPLv2
|
#dovecot itself is MIT, a few sources are PD, pigeonhole is LGPLv2
|
||||||
@ -484,6 +484,14 @@ make check
|
|||||||
%{_libdir}/%{name}/dict/libdriver_pgsql.so
|
%{_libdir}/%{name}/dict/libdriver_pgsql.so
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Nov 04 2013 Michal Hlavinka <mhlavink@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@redhat.com> - 1:2.2.6-1
|
* Tue Oct 01 2013 Michal Hlavinka <mhlavink@redhat.com> - 1:2.2.6-1
|
||||||
- dovecot updated to 2.2.6, pigeonhole updated to 0.4.2
|
- dovecot updated to 2.2.6, pigeonhole updated to 0.4.2
|
||||||
- director: v2.2.5 changes caused "SYNC lost" errors
|
- director: v2.2.5 changes caused "SYNC lost" errors
|
||||||
|
Loading…
Reference in New Issue
Block a user