dovecot updated to 2.1.2
- doveadm sync: If mailbox was expunged empty, messages may have become back instead of also being expunged in the other side. - imap_id_* settings were ignored before login. - Several fixes to mailbox_list_index=yes - Previous v2.1.x didn't log all messages at shutdown.
This commit is contained in:
parent
531ee39146
commit
b8a9b34979
2
.gitignore
vendored
2
.gitignore
vendored
@ -42,3 +42,5 @@ pigeonhole-snap0592366457df.tar.bz2
|
||||
/dovecot-2.1-pigeonhole-0.3.0.tar.gz
|
||||
/dovecot-2.1.1.tar.gz
|
||||
/pigeonhole-snap67950c9d3675.tar.bz2
|
||||
/dovecot-2.1.2.tar.gz
|
||||
/pigeonhole-snap08a2d2718a65.tar.bz2
|
||||
|
12
dovecot.spec
12
dovecot.spec
@ -1,9 +1,9 @@
|
||||
Summary: Secure imap and pop3 server
|
||||
Name: dovecot
|
||||
Epoch: 1
|
||||
Version: 2.1.1
|
||||
Version: 2.1.2
|
||||
#global prever .rc6
|
||||
Release: 2%{?dist}
|
||||
Release: 1%{?dist}
|
||||
#dovecot itself is MIT, a few sources are PD, pigeonhole is LGPLv2
|
||||
License: MIT and LGPLv2
|
||||
Group: System Environment/Daemons
|
||||
@ -427,6 +427,14 @@ make check
|
||||
%{_libdir}/%{name}/dict/libdriver_pgsql.so
|
||||
|
||||
%changelog
|
||||
* Fri Mar 16 2012 Michal Hlavinka <mhlavink@redhat.com> - 1:2.1.2-1
|
||||
- dovecot updated to 2.1.2
|
||||
- doveadm sync: If mailbox was expunged empty, messages may have
|
||||
become back instead of also being expunged in the other side.
|
||||
- imap_id_* settings were ignored before login.
|
||||
- Several fixes to mailbox_list_index=yes
|
||||
- Previous v2.1.x didn't log all messages at shutdown.
|
||||
|
||||
* Thu Mar 01 2012 Michal Hlavinka <mhlavink@redhat.com> - 1:2.1.1-2
|
||||
- enable fts_lucene plugin (#798661)
|
||||
|
||||
|
4
sources
4
sources
@ -1,3 +1,3 @@
|
||||
db41a4de848d2bc834c30af0eb5575fd dovecot-2.1.1.tar.gz
|
||||
6ab61b962ff7e732ea9faa0fa41a28cb dovecot-2.1.2.tar.gz
|
||||
a3e19701b775bfe1d8059c1dffd43f80 dovecot-2.1-pigeonhole-0.3.0.tar.gz
|
||||
fe42ad28dfda1605c016a5014aa11375 pigeonhole-snap67950c9d3675.tar.bz2
|
||||
b5e7a5df774c271f0a12b1972fcfbb88 pigeonhole-snap08a2d2718a65.tar.bz2
|
||||
|
Loading…
Reference in New Issue
Block a user