#
# File:		ChangeLog
# SCCS:		@(#)ChangeLog	1.11 9/29/94
# Purpose:	Change Log
#


94.09.29

    Release 1.2

    pclient
	Integrate Jim Kohli's changes, including pfinger, pwhois,
	and .netrc support.

	Add advisory logging of user id info

    tcprelay, tcprpmd
	Better logging control via config file


93.05.15
    Release 1.1.5

    pclient.pl
	stop chatter during setup phase unless -v (verbose) flag is given


93.04.23
    tcprpmd.pl
	added support for "mode" command to force ftp mode

    pclient.pl
	support trailing <port> spec so user can say "ptelnet foo smtp"
	or "pftp foo 4023"

93.04.05
    Release 1.1.4

    ChangeLog
	corrected dates from "91" to "93".

    Makefile
	automated release numbering process.
	include MANIFEST, which shows release number, in released files.

93.03.24
    tcprpmd.pl
	If client name reverse lookup fails, just use dotted quad.
	Thanks to Doug Curtis for reporting this one.

93.03.02
    Release 1.1.3

    HOW-IT-WORKS
	Put the poo in here; yanked from the INSTALL file, which
	should really only have installation instructions.

    README
	Fixed typo

    tcprelay.pl
	Better logging in best_if_addr and ifaddr. Return $localaddr
	if either netstat -r or ifconfig output is unparseable.

	Fixed bug in netstat parsing: route destinations with
	multiple 0 octets at the end were not getting all the
	0's stripped before being compared to the remote addr.
	Thanks to Ian Dunkin for reporting this bug.

93.02.27
    Release 1.1.2

    Makefile
	Added definition (commented out) for CHARMODE_PORT.
    
    pclient.pl
	If CHARMODE_PORT, invoke telnet with negative port
	number to force character mode. This only works with
	some telnets, though.


93.02.25
    Makefile
	Added definitions for NETSTATPATH, IFCONFIGPATH, LOGGERPATH.

    tcprelay.pl
	Added support for NETSTATPATH, IFCONFIGPATH, LOGGERPATH.
	These will allow the paths to the respective system programs
	to be configured for a site, thus allowing the ftp port
	command to work correctly in all cases. Thanks to Mark
	Silbernagel for locating this bug.

93.02.20
    Release 1.1.1

    tcprpmd.pl
	if called with "-d" argument, or called as "tcprpmd-d", will
	invoke tcprelay with debugging flag set.

    tcprelay.pl
	fix ftp bug: PORT command sent to remote now ends in \r\n, not just \n

	logit function to send info to syslog & stderr

	converted most printfs to use logit instead

	alarm function for use with connection timeouts

	perform timeout(180) on client initial connection

	show client and remote addresses in logged messages

	show pids of various children

    INSTALL
	added principles of operation section

93.02.16
    Release 1.1
