diff --git a/.gitignore b/.gitignore index 15ed506..0dea730 100644 --- a/.gitignore +++ b/.gitignore @@ -62,3 +62,4 @@ pigeonhole-snap0592366457df.tar.bz2 /pigeonhole-99eec511aa2c.tar.bz2 /dovecot-2.2.rc3.tar.gz /dovecot-2.2.rc4.tar.gz +/dovecot-2.2.0.tar.gz diff --git a/dovecot.spec b/dovecot.spec index e792ccd..08c77f1 100644 --- a/dovecot.spec +++ b/dovecot.spec @@ -2,9 +2,9 @@ Summary: Secure imap and pop3 server Name: dovecot Epoch: 1 -Version: 2.2 -%global prever .rc4 -Release: 0%{?dist}.4 +Version: 2.2.0 +%global prever %{nil} +Release: 1%{?dist} #dovecot itself is MIT, a few sources are PD, pigeonhole is LGPLv2 License: MIT and LGPLv2 Group: System Environment/Daemons @@ -482,6 +482,14 @@ make check %{_libdir}/%{name}/dict/libdriver_pgsql.so %changelog +* Mon Apr 15 2013 Michal Hlavinka - 1:2.2.0-1 +- dovecot updated to 2.2.0 +- Mailbox list indexes weren't using proper file permissions based + on the root directory. +- replicator: doveadm commands and user list export may have skipped + some users. +- Various fixes to mailbox_list_index=yes + * Fri Apr 05 2013 Michal Hlavinka - 1:2.2-0.4 - dovecot updated to 2.2 RC4 - various bugfixes to LDAP changes in rc3 diff --git a/sources b/sources index 0f830ac..5f27d80 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ cf4a25c24cd2458314c8ed9d36dc2752 pigeonhole-99eec511aa2c.tar.bz2 -0594c918785f8e4d635fdce5aab318d5 dovecot-2.2.rc4.tar.gz +905b8bb783a9a9da2f2c5ece929942ac dovecot-2.2.0.tar.gz