Dan Winship wrote:
>So what's in 1.0.2? Is this really 1.0.2 ("more bugfixes and platform
>support on top of 1.0") or is it 1.1 ("new features")?
There is one actual feature. Ruud added the patch from Kimmo Suominen
that allows q/n in mhshow to quit or skip a message subpart. If I
recall correctly, this emulates a feature of MH 6.8.4.
Otherwise, the biggest change-bordering-on-feature is Ruud's
modification to -cc/-group to make it more compliant with the
original MH. The rest is just bug fixes and code cleanup - a
lot of configure changes to try and do a better job of probing the
system, several nasty bugs fixed, and minimal support for Mac OS X.
The old LINUX_STDIO #define is identified by checking for the required
linux macros in libio.h. The old BIND #define has been replaced with
HAS_GETHOSTBYNAME and HAVE_SETHOSTENT. Dan Harkless added a mailspool
directory check to see if inc should be setgid, and a check to decide
who it should be setgid to.
Still, I see it as just more bug fixes. I don't see anything
justifying a bump to 1.1, and there's more in the bugs-to-be-fixed
department waiting. It's just stable at the moment, and there's enough
done that it's probablly a good time to release it.
-Doug