From 45c13ab9af2b497963290da2a699cde5033b341c Mon Sep 17 00:00:00 2001 From: Michal Hlavinka Date: Thu, 14 Apr 2011 12:15:02 +0200 Subject: [PATCH] cyrus-imapd updated to 2.4.8 fixed: cannot set unlimited quota through proxy fixed: reconstruct tries to set timestamps again and again fixed: response for LIST "" user is wrong fixed: THREAD command doesn't support quoted charset fixed crashes in mupdatetest and cyr_expire when using -x --- .gitignore | 1 + cyrus-imapd.spec | 12 ++++++++++-- sources | 2 +- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index cfeb695..1241a97 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ cyrus-imapd-2.3.16.tar.gz cyrus_sharedbackup-0.1.tar.gz /cyrus-imapd-2.4.6.tar.gz /cyrus-imapd-2.4.7.tar.gz +/cyrus-imapd-2.4.8.tar.gz diff --git a/cyrus-imapd.spec b/cyrus-imapd.spec index 37cf687..a832ea7 100644 --- a/cyrus-imapd.spec +++ b/cyrus-imapd.spec @@ -1,6 +1,6 @@ Name: cyrus-imapd -Version: 2.4.7 -Release: 2%{?dist} +Version: 2.4.8 +Release: 1%{?dist} %define ssl_pem_file %{_sysconfdir}/pki/%{name}/%{name}.pem @@ -489,6 +489,14 @@ fi %{_mandir}/man1/* %changelog +* Thu Apr 14 2011 Michal Hlavinka - 2.4.8-1 +- cyrus-imapd updated to 2.4.8 +- fixed: cannot set unlimited quota through proxy +- fixed: reconstruct tries to set timestamps again and again +- fixed: response for LIST "" user is wrong +- fixed: THREAD command doesn't support quoted charset +- fixed crashes in mupdatetest and cyr_expire when using -x + * Mon Apr 04 2011 Michal Hlaivnka - 2.4.7-2 - now using systemd diff --git a/sources b/sources index 25369ef..1f0b9ca 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -7ef3a02c3e92a44a2adf25f81db4ca3c cyrus-imapd-2.4.7.tar.gz +b55930293787a42d571a47f69aaacf28 cyrus-imapd-2.4.8.tar.gz