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
This commit is contained in:
Michal Hlavinka 2011-04-14 12:15:02 +02:00
parent 04182b7a17
commit 45c13ab9af
3 changed files with 12 additions and 3 deletions

1
.gitignore vendored
View File

@ -2,3 +2,4 @@ cyrus-imapd-2.3.16.tar.gz
cyrus_sharedbackup-0.1.tar.gz cyrus_sharedbackup-0.1.tar.gz
/cyrus-imapd-2.4.6.tar.gz /cyrus-imapd-2.4.6.tar.gz
/cyrus-imapd-2.4.7.tar.gz /cyrus-imapd-2.4.7.tar.gz
/cyrus-imapd-2.4.8.tar.gz

View File

@ -1,6 +1,6 @@
Name: cyrus-imapd Name: cyrus-imapd
Version: 2.4.7 Version: 2.4.8
Release: 2%{?dist} Release: 1%{?dist}
%define ssl_pem_file %{_sysconfdir}/pki/%{name}/%{name}.pem %define ssl_pem_file %{_sysconfdir}/pki/%{name}/%{name}.pem
@ -489,6 +489,14 @@ fi
%{_mandir}/man1/* %{_mandir}/man1/*
%changelog %changelog
* Thu Apr 14 2011 Michal Hlavinka <mhlavink@redhat.com> - 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 <mhlavink@redhat.com> - 2.4.7-2 * Mon Apr 04 2011 Michal Hlaivnka <mhlavink@redhat.com> - 2.4.7-2
- now using systemd - now using systemd

View File

@ -1 +1 @@
7ef3a02c3e92a44a2adf25f81db4ca3c cyrus-imapd-2.4.7.tar.gz b55930293787a42d571a47f69aaacf28 cyrus-imapd-2.4.8.tar.gz