diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1997-07-10 15:52:13 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1997-07-10 15:52:13 +0000 |
commit | 22e0dcd8f3474373b65ace00f205049e7cf4e84c (patch) | |
tree | 7d7acece65bf347936b0cc6b1d123e94e8796263 /NEWS | |
parent | ae67f423832e11fc0276df528c17bf879f96171a (diff) | |
download | fetchmail-22e0dcd8f3474373b65ace00f205049e7cf4e84c.tar.gz fetchmail-22e0dcd8f3474373b65ace00f205049e7cf4e84c.tar.bz2 fetchmail-22e0dcd8f3474373b65ace00f205049e7cf4e84c.zip |
Avoid using bool, so we don't have to condition on TRUE and lose if
it's predefined.
svn path=/trunk/; revision=1168
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -15,6 +15,12 @@ Release Notes: ------------------------------------------------------------------------------ +fetchmail-4.1.0 () + +* Improvements in failed-connection error messages. +* Compilation cleanup for DEC Unix 4.0 and AIX. + +------------------------------------------------------------------------------ fetchmail-4.0.0 (Wed Jul 9 10:30:16 EDT 1997) This is a "gold" version. Bug cleanup was finished (I hope...) in 3.9.9. |