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:
parent
4cab58b13d
commit
1b545d9d4d
2
.gitignore
vendored
2
.gitignore
vendored
@ -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
|
||||
|
11
dovecot.spec
11
dovecot.spec
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user