Walter Steiner wrote:
> > 2.0.7 is pretty stable. The CVS version fixes a couple of little bugs.
If
>
> does anybody know when to expect the release of 2.0.8 (or whatever it
> will be)?
I guess it'll be whenever Lawrence gets around to it ;-)
> We are running 2.0.7 on our test server for 3 months and we
> are about to switch our production server to cyrus before the end of
> the year and I don't feel comfortable with a "couple of little bugs"
> in 2.0.7.,-)
>
The CVS version is available for anonymous checkout. If you're switching to
production, you can grab the latest CVS version (instructions are on the
Cyrus web site). There's no configure script in CVS, so you need to run:
cyrus-imapd:
autoheader
aclocal -I cmulocal
autoconf
cyrus-sasl:
aclocal -I cmulocal
autoheader
autoconf
automake --add-missing --include-deps