dovecot updated to 2.1.1

- acl plugin + autocreated mailboxes crashed when listing mailboxes
- doveadm force-resync: Don't skip autocreated mailboxes (especially
  INBOX).
- If process runs out of fds, stop listening for new connections only
  temporarily, not permanently (avoids hangs with process_limit=1
  services)
- auth: passdb imap crashed for non-login authentication (e.g. smtp).
This commit is contained in:
Michal Hlavinka 2012-02-24 13:44:41 +01:00
parent b46f20ae5c
commit bc52ceb4b5
3 changed files with 16 additions and 2 deletions

2
.gitignore vendored
View File

@ -40,3 +40,5 @@ pigeonhole-snap0592366457df.tar.bz2
/dovecot-2.1-pigeonhole-b2a456e15ed5.tar.bz2
/dovecot-2.1.0.tar.gz
/dovecot-2.1-pigeonhole-0.3.0.tar.gz
/dovecot-2.1.1.tar.gz
/pigeonhole-snap67950c9d3675.tar.bz2

View File

@ -1,7 +1,7 @@
Summary: Secure imap and pop3 server
Name: dovecot
Epoch: 1
Version: 2.1.0
Version: 2.1.1
#global prever .rc6
Release: 1%{?dist}
#dovecot itself is MIT, a few sources are PD, pigeonhole is LGPLv2
@ -424,6 +424,17 @@ make check
%{_libdir}/%{name}/dict/libdriver_pgsql.so
%changelog
* Fri Feb 24 2012 Michal Hlavinka <mhlavink@redhat.com> - 1:2.1.1-1
- dovecot updated to 2.1.1
- acl plugin + autocreated mailboxes crashed when listing mailboxes
- doveadm force-resync: Don't skip autocreated mailboxes (especially
INBOX).
- If process runs out of fds, stop listening for new connections only
temporarily, not permanently (avoids hangs with process_limit=1
services)
- auth: passdb imap crashed for non-login authentication (e.g. smtp).
* Mon Feb 20 2012 Michal Hlavinka <mhlavink@redhat.com> - 1:2.1.0-1
- updated to 2.1.0 (no major changes since .rc6)
- include pigeonhole doc files (NEWS, README, ...)

View File

@ -1,2 +1,3 @@
32a52cc45bf099bbb537b46052d23014 dovecot-2.1.0.tar.gz
db41a4de848d2bc834c30af0eb5575fd dovecot-2.1.1.tar.gz
a3e19701b775bfe1d8059c1dffd43f80 dovecot-2.1-pigeonhole-0.3.0.tar.gz
fe42ad28dfda1605c016a5014aa11375 pigeonhole-snap67950c9d3675.tar.bz2