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.rc3.tar.gz
|
||||||
/dovecot-2.2.rc4.tar.gz
|
/dovecot-2.2.rc4.tar.gz
|
||||||
/dovecot-2.2.0.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
|
Summary: Secure imap and pop3 server
|
||||||
Name: dovecot
|
Name: dovecot
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Version: 2.2.0
|
Version: 2.2.1
|
||||||
%global prever %{nil}
|
%global prever %{nil}
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
#dovecot itself is MIT, a few sources are PD, pigeonhole is LGPLv2
|
#dovecot itself is MIT, a few sources are PD, pigeonhole is LGPLv2
|
||||||
@ -482,6 +482,15 @@ make check
|
|||||||
%{_libdir}/%{name}/dict/libdriver_pgsql.so
|
%{_libdir}/%{name}/dict/libdriver_pgsql.so
|
||||||
|
|
||||||
%changelog
|
%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
|
* Mon Apr 15 2013 Michal Hlavinka <mhlavink@redhat.com> - 1:2.2.0-1
|
||||||
- dovecot updated to 2.2.0
|
- dovecot updated to 2.2.0
|
||||||
- Mailbox list indexes weren't using proper file permissions based
|
- Mailbox list indexes weren't using proper file permissions based
|
||||||
|
3
sources
3
sources
@ -1,2 +1,3 @@
|
|||||||
cf4a25c24cd2458314c8ed9d36dc2752 pigeonhole-99eec511aa2c.tar.bz2
|
cf4a25c24cd2458314c8ed9d36dc2752 pigeonhole-99eec511aa2c.tar.bz2
|
||||||
905b8bb783a9a9da2f2c5ece929942ac dovecot-2.2.0.tar.gz
|
6628f513ca841846176e81db870052f8 dovecot-2.2.1.tar.gz
|
||||||
|
94bd9f53bdbfc5ff011249b13bf42bdd pigeonhole-snape42a38f02d28.tar.bz2
|
||||||
|
Loading…
Reference in New Issue
Block a user