[dovecot/f14/master] - dovecot and pigeonhole updated - Using more than 2 plugins could have caused broken behavior - Lis

Michal Hlavinka mhlavink at fedoraproject.org
Wed Aug 11 10:51:56 UTC 2010


commit 547c8ca87b957c6c161fafe633c3dd39beacba53
Author: Michal Hlavinka <mhlavink at redhat.com>
Date:   Wed Aug 11 12:51:50 2010 +0200

    - dovecot and pigeonhole updated
    - Using more than 2 plugins could have caused broken behavior
    - Listescape plugin fixes
    - mbox: Fixed a couple of assert-crashes
    - mdbox: Fixed potential assert-crash when saving multiple messages
      in one transaction

 .gitignore   |    2 ++
 dovecot.spec |   14 +++++++++++---
 sources      |    4 ++--
 3 files changed, 15 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e6eb7ae..8a192c6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,5 @@ dovecot-2.0.rc3.tar.gz
 pigeonhole-snap01ee63b788c9.tar.bz2
 dovecot-2.0.rc4.tar.gz
 pigeonhole-snapcac6acdc4d0e.tar.bz2
+dovecot-2.0.rc5.tar.gz
+pigeonhole-snap0592366457df.tar.bz2
diff --git a/dovecot.spec b/dovecot.spec
index a7de3f1..a5de461 100644
--- a/dovecot.spec
+++ b/dovecot.spec
@@ -1,10 +1,10 @@
-%global betasuffix .rc4
+%global betasuffix .rc5
 
 Summary: Secure imap and pop3 server
 Name: dovecot
 Epoch: 1
 Version: 2.0
-Release: 0.20%{?betasuffix}%{?dist}
+Release: 0.21%{?betasuffix}%{?dist}
 #dovecot itself is MIT, a few sources are PD, pigeonhole is LGPLv2
 License: MIT and LGPLv2
 Group: System Environment/Daemons
@@ -17,7 +17,7 @@ Source1: dovecot.init
 Source2: dovecot.pam
 #Source8: http://hg.rename-it.nl/dovecot-2.0-pigeonhole/archive/tip.tar.bz2
 #we use this ^^^ repository snapshost just renamed to contain last commit in name
-%global phsnap cac6acdc4d0e
+%global phsnap 0592366457df
 Source8: pigeonhole-snap%{phsnap}.tar.bz2
 Source9: dovecot.sysconfig
 
@@ -361,6 +361,14 @@ make check
 %{_libdir}/%{name}/dict/libdriver_pgsql.so
 
 %changelog
+* Wed Aug 11 2010 Michal Hlavinka <mhlavink at redhat.com> - 1:2.0-0.21.rc5
+- dovecot and pigeonhole updated
+- Using more than 2 plugins could have caused broken behavior
+- Listescape plugin fixes
+- mbox: Fixed a couple of assert-crashes
+- mdbox: Fixed potential assert-crash when saving multiple messages 
+  in one transaction
+
 * Thu Aug 05 2010 Michal Hlavinka <mhlavink at redhat.com> - 1:2.0-0.20.rc4
 - dovecot and pigeonhole updated
 - doveadm mailbox status: Fixed listing non-ASCII mailbox names. 
diff --git a/sources b/sources
index 23f3e52..fc949b9 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-1eaec88e5103415db7c05bfaefe2702c  dovecot-2.0.rc4.tar.gz
-0c96d852036cb5ddda57805b72eb8a82  pigeonhole-snapcac6acdc4d0e.tar.bz2
+fd0c2aaacd28431d13d53143e9c1bb07  dovecot-2.0.rc5.tar.gz
+07121aa68b6f7665717e1dcf03f9dc6d  pigeonhole-snap0592366457df.tar.bz2


More information about the scm-commits mailing list