dovecot updated to 2.2.1

- mailbox_list_index=yes was broken.
- LAYOUT=index didn't list subscriptions.
- auth: Multiple master passdbs didn't work.
- Message parsing (e.g. during search) crashed when multipart message
  didn't actually contain any parts.
- dovecot updated to 2.2.1
This commit is contained in:
Michal Hlavinka 2013-04-19 13:55:40 +02:00
parent 4cab58b13d
commit 1b545d9d4d
3 changed files with 14 additions and 2 deletions

2
.gitignore vendored
View File

@ -63,3 +63,5 @@ pigeonhole-snap0592366457df.tar.bz2
/dovecot-2.2.rc3.tar.gz
/dovecot-2.2.rc4.tar.gz
/dovecot-2.2.0.tar.gz
/dovecot-2.2.1.tar.gz
/pigeonhole-snape42a38f02d28.tar.bz2

View File

@ -2,7 +2,7 @@
Summary: Secure imap and pop3 server
Name: dovecot
Epoch: 1
Version: 2.2.0
Version: 2.2.1
%global prever %{nil}
Release: 1%{?dist}
#dovecot itself is MIT, a few sources are PD, pigeonhole is LGPLv2
@ -482,6 +482,15 @@ make check
%{_libdir}/%{name}/dict/libdriver_pgsql.so
%changelog
* Fri Apr 19 2013 Michal Hlavinka <mhlavink@redhat.com> - 1:2.2.1-1
- dovecot updated to 2.2.1
- mailbox_list_index=yes was broken.
- LAYOUT=index didn't list subscriptions.
- auth: Multiple master passdbs didn't work.
- Message parsing (e.g. during search) crashed when multipart message
didn't actually contain any parts.
- dovecot updated to 2.2.1
* Mon Apr 15 2013 Michal Hlavinka <mhlavink@redhat.com> - 1:2.2.0-1
- dovecot updated to 2.2.0
- Mailbox list indexes weren't using proper file permissions based

View File

@ -1,2 +1,3 @@
cf4a25c24cd2458314c8ed9d36dc2752 pigeonhole-99eec511aa2c.tar.bz2
905b8bb783a9a9da2f2c5ece929942ac dovecot-2.2.0.tar.gz
6628f513ca841846176e81db870052f8 dovecot-2.2.1.tar.gz
94bd9f53bdbfc5ff011249b13bf42bdd pigeonhole-snape42a38f02d28.tar.bz2