- dovecot updated to 2.0.7

- IMAP: Fixed LIST-STATUS when listing subscriptions with subscriptions=no namespaces.
- IMAP: Fixed SELECT QRESYNC not to crash on mailbox close if a lot of changes were being sent.
- quota: Don't count virtual mailboxes in quota
- doveadm expunge didn't always actually do the physical expunging
- Fixed some index reading optimizations introduced by v2.0.5.
- LMTP proxying fixes
This commit is contained in:
Michal Hlavinka 2010-11-09 13:14:11 +01:00
parent d9d18f2d00
commit f855a48f4b
3 changed files with 15 additions and 4 deletions

2
.gitignore vendored
View File

@ -18,3 +18,5 @@ pigeonhole-snap0592366457df.tar.bz2
/pigeonhole-snapa50464354f5a.tar.bz2
/dovecot-2.0.6.tar.gz
/pigeonhole-snap2023f8c74250.tar.bz2
/dovecot-2.0.7.tar.gz
/pigeonhole-snapa8cc6294071e.tar.bz2

View File

@ -1,7 +1,7 @@
Summary: Secure imap and pop3 server
Name: dovecot
Epoch: 1
Version: 2.0.6
Version: 2.0.7
Release: 1%{?dist}
#dovecot itself is MIT, a few sources are PD, pigeonhole is LGPLv2
License: MIT and LGPLv2
@ -15,7 +15,7 @@ Source1: dovecot.init
Source2: dovecot.pam
#Source8: http://hg.rename-it.nl/dovecot-2.0-pigeonhole/archive/tip.tar.bz2
#we use this ^^^ repository snapshost just renamed to contain last commit in name
%global phsnap 2023f8c74250
%global phsnap a8cc6294071e
Source8: pigeonhole-snap%{phsnap}.tar.bz2
Source9: dovecot.sysconfig
@ -361,6 +361,15 @@ make check
%{_libdir}/%{name}/dict/libdriver_pgsql.so
%changelog
* Tue Nov 09 2010 Michal Hlavinka <mhlavink@redhat.com> - 1:2.0.7-1
- dovecot updated to 2.0.7
- IMAP: Fixed LIST-STATUS when listing subscriptions with subscriptions=no namespaces.
- IMAP: Fixed SELECT QRESYNC not to crash on mailbox close if a lot of changes were being sent.
- quota: Don't count virtual mailboxes in quota
- doveadm expunge didn't always actually do the physical expunging
- Fixed some index reading optimizations introduced by v2.0.5.
- LMTP proxying fixes
* Fri Oct 22 2010 Michal Hlavinka <mhlavink@redhat.com> - 1:2.0.6-1
- dovecot updated to 2.0.6
- Pre-login CAPABILITY includes IDLE again. Mainly to make Blackberry

View File

@ -1,2 +1,2 @@
6226485f95def28ecb4ff8fc52915762 dovecot-2.0.6.tar.gz
1802f2c7dda3b91a25619c11959e1536 pigeonhole-snap2023f8c74250.tar.bz2
3f59da97925c4159dd5b755df22f737e dovecot-2.0.7.tar.gz
5b51549a15456f647f50503922caaf22 pigeonhole-snapa8cc6294071e.tar.bz2