dovecot updated to 2.1.14
- v2.1.11+ had a race condition where it sometimes overwrote data in dovecot.index.cache file. This could have caused Dovecot to return the same cached data to two different messages. - mdbox: Fixes to handling duplicate GUIDs during index rebuild
This commit is contained in:
parent
073781ea2a
commit
eb14d4821d
1
.gitignore
vendored
1
.gitignore
vendored
@ -56,3 +56,4 @@ pigeonhole-snap0592366457df.tar.bz2
|
||||
/dovecot-2.1-pigeonhole-0.3.3.tar.gz
|
||||
/dovecot-2.1.12.tar.gz
|
||||
/dovecot-2.1.13.tar.gz
|
||||
/dovecot-2.1.14.tar.gz
|
||||
|
@ -1,7 +1,7 @@
|
||||
Summary: Secure imap and pop3 server
|
||||
Name: dovecot
|
||||
Epoch: 1
|
||||
Version: 2.1.13
|
||||
Version: 2.1.14
|
||||
#global prever .rc6
|
||||
Release: 1%{?dist}
|
||||
#dovecot itself is MIT, a few sources are PD, pigeonhole is LGPLv2
|
||||
@ -472,6 +472,13 @@ make check
|
||||
%{_libdir}/%{name}/dict/libdriver_pgsql.so
|
||||
|
||||
%changelog
|
||||
* Thu Jan 31 2013 Michal Hlavinka <mhlavink@redhat.com> - 1:2.1.14-1
|
||||
- dovecot updated to 2.1.14
|
||||
- v2.1.11+ had a race condition where it sometimes overwrote data in
|
||||
dovecot.index.cache file. This could have caused Dovecot to return
|
||||
the same cached data to two different messages.
|
||||
- mdbox: Fixes to handling duplicate GUIDs during index rebuild
|
||||
|
||||
* Tue Jan 15 2013 Michal Hlavinka <mhlavink@redhat.com> - 1:2.1.13-1
|
||||
- dovecot updated to 2.1.13
|
||||
- Some fixes to cache file changes in v2.1.11.
|
||||
|
Loading…
Reference in New Issue
Block a user