Date: Tue, 5 Dec 1995 04:40:08 -0600 (CST)
From: wu-ftpd-bugs@academ.com (Stan Barber)
To: wu-ftpd@wugate.wustl.edu
Subject: Academ version of wu-ftpd 2.4 Release 2 Beta 8 available for testing

BETA 8 is now available. It has been tested on the following systems:

Solaris 2.4, SunOS 4.1.4, NetBSD 1.0, FreeBSD 2.0.5-RELEASE, BSD/OS 2.0.1,
BSD/OS 1.1, ISC 3.2, Linux 1.2.8. 

I would like to hear from folks with access to HP-UX, Digital Unix, IRIX
and AIX in particular. Please send mail to the wu-ftpd-bugs@academ.com
address.

This is another release candidate.


Added some fixes for CPP processing problems with Digital Unix from 
Laurent Ghys <Laurent.Ghys@ircam.fr>.

Added some fixed for the use of sys_siglist from a number of people.
Now, HAS_SIGLIST must be defined for this to be used.

Added some information in NOTES for adding shadow support under Linux.

Lowered optimization level from O3 to O2 for AIX as suggested by 
hilgert@powerpc.lion.de (Thomas Hilgert).

Made a number of changes suggested by Evan Champion <evanc@synapse.net> for
BSD/OS.

Added HAVE_SETPROCTITLE as a possible define to include the setproctitle()
library routine from the system if it is available. Suggested by Evan
Champion <evanc@synapse.net>. Also, added differentiator so that BSDI 1.X
setproctitle() library routine is not used since it appears to be buggy.

Added HAVE_GETRLIMIT and changes config files to support it where available
in preference to HAVE_GETDTABLESIZE, which is now obsolete. Suggested by
Evan Champion <evanc@synapse.net>.

Added some FAQ references in the README file. Suggested by Fred Korz
<kroz@cs.columbia.edu>

Overhauled reply, lreply and setproctitle to make appropriate use of
varargs or stdargs as appropriate.