[Dovecot] v1.2.rc2 released
http://dovecot.org/releases/1.2/rc/dovecot-1.2.rc2.tar.gz http://dovecot.org/releases/1.2/rc/dovecot-1.2.rc2.tar.gz.sig
Somehow I forgot to check that "make distcheck" finished successfully in rc1, so rc1 didn't actually even fully compile. No other changes since rc1 than the compile fix.
Timo Sirainen wrote:
http://dovecot.org/releases/1.2/rc/dovecot-1.2.rc2.tar.gz http://dovecot.org/releases/1.2/rc/dovecot-1.2.rc2.tar.gz.sig
Somehow I forgot to check that "make distcheck" finished successfully in rc1, so rc1 didn't actually even fully compile. No other changes since rc1 than the compile fix.
Is there a list of recommended packages (particularly Debian/Ubuntu oriented) that should be present for compilation?
-- Daniel
On Apr 3, 2009, at 5:07 PM, Daniel L. Miller wrote:
Timo Sirainen wrote:
http://dovecot.org/releases/1.2/rc/dovecot-1.2.rc2.tar.gz http://dovecot.org/releases/1.2/rc/dovecot-1.2.rc2.tar.gz.sig
Somehow I forgot to check that "make distcheck" finished
successfully in rc1, so rc1 didn't actually even fully compile. No other changes
since rc1 than the compile fix.Is there a list of recommended packages (particularly Debian/Ubuntu
oriented) that should be present for compilation?
gettext (for iconv) is probably the only one you might miss
accidentally, although I think it's usually installed always.
Timo Sirainen wrote:
http://dovecot.org/releases/1.2/rc/dovecot-1.2.rc2.tar.gz http://dovecot.org/releases/1.2/rc/dovecot-1.2.rc2.tar.gz.sig
Somehow I forgot to check that "make distcheck" finished successfully in rc1, so rc1 didn't actually even fully compile. No other changes since rc1 than the compile fix.
As clean as this code compiles, there are still a couple of warnings I noticed. If these are being ignored on purpose - please ignore me. But if these have slipped through - sometimes another pair of eyes helps.
index-mail.c: In function ‘index_mail_reset’: index-mail.c:1142: warning: large integer implicitly truncated to unsigned type
index-mail-headers.c: In function ‘index_mail_parse_header_finish’: index-mail-headers.c:146: warning: large integer implicitly truncated to unsigned type
virtual-storage.c: In function ‘virtual_notify_changes’: virtual-storage.c:470: warning: unused variable ‘mbox’
-- Daniel
On Fri, 2009-04-03 at 14:17 -0700, Daniel L. Miller wrote:
As clean as this code compiles, there are still a couple of warnings I noticed. If these are being ignored on purpose - please ignore me. But if these have slipped through - sometimes another pair of eyes helps.
index-mail.c: In function ‘index_mail_reset’: index-mail.c:1142: warning: large integer implicitly truncated to unsigned type
index-mail-headers.c: In function ‘index_mail_parse_header_finish’: index-mail-headers.c:146: warning: large integer implicitly truncated to unsigned type
Yes, these were accidental mistakes. Fixed now. Anyway they shouldn't break anything.
virtual-storage.c: In function ‘virtual_notify_changes’: virtual-storage.c:470: warning: unused variable ‘mbox’
This is on purpose. I should some day implement it.. I suppose before v1.2.0.
Timo Sirainen schreef:
http://dovecot.org/releases/1.2/rc/dovecot-1.2.rc2.tar.gz http://dovecot.org/releases/1.2/rc/dovecot-1.2.rc2.tar.gz.sig
Somehow I forgot to check that "make distcheck" finished successfully in rc1, so rc1 didn't actually even fully compile. No other changes since rc1 than the compile fix.
I refreshed the ManageSieve patch for this new release:
http://www.rename-it.nl/dovecot/1.2/dovecot-1.2.rc2-managesieve-0.11.3.diff.... http://www.rename-it.nl/dovecot/1.2/dovecot-1.2.rc2-managesieve-0.11.3.diff....
Regards,
-- Stephan Bosch stephan@rename-it.nl
participants (3)
-
Daniel L. Miller
-
Stephan Bosch
-
Timo Sirainen