On Thu, Mar 22, 2001 at 06:02:38PM -0500, Eric S. Raymond wrote:
The 5.7.6 release of fetchmail is now available at the usual locations,
including <URL:http://www.tuxedo.org/~esr/fetchmail>.
Here are the release notes:
fetchmail-5.7.6 (Thu Mar 22 16:22:48 EST 2001), 20456 lines:
* Fix POP2 and POP3 password shrouding.
* Don't remove UIDL scratchlist on query completion (Frantisek Brabec's bug).
* IMAP: don't just quit if GSSAPI or Kerberos IV fail, but try other methods.
* Document the fact the IDLE and multiple folders don't play well together.
Closes Debian bug#89908.
The NLS build is still broken, at least on FreeBSD; it seems the breakage
results from a non-up-to-date aclocal.m4 file. Running aclocal before
configure resulted in the following patch, which lets NLS build just fine.
G'luck,
Peter
--
Nostalgia ain't what it used to be.
--- aclocal.m4 2001/03/20 09:46:26 1.3
+++ aclocal.m4 2001/03/23 11:09:05
@@ -177,6 +177,9 @@
INSTOBJEXT=.mo
fi
fi
+ if test "$gt_cv_func_gettext_libintl" = "yes"; then
+ INTLLIBS='-lintl'
+ fi
])
if test "$CATOBJEXT" = "NONE"; then