2.2b6: Mon Jan 19 04:30:11 EST 1998 * port: modify ./configure to auto detect -lresolv and -lbind * port: modify include file order in contrib/newshound/conf.h for solaris 2.5.1 * new: core web-server code merged * bugfix: some systems created mmapBaseFile with mode 0 permissions due to a missing argument in nntpache.c * port: modifiy configure.in and common/ntypes.h to handle HPUX's disbelief in underscores (HPUX uses uint64_t while the rest of the world uses u_int64_t) * new: greatly improved NEWNEWS handling * port: BSDOS <time.h> included sys/types.h which caused compile-time error pertaining to nconf's redefinition of FD_SETSIZE in src/date.c * change: set the default listActiveThreshold to 0 in cf/nnconf.cf.in. The default threshold of 5 was quite reasonable, but until the news admin is familar with how nntpcache works, it's preferable that the active file be identical (or only expanded) after nntpcache lands on the scene. * bugfix: serverDownRecheck was declared as "int" not "time" in cf/nnconf.cf.in