diff --git a/.gitignore b/.gitignore index 962d120..94ac8ba 100644 --- a/.gitignore +++ b/.gitignore @@ -92,3 +92,4 @@ pigeonhole-snap0592366457df.tar.bz2 /dovecot-2.2-pigeonhole-0.4.8.tar.gz /dovecot-2.2.19.tar.gz /dovecot-2.2-pigeonhole-0.4.9.tar.gz +/dovecot-2.2.20.tar.gz diff --git a/dovecot.spec b/dovecot.spec index 9276f0e..d8cab80 100644 --- a/dovecot.spec +++ b/dovecot.spec @@ -3,7 +3,7 @@ Summary: Secure imap and pop3 server Name: dovecot Epoch: 1 -Version: 2.2.19 +Version: 2.2.20 %global prever %{nil} Release: 1%{?dist} #dovecot itself is MIT, a few sources are PD, pigeonhole is LGPLv2 @@ -492,6 +492,29 @@ make check %{_libdir}/%{name}/dict/libdriver_pgsql.so %changelog +* Tue Dec 08 2015 Michal Hlavinka - 1:2.2.20-1 +- dovecot updated to 2.2.20 +- director: Backend tags weren't working correctly. +- ldap: tls_* settings weren't used for ldaps URIs. +- ldap, mysql: Fixed setting connect timeout. +- auth: userdb lookups via auth-worker couldn't change username +- dsync: Fixed handling deleted directories. Make sure we don't go to + infinite mailbox renaming loop. +- imap: Fixed crash in NOTIFY when there were watched namespaces that + didn't support NOTIFY. +- imap: After SETMETADATA was used, various commands (especially FETCH) + could have started hanging when their output was large. +- stats: Idle sessions weren't refreshed often enough, causing stats + process to forget them and log errors about unknown sessions when + they were updated later. +- stats: Fixed "Duplicate session ID" errors when LMTP delivered to + multiple recipients and fts_autoindex=yes. +- zlib plugin: Fixed copying causing cache corruption when zlib_save + wasn't set, but the source message was compressed. +- fts-solr: Fixed escaping Solr query parameters. +- lmtp: quota_full_tempfail=yes was ignored with + lmtp_rcpt_check_quota=yes + * Mon Oct 05 2015 Michal Hlavinka - 1:2.2.19-1 - dovecot updated to 2.2.19 - mdbox: Rebuilding could have caused message's reference count to diff --git a/sources b/sources index 6b5651b..855fd2e 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -95591b6556413edc2f0b160fb469d04c dovecot-2.2.19.tar.gz +2dbeff4385eff699caa6f6b81b838d0f dovecot-2.2.20.tar.gz 3a2d856c1c50557d098536b687efc5f8 dovecot-2.2-pigeonhole-0.4.9.tar.gz