Re: Cyrus IMAPd 2.3.8 Released

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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
----
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

[Index of Archives]     [Cyrus SASL]     [Squirrel Mail]     [Asterisk PBX]     [Video For Linux]     [Photo]     [Yosemite News]     [gtk]     [KDE]     [Gimp on Windows]     [Steve's Art]

  Powered by Linux