[dovecot] - dovecot updated to 2.0.7 - IMAP: Fixed LIST-STATUS when listing subscriptions with subscriptions=n

Michal Hlavinka mhlavink at fedoraproject.org
Tue Nov 9 12:14:16 UTC 2010


commit f855a48f4b5c5f7a4f62c5938b8ea57e28ed6f1c
Author: Michal Hlavinka <mhlavink at redhat.com>
Date:   Tue Nov 9 13:14:11 2010 +0100

    - dovecot updated to 2.0.7
    - IMAP: Fixed LIST-STATUS when listing subscriptions with subscriptions=no namespaces.
    - IMAP: Fixed SELECT QRESYNC not to crash on mailbox close if a lot of changes were being sent.
    - quota: Don't count virtual mailboxes in quota
    - doveadm expunge didn't always actually do the physical expunging
    - Fixed some index reading optimizations introduced by v2.0.5.
    - LMTP proxying fixes

 .gitignore   |    2 ++
 dovecot.spec |   13 +++++++++++--
 sources      |    4 ++--
 3 files changed, 15 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 1f1c182..06cda3b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -18,3 +18,5 @@ pigeonhole-snap0592366457df.tar.bz2
 /pigeonhole-snapa50464354f5a.tar.bz2
 /dovecot-2.0.6.tar.gz
 /pigeonhole-snap2023f8c74250.tar.bz2
+/dovecot-2.0.7.tar.gz
+/pigeonhole-snapa8cc6294071e.tar.bz2
diff --git a/dovecot.spec b/dovecot.spec
index 3bd3fdc..219d97b 100644
--- a/dovecot.spec
+++ b/dovecot.spec
@@ -1,7 +1,7 @@
 Summary: Secure imap and pop3 server
 Name: dovecot
 Epoch: 1
-Version: 2.0.6
+Version: 2.0.7
 Release: 1%{?dist}
 #dovecot itself is MIT, a few sources are PD, pigeonhole is LGPLv2
 License: MIT and LGPLv2
@@ -15,7 +15,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 2023f8c74250
+%global phsnap a8cc6294071e
 Source8: pigeonhole-snap%{phsnap}.tar.bz2
 Source9: dovecot.sysconfig
 
@@ -361,6 +361,15 @@ make check
 %{_libdir}/%{name}/dict/libdriver_pgsql.so
 
 %changelog
+* Tue Nov 09 2010 Michal Hlavinka <mhlavink at redhat.com> - 1:2.0.7-1
+- dovecot updated to 2.0.7
+- IMAP: Fixed LIST-STATUS when listing subscriptions with subscriptions=no namespaces.
+- IMAP: Fixed SELECT QRESYNC not to crash on mailbox close if a lot of changes were being sent. 
+- quota: Don't count virtual mailboxes in quota
+- doveadm expunge didn't always actually do the physical expunging
+- Fixed some index reading optimizations introduced by v2.0.5.
+- LMTP proxying fixes
+
 * Fri Oct 22 2010 Michal Hlavinka <mhlavink at redhat.com> - 1:2.0.6-1
 - dovecot updated to 2.0.6
 - Pre-login CAPABILITY includes IDLE again. Mainly to make Blackberry
diff --git a/sources b/sources
index d8d6d5d..4da8720 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-6226485f95def28ecb4ff8fc52915762  dovecot-2.0.6.tar.gz
-1802f2c7dda3b91a25619c11959e1536  pigeonhole-snap2023f8c74250.tar.bz2
+3f59da97925c4159dd5b755df22f737e  dovecot-2.0.7.tar.gz
+5b51549a15456f647f50503922caaf22  pigeonhole-snapa8cc6294071e.tar.bz2


More information about the scm-commits mailing list