Cyrus IMAPd 2.3.8 Released

Ken Murchison murch at andrew.cmu.edu
Thu Feb 8 12:05:06 EST 2007


Simon Matter wrote:
>> 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 - 


Thanks, I missed that in the patch from UMich.  Fixed in CVS.

-- 
Kenneth Murchison
Systems Programmer
Project Cyrus Developer/Maintainer
Carnegie Mellon University


More information about the Cyrus-devel mailing list