[dovecot/f13/master] - updated to dovecot 1.2.14 - virtual mailboxes: Added support for IDLE notifications. - master: Don

Michal Hlavinka mhlavink at fedoraproject.org
Wed Aug 25 08:44:21 UTC 2010


commit 319fe8fec0eecfdbeb706181e8df5a18492870d0
Author: Michal Hlavinka <mhlavink at redhat.com>
Date:   Wed Aug 25 10:44:18 2010 +0200

    - updated to dovecot 1.2.14
    - virtual mailboxes: Added support for IDLE notifications.
    - master: Don't crash on config reload when using dict processes.
    - IMAP: QRESYNC parameters for SELECT weren't handled correctly.

 .gitignore                |    4 ++++
 dovecot-1.2-qresync.patch |   31 -------------------------------
 dovecot.spec              |   14 ++++++++------
 sources                   |    2 +-
 4 files changed, 13 insertions(+), 38 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 8f2acb8..a9563ab 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,7 @@ dovecot-1.2.13.tar.gz
 dovecot-1.2-managesieve-0.11.11.tar.gz
 dovecot-1.2.13-managesieve-0.11.11.diff.gz
 dovecot-1.2-sieve-0.1.17.tar.gz
+/dovecot-1.2.14.tar.gz
+/dovecot-1.2-managesieve-0.11.11.tar.gz
+/dovecot-1.2.13-managesieve-0.11.11.diff.gz
+/dovecot-1.2-sieve-0.1.17.tar.gz
diff --git a/dovecot.spec b/dovecot.spec
index 6020cd5..2ea5f81 100644
--- a/dovecot.spec
+++ b/dovecot.spec
@@ -1,8 +1,8 @@
 Summary: Secure imap and pop3 server
 Name: dovecot
 Epoch: 1
-Version: 1.2.13
-Release: 2%{?dist}
+Version: 1.2.14
+Release: 1%{?dist}
 #dovecot itself is MIT, a few sources are PD, (manage)sieve is LGPLv2, perfect_maildir.pl is GPLv2+
 License: MIT and LGPLv2 and GPLv2+
 Group: System Environment/Daemons
@@ -38,9 +38,6 @@ Patch1: dovecot-1.1-default-settings.patch
 Patch2: dovecot-1.0.beta2-mkcert-permissions.patch
 Patch3: dovecot-1.0.rc7-mkcert-paths.patch
 
-#from upstream, rhbz#625207, dovecot<=1.2.13
-Patch4: dovecot-1.2-qresync.patch
-
 Obsoletes: dovecot-sqlite < 1:1.2.10-3
 Obsoletes: dovecot-ldap   < 1:1.2.10-3
 Obsoletes: dovecot-gssapi < 1:1.2.10-3
@@ -119,7 +116,6 @@ zcat %{SOURCE11} | patch -p1 --fuzz=0 -s
 %patch1 -p1 -b .default-settings
 %patch2 -p1 -b .mkcert-permissions
 %patch3 -p1 -b .mkcert-paths
-%patch4 -p1 -b .qresync
 
 %build
 rm -f ./"configure"
@@ -365,6 +361,12 @@ fi
 
 
 %changelog
+* Wed Aug 25 2010 Michal Hlavinka <mhlavink at redhat.com> - 1:1.2.14-1
+- updated to dovecot 1.2.14
+- virtual mailboxes: Added support for IDLE notifications.
+- master: Don't crash on config reload when using dict processes.
+- IMAP: QRESYNC parameters for SELECT weren't handled correctly.
+
 * Fri Aug 20 2010 Michal Hlavinka <mhlavink at redhat.com> - 1:1.2.13-2
 - imap: Don't crash with QRESYNC SELECT specifying sequences larger 
   than mailbox's message count (#625207)
diff --git a/sources b/sources
index 2d63fdd..eca38d7 100644
--- a/sources
+++ b/sources
@@ -1,4 +1,4 @@
-aaee3b5fd59e01780305553248f686bc  dovecot-1.2.13.tar.gz
+1fe41e99c1dea311beee6d4d994490cc  dovecot-1.2.14.tar.gz
 32ba8d47a3695f8514bd2c2bf7348f96  dovecot-1.2-managesieve-0.11.11.tar.gz
 b3902b7687061dd12da32311d209c66b  dovecot-1.2.13-managesieve-0.11.11.diff.gz
 ba17a8a08386eb2731793b74317003e2  dovecot-1.2-sieve-0.1.17.tar.gz


More information about the scm-commits mailing list