> I am pleased to announce the release of Cyrus IMAPd 2.3.8. This release
> should be considered production quality. This release (minus
> replication) is currently deployed on the production Murder at CMU,
> and the replication code is deployed in production at several other
> large sites.
>
> Please note that replication still does not work correctly for mailboxes
> which have the IMAP CONDSTORE extension enabled on them. Since most, if
> not all, mainstream IMAP clients still do not have support for
> CONDSTORE, this deficiency in Cyrus IMAP should not impact many sites.
> It is expected that the next release will properly support replication
> of CONDSTORE-enabled mailboxes.
>
> For full details, please see doc/changes.html and
> doc/install-upgrade.html which are included in the distribution.
>
> URLs for this release:
> ftp://ftp.andrew.cmu.edu/pub/cyrus/cyrus-imapd-2.3.8.tar.gz
> or
> http://ftp.andrew.cmu.edu/pub/cyrus/cyrus-imapd-2.3.8.tar.gz
Thanks for the new release!
Attached patch makes older gcc happy, otherwise it won't build at least on
gcc-2.9x.
Regards,
Simon
--- cyrus-imapd-2.3.8/imap/reconstruct.c.orig Mon Feb 5 19:41:48 2007
+++ cyrus-imapd-2.3.8/imap/reconstruct.c Thu Feb 8 17:34:07 2007
@@ -577,8 +577,7 @@
free(expuid);
return IMAP_IOERROR;
}
- unsigned msgno;
- const char *p = index_base + start_offset;
+ p = index_base + start_offset;
/*
* verify the message files exist -
----
Cyrus Home Page: http://cyrusimap.web.cmu.edu/
Cyrus Wiki/FAQ: http://cyrusimap.web.cmu.edu/twiki
List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html