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:
parent
04182b7a17
commit
45c13ab9af
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||||
|
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user