[dovecot/f19] dovecot updated to 2.2.6, pigeonhole updated to 0.4.2

Michal Hlavinka mhlavink at fedoraproject.org
Thu Oct 17 07:02:13 UTC 2013


commit 90cd925277970e65c4bebc9bc7fb2d00ee448830
Author: Michal Hlavinka <mhlavink at redhat.com>
Date:   Thu Oct 17 09:02:10 2013 +0200

    dovecot updated to 2.2.6, pigeonhole updated to 0.4.2
    
    - director: v2.2.5 changes caused "SYNC lost" errors
    - dsync: Many fixes and error handling improvements
    - doveadm -A: Don't waste CPU by doing a separate config lookup
      for each user
    - Long-running ssl-params process no longer prevents Dovecot restart
    - mbox: Fixed mailbox_list_index=yes to work correctly

 .gitignore   |    2 ++
 dovecot.spec |   13 +++++++++++--
 sources      |    4 ++--
 3 files changed, 15 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 1984093..06e72b8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,3 +7,5 @@
 /dovecot-2.2.4.tar.gz
 /dovecot-2.2.5.tar.gz
 /dovecot-2.2-pigeonhole-0.4.1.tar.gz
+/dovecot-2.2.6.tar.gz
+/dovecot-2.2-pigeonhole-0.4.2.tar.gz
diff --git a/dovecot.spec b/dovecot.spec
index 9ec488a..3ea7e3f 100644
--- a/dovecot.spec
+++ b/dovecot.spec
@@ -3,7 +3,7 @@
 Summary: Secure imap and pop3 server
 Name: dovecot
 Epoch: 1
-Version: 2.2.5
+Version: 2.2.6
 %global prever %{nil}
 Release: 1%{?dist}
 #dovecot itself is MIT, a few sources are PD, pigeonhole is LGPLv2
@@ -14,7 +14,7 @@ URL: http://www.dovecot.org/
 Source: http://www.dovecot.org/releases/2.2/%{name}-%{version}%{?prever}.tar.gz
 Source1: dovecot.init
 Source2: dovecot.pam
-%global pigeonholever 0.4.1
+%global pigeonholever 0.4.2
 Source8: http://www.rename-it.nl/dovecot/2.2/dovecot-2.2-pigeonhole-%{pigeonholever}.tar.gz
 #wget http://hg.rename-it.nl/dovecot-2.1-pigeonhole/archive/%{pigeonholever}.tar.bz2 -O dovecot-2.1-pigeonhole-%{pigeonholever}.tar.bz2
 #Source8: dovecot-2.1-pigeonhole-%{pigeonholever}.tar.bz2
@@ -484,6 +484,15 @@ make check
 %{_libdir}/%{name}/dict/libdriver_pgsql.so
 
 %changelog
+* Thu Oct 17 2013 Michal Hlavinka <mhlavink at redhat.com> - 1:2.2.6-1
+- dovecot updated to 2.2.6, pigeonhole updated to 0.4.2
+- director: v2.2.5 changes caused "SYNC lost" errors
+- dsync: Many fixes and error handling improvements
+- doveadm -A: Don't waste CPU by doing a separate config lookup
+  for each user
+- Long-running ssl-params process no longer prevents Dovecot restart
+- mbox: Fixed mailbox_list_index=yes to work correctly
+
 * Wed Aug 07 2013 Michal Hlavinka <mhlavink at redhat.com> - 1:2.2.5-1
 - dovecot updated to 2.2.5
 - added some missing man pages (by Pascal Volk)
diff --git a/sources b/sources
index d550ea5..fd33c00 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-0096442e2a1739b1b7997a833248a263  dovecot-2.2.5.tar.gz
-a65196ff02c314eaf53373e281426bcd  dovecot-2.2-pigeonhole-0.4.1.tar.gz
+db65988ef2e6889dd8b49c132b21fc8f  dovecot-2.2.6.tar.gz
+e8cb4976db9811d37e9d870f2f75ffef  dovecot-2.2-pigeonhole-0.4.2.tar.gz


More information about the scm-commits mailing list