[dovecot] dovecot updated to 2.1.9

Michal Hlavinka mhlavink at fedoraproject.org
Thu Aug 2 08:26:35 UTC 2012


commit a86ae9ba56f8e9cde85e28a08945b5e34a3bf953
Author: Michal Hlavinka <mhlavink at redhat.com>
Date:   Thu Aug 2 10:26:08 2012 +0200

    dovecot updated to 2.1.9
    
    - Full text search indexing might have failed for some messages,
      always causing indexer-worker process to run out of memory.
    - fts-lucene: Fixed handling SEARCH HEADER FROM/TO/SUBJECT/CC/BCC when
      the header wasn't lowercased.
    - fts-squat: Fixed crash when searching a virtual mailbox.
    - pop3: Fixed assert crash when doing UIDL on empty mailbox on some
      setups.
    - auth: GSSAPI RFC compliancy and error handling fixes.
    - Various fixes related to handling shared namespaces

 .gitignore   |    1 +
 dovecot.spec |   16 ++++++++++++++--
 sources      |    2 +-
 3 files changed, 16 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 0273829..f47f3be 100644
--- a/.gitignore
+++ b/.gitignore
@@ -51,3 +51,4 @@ pigeonhole-snap0592366457df.tar.bz2
 /dovecot-2.1.7.tar.gz
 /dovecot-2.1.8.tar.gz
 /dovecot-2.1-pigeonhole-0.3.1.tar.gz
+/dovecot-2.1.9.tar.gz
diff --git a/dovecot.spec b/dovecot.spec
index f7c0859..e483a7f 100644
--- a/dovecot.spec
+++ b/dovecot.spec
@@ -1,9 +1,9 @@
 Summary: Secure imap and pop3 server
 Name: dovecot
 Epoch: 1
-Version: 2.1.8
+Version: 2.1.9
 #global prever .rc6
-Release: 3%{?dist}
+Release: 1%{?dist}
 #dovecot itself is MIT, a few sources are PD, pigeonhole is LGPLv2
 License: MIT and LGPLv2
 Group: System Environment/Daemons
@@ -458,6 +458,18 @@ make check
 %{_libdir}/%{name}/dict/libdriver_pgsql.so
 
 %changelog
+* Thu Aug 02 2012 Michal Hlavinka <mhlavink at redhat.com> - 1:2.1.9-1
+- dovecot updated to 2.1.9
+- Full text search indexing might have failed for some messages,
+  always causing indexer-worker process to run out of memory.
+- fts-lucene: Fixed handling SEARCH HEADER FROM/TO/SUBJECT/CC/BCC when
+  the header wasn't lowercased.
+- fts-squat: Fixed crash when searching a virtual mailbox.
+- pop3: Fixed assert crash when doing UIDL on empty mailbox on some
+  setups. 
+- auth: GSSAPI RFC compliancy and error handling fixes.
+- Various fixes related to handling shared namespaces
+
 * Wed Jul 18 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1:2.1.8-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 
diff --git a/sources b/sources
index 282b561..bab3a16 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-c6d962653b0a7f2ab8d892b53ddf0101  dovecot-2.1.8.tar.gz
+3cb45a55c011a2f8599ad70ccfaaf8f5  dovecot-2.1.9.tar.gz
 b834fc48b94a79178b707352bd16c881  dovecot-2.1-pigeonhole-0.3.1.tar.gz


More information about the scm-commits mailing list