[dovecot] - dovecot updated to 2.0.6 - Pre-login CAPABILITY includes IDLE again. Mainly to make Blackberry s

Michal Hlavinka mhlavink at fedoraproject.org
Fri Oct 22 10:05:07 UTC 2010


commit d9d18f2d002efacc251c2ebacc6d6d9965f81c19
Author: Michal Hlavinka <mhlavink at redhat.com>
Date:   Fri Oct 22 12:05:02 2010 +0200

    - dovecot updated to 2.0.6
    - Pre-login CAPABILITY includes IDLE again. Mainly to make Blackberry
      servers happy.
    - auth: auth_cache_negative_ttl default was 0 in earlier v2.0.x, but it
      was supposed to be 1 hour as in v1.x. Changed it back to 1h.
    - doveadm: Added import command for importing mails from other storages.
    - Reduced NFS I/O operations for index file accesses
    - dbox, Maildir: When copying messages, copy also already cached fields
      from dovecot.index.cache
    - Maildir: LDA/LMTP assert-crashed sometimes when saving a mail.
    - Fixed leaking fds when writing to dovecot.mailbox.log.
    - Fixed rare dovecot.index.cache corruption
    - IMAP: SEARCH YOUNGER/OLDER wasn't working correctly

 .gitignore   |    2 ++
 dovecot.spec |   19 +++++++++++++++++--
 sources      |    4 ++--
 3 files changed, 21 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 04b60a7..1f1c182 100644
--- a/.gitignore
+++ b/.gitignore
@@ -16,3 +16,5 @@ pigeonhole-snap0592366457df.tar.bz2
 /pigeonhole-snap824454514f08.tar.bz2
 /dovecot-2.0.5.tar.gz
 /pigeonhole-snapa50464354f5a.tar.bz2
+/dovecot-2.0.6.tar.gz
+/pigeonhole-snap2023f8c74250.tar.bz2
diff --git a/dovecot.spec b/dovecot.spec
index 8dae169..3bd3fdc 100644
--- a/dovecot.spec
+++ b/dovecot.spec
@@ -1,7 +1,7 @@
 Summary: Secure imap and pop3 server
 Name: dovecot
 Epoch: 1
-Version: 2.0.5
+Version: 2.0.6
 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 a50464354f5a
+%global phsnap 2023f8c74250
 Source8: pigeonhole-snap%{phsnap}.tar.bz2
 Source9: dovecot.sysconfig
 
@@ -361,6 +361,21 @@ make check
 %{_libdir}/%{name}/dict/libdriver_pgsql.so
 
 %changelog
+* 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
+  servers happy.
+- auth: auth_cache_negative_ttl default was 0 in earlier v2.0.x, but it
+  was supposed to be 1 hour as in v1.x. Changed it back to 1h.
+- doveadm: Added import command for importing mails from other storages.
+- Reduced NFS I/O operations for index file accesses
+- dbox, Maildir: When copying messages, copy also already cached fields
+  from dovecot.index.cache
+- Maildir: LDA/LMTP assert-crashed sometimes when saving a mail.
+- Fixed leaking fds when writing to dovecot.mailbox.log.
+- Fixed rare dovecot.index.cache corruption
+- IMAP: SEARCH YOUNGER/OLDER wasn't working correctly
+
 * Mon Oct 04 2010 Michal Hlavinka <mhlavink at redhat.com> - 1:2.0.5-1
 - dovecot updated to 2.0.5
 - acl: Fixed the logic of merging multiple ACL entries
diff --git a/sources b/sources
index cae34bb..d8d6d5d 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-7168c5bf40fdd38cceb99114547699b8  dovecot-2.0.5.tar.gz
-be53da13e7346d6791f419214e1acd5a  pigeonhole-snapa50464354f5a.tar.bz2
+6226485f95def28ecb4ff8fc52915762  dovecot-2.0.6.tar.gz
+1802f2c7dda3b91a25619c11959e1536  pigeonhole-snap2023f8c74250.tar.bz2


More information about the scm-commits mailing list