Cyrus IMAPd 2.3.8 Released
Ken Murchison
murch at andrew.cmu.edu
Thu Feb 8 08:04:41 EST 2007
Oliver Falk wrote:
> Am 2007-02-07 21:29, Ken Murchison schrieb:
> > 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
>
> Fine, fine. But still doesn't include a check for db4.5:
>
> --- cyrus-imapd-2.3.7/cmulocal/berkdb.m4.db4.5 2006-12-14
> 12:59:53.000000000 +0100
> +++ cyrus-imapd-2.3.7/cmulocal/berkdb.m4 2006-12-14
> 12:59:59.000000000 +0100
> @@ -213,7 +213,7 @@
> fi
>
> saved_LIBS=$LIBS
> - for dbname in db-4.4 db4.4 db44 db-4.3 db4.3 db43 db-4.2 db4.2
> db42 db-4.1 db4.1 db41 db-4.0 db4.0 db-4 db40 db4 db-3.3 db3.3 db33
> db-3.2 db3.2 db32 db-3.1 db3.1 db31 db-3 db30 db3 db
> + for dbname in db-4.5 db4.5 db45 db-4.4 db4.4 db44 db-4.3 db4.3
> db43 db-4.2 db4.2 db42 db-4.1 db4.1 db41 db-4.0 db4.0 db-4 db40 db4
> db-3.3 db3.3 db33 db-3.2 db3.2 db32 db-3.1 db3.1 db31 db-3 db30 db3 db
> do
> LIBS="$saved_LIBS -l$dbname"
> AC_TRY_LINK([#include <db.h>],
>
> I have it running with db4.5 in production and it's running fine; Since
> 2006-12-14 already...
Fixed in CVS.
--
Kenneth Murchison
Project Cyrus Developer/Maintainer
Carnegie Mellon University
More information about the Info-cyrus
mailing list