From bc52ceb4b5c3db87d8e38e6437527d80a088854c Mon Sep 17 00:00:00 2001 From: Michal Hlavinka Date: Feb 24 2012 12:44:41 +0000 Subject: 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). --- diff --git a/.gitignore b/.gitignore index 05147ff..adf7d97 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/dovecot.spec b/dovecot.spec index 5f9c966..260a642 100644 --- a/dovecot.spec +++ b/dovecot.spec @@ -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 - 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 - 1:2.1.0-1 - updated to 2.1.0 (no major changes since .rc6) - include pigeonhole doc files (NEWS, README, ...) diff --git a/sources b/sources index 505ccf1..975edf9 100644 --- a/sources +++ b/sources @@ -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