[Dovecot] v1.1.rc12 released
http://dovecot.org/releases/1.1/rc/dovecot-1.1.rc12.tar.gz http://dovecot.org/releases/1.1/rc/dovecot-1.1.rc12.tar.gz.sig
Sorry, one more RC because of the mbox+quota bug. v1.1.0 still planned for tomorrow.
- mbox: Don't give "Can't find next message offset" warnings when
plugin (e.g. quota) accesses the message being saved.
- deliver: Settings inside protocol imap {} weren't ignored.
Timo Sirainen wrote:
http://dovecot.org/releases/1.1/rc/dovecot-1.1.rc12.tar.gz http://dovecot.org/releases/1.1/rc/dovecot-1.1.rc12.tar.gz.sig
Sorry, one more RC because of the mbox+quota bug. v1.1.0 still planned for tomorrow.
Opera 9.5 Firefox 3.0 Wine 1.0 OpenOffice 2.4.1 OpenSUSE 11.0
...
Dovecot 1.1.0
Wainting. ;-)
-- Best regards, Proskurin Kirill
Timo Sirainen schreef:
http://dovecot.org/releases/1.1/rc/dovecot-1.1.rc12.tar.gz http://dovecot.org/releases/1.1/rc/dovecot-1.1.rc12.tar.gz.sig
I refreshed the managesieve patch for the new dovecot release:
http://www.rename-it.nl/dovecot/1.1/dovecot-1.1.rc12-managesieve-0.10.2.diff... http://www.rename-it.nl/dovecot/1.1/dovecot-1.1.rc12-managesieve-0.10.2.diff...
Regards,
Stephan
Timo Sirainen wrote:
http://dovecot.org/releases/1.1/rc/dovecot-1.1.rc12.tar.gz http://dovecot.org/releases/1.1/rc/dovecot-1.1.rc12.tar.gz.sig
Sorry, one more RC because of the mbox+quota bug. v1.1.0 still planned for tomorrow.
- mbox: Don't give "Can't find next message offset" warnings when plugin (e.g. quota) accesses the message being saved.
- deliver: Settings inside protocol imap {} weren't ignored.
Oh wow. I can't wait to start nagging the Debian/Ubuntu project managers to update their packages!
-- Daniel
Hi Timo,
I finally succeeded in compiling dovecot-1.1.rc12 on AIX with the following patch:
http://users.handysoft.co.kr/~wsko/resource/aix.diff
I'd like to propose applying the above patch for 1.1 release. ;)
I tested successfully with gcc and IBM C Compiler. Also, I confirmed the above patch worked for Linux and HP-UX as well.
I think the main problem was related to generating and using rquota.h, as seen in the patch.
By the way, I did not use dovecot-cc' script. I simply used
./configure CC=gcc' and `./configure CC=xlc'.
Regards,
Woonsan
--- On Thu, 6/19/08, Timo Sirainen tss@iki.fi wrote:
From: Timo Sirainen tss@iki.fi Subject: [Dovecot] v1.1.rc12 released To: "Dovecot News List" dovecot-news@dovecot.org Cc: "Dovecot Mailing List" dovecot@dovecot.org Date: Thursday, June 19, 2008, 7:07 PM http://dovecot.org/releases/1.1/rc/dovecot-1.1.rc12.tar.gz http://dovecot.org/releases/1.1/rc/dovecot-1.1.rc12.tar.gz.sig
Sorry, one more RC because of the mbox+quota bug. v1.1.0 still planned for tomorrow.
- mbox: Don't give "Can't find next message offset" warnings when plugin (e.g. quota) accesses the message being saved.
- deliver: Settings inside protocol imap {} weren't ignored.
On Thu, 2008-06-19 at 22:01 -0700, Woonsan Ko wrote:
Hi Timo,
I finally succeeded in compiling dovecot-1.1.rc12 on AIX with the following patch:
-e 's/\"\/usr\/include\/rpcsvc\/rquota\.h\"/\"rquota.h\"/' \
I don't think I want to include this. If rpcgen generates this wrong, it sounds more like a problem with the rpcgen itself. This kind of a include might be correct on another system..
- echo "#include
" > rquota.h
I could add this, but since it might break another system I'll wait until after v1.1.0 release for this change.
participants (5)
-
Daniel L. Miller
-
Proskurin Kirill
-
Stephan Bosch
-
Timo Sirainen
-
Woonsan Ko