updated to 2.1.rc6

- dbox: Fixed error handling when saving failed or was aborted
- IMAP: Using COMPRESS extension may have caused assert-crashes
- IMAP: THREAD REFS sometimes returned invalid (0) nodes.
- dsync: Fixed handling non-ASCII characters in mailbox names.
This commit is contained in:
Michal Hlavinka 2012-02-14 11:32:30 +01:00
parent e8ef6d15b1
commit 13370249d3
3 changed files with 16 additions and 7 deletions

2
.gitignore vendored
View File

@ -36,3 +36,5 @@ pigeonhole-snap0592366457df.tar.bz2
/dovecot-2.1.rc3.tar.gz
/dovecot-2.1.rc5.tar.gz
/dovecot-2.1-pigeonhole-a130a50f82e1.tar.bz2
/dovecot-2.1.rc6.tar.gz
/dovecot-2.1-pigeonhole-b2a456e15ed5.tar.bz2

View File

@ -2,8 +2,8 @@ Summary: Secure imap and pop3 server
Name: dovecot
Epoch: 1
Version: 2.1
%global prever .rc5
Release: 0.6%{prever}%{?dist}
%global prever .rc6
Release: 0.7%{prever}%{?dist}
#dovecot itself is MIT, a few sources are PD, pigeonhole is LGPLv2
License: MIT and LGPLv2
Group: System Environment/Daemons
@ -14,7 +14,7 @@ URL: http://www.dovecot.org/
Source: http://www.dovecot.org/releases/2.1/%{name}-%{version}%{?prever}.tar.gz
Source1: dovecot.init
Source2: dovecot.pam
%global pigeonholever a130a50f82e1
%global pigeonholever b2a456e15ed5
#Source8: http://www.rename-it.nl/dovecot/2.1/dovecot-2.1-pigeonhole-%{pigeonholever}.tar.gz
#wget http://hg.rename-it.nl/dovecot-2.1-pigeonhole/archive/%{pigeonholever}.tar.bz2 -O dovecot-2.1-pigeonhole-%{pigeonholever}.tar.bz2
Source8: dovecot-2.1-pigeonhole-%{pigeonholever}.tar.bz2
@ -413,8 +413,15 @@ make check
%{_libdir}/%{name}/dict/libdriver_pgsql.so
%changelog
* Tue Feb 07 2012 Michal Hlavinka <mhlavink@redhat.com> - 1:2.1-0.5.rc6
- use PraveTmp in systemd unit file
* Tue Feb 14 2012 Michal Hlavinka <mhlavink@redhat.com> - 1:2.1-0.7.rc6
- updated to 2.1.rc6
- dbox: Fixed error handling when saving failed or was aborted
- IMAP: Using COMPRESS extension may have caused assert-crashes
- IMAP: THREAD REFS sometimes returned invalid (0) nodes.
- dsync: Fixed handling non-ASCII characters in mailbox names.
* Tue Feb 07 2012 Michal Hlavinka <mhlavink@redhat.com> - 1:2.1-0.6.rc5
- use PrivateTmp in systemd unit file
* Tue Feb 07 2012 Michal Hlavinka <mhlavink@redhat.com> - 1:2.1-0.5.rc5
- updated to 2.1.rc5

View File

@ -1,2 +1,2 @@
400eecbfb9e9d8f82b98269f73685acc dovecot-2.1.rc5.tar.gz
1d7d996cf64aaab89cc93e8a177fb8c0 dovecot-2.1-pigeonhole-a130a50f82e1.tar.bz2
7e6cc7c98addbc869c54edae2442c8ab dovecot-2.1.rc6.tar.gz
fbe662d485f4bcbd77e5d7ef168d0ee8 dovecot-2.1-pigeonhole-b2a456e15ed5.tar.bz2