- updated to 1.2.10
- %variables now support %{host}, %{pid} and %{env:ENVIRONMENT_NAME} everywhere. - LIST-STATUS capability is now advertised - maildir: Fixed several assert-crashes. - imap: LIST "" inbox shouldn't crash when using namespace with "INBOX." prefix. - lazy_expunge now ignores non-private namespaces.
This commit is contained in:
parent
e3f90928c6
commit
7cff37a93e
@ -1,4 +1,4 @@
|
|||||||
dovecot-1.2.9.tar.gz
|
dovecot-1.2.10.tar.gz
|
||||||
dovecot-1.2-managesieve-0.11.10.tar.gz
|
dovecot-1.2-managesieve-0.11.10.tar.gz
|
||||||
dovecot-1.2.9-managesieve-0.11.10.diff.gz
|
dovecot-1.2.9-managesieve-0.11.10.diff.gz
|
||||||
dovecot-1.2-sieve-0.1.14.tar.gz
|
dovecot-1.2-sieve-0.1.14.tar.gz
|
||||||
|
14
dovecot.spec
14
dovecot.spec
@ -1,8 +1,8 @@
|
|||||||
Summary: Secure imap and pop3 server
|
Summary: Secure imap and pop3 server
|
||||||
Name: dovecot
|
Name: dovecot
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Version: 1.2.9
|
Version: 1.2.10
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
#dovecot itself is MIT, a few sources are PD, (manage)sieve is LGPLv2, perfect_maildir.pl is GPLv2+
|
#dovecot itself is MIT, a few sources are PD, (manage)sieve is LGPLv2, perfect_maildir.pl is GPLv2+
|
||||||
License: MIT and LGPLv2 and GPLv2+
|
License: MIT and LGPLv2 and GPLv2+
|
||||||
Group: System Environment/Daemons
|
Group: System Environment/Daemons
|
||||||
@ -462,6 +462,16 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jan 25 2010 Michal Hlavinka <mhlavink@redhat.com> - 1:1.2.10-1
|
||||||
|
- updated to 1.2.10
|
||||||
|
- %variables now support %{host}, %{pid} and %{env:ENVIRONMENT_NAME}
|
||||||
|
everywhere.
|
||||||
|
- LIST-STATUS capability is now advertised
|
||||||
|
- maildir: Fixed several assert-crashes.
|
||||||
|
- imap: LIST "" inbox shouldn't crash when using namespace with
|
||||||
|
"INBOX." prefix.
|
||||||
|
- lazy_expunge now ignores non-private namespaces.
|
||||||
|
|
||||||
* Tue Dec 22 2009 Michal Hlavinka <mhlavink@redhat.com> - 1:1.2.9-2
|
* Tue Dec 22 2009 Michal Hlavinka <mhlavink@redhat.com> - 1:1.2.9-2
|
||||||
- sieve updated to 0.1.14
|
- sieve updated to 0.1.14
|
||||||
- managesieve updated to 0.11.10
|
- managesieve updated to 0.11.10
|
||||||
|
4
sources
4
sources
@ -1,4 +1,4 @@
|
|||||||
036ff97fb248dae3bd4b796a0644634f dovecot-1.2.9.tar.gz
|
b7d0081b17ff6afae85e8dc14157fa57 dovecot-1.2.10.tar.gz
|
||||||
ea1e931fd0e4a8b6789a9d671a5a6676 dovecot-1.2-managesieve-0.11.10.tar.gz
|
ea1e931fd0e4a8b6789a9d671a5a6676 dovecot-1.2-managesieve-0.11.10.tar.gz
|
||||||
ec5564187789d47b5896a65f3f89ba9f dovecot-1.2.9-managesieve-0.11.10.diff.gz
|
926f5a3d98130514799fc4bda1b45f5b dovecot-1.2.9-managesieve-0.11.10.diff.gz
|
||||||
01a92883fde76a5f985b0343e81b0c3d dovecot-1.2-sieve-0.1.14.tar.gz
|
01a92883fde76a5f985b0343e81b0c3d dovecot-1.2-sieve-0.1.14.tar.gz
|
||||||
|
Loading…
Reference in New Issue
Block a user