@(#)ChangeLog	1.8 (16 Jun 1994)

Tue Jun  7 21:39:55 PDT 1994
    * configure.in, guess_tuucpsrc, utils/slipd_tuucp.c: Support uucp-1.05
    * driver/io/tslip.c: Add RIP packet filtering (-DFILTER_PACKETS);
      Return ICMP host-unreachable packet if dial fails.
    * configure.in: resolver & lockf tests fixed (thanks to James Fidell)
    * utils/slipcmd.pl: Don't keep trying if dial fails; cleaner -v messages.
    * utils/Makefile.in: strip objects before installing
    * COPYRIGHT: Minor tweaks
    * README: Change example route command hopcount metric from 0 to 1.
    * dialin/README.dialin: Emphasize that dialin is NOT currently supported.

Thu May 12 15:52:28 PDT 1994
    * Version 2.7
    * driver/io/tslip.c: Add TRACE_FIRST_PKT, improve trace printing code.
    * utils/slipcmd.pl: timestamp verbose msgs

Sat Apr 23 09:25:46 PDT 1994
    * Version 2.6
    * Added fixed IP Driver.o for Consensys 4.2 (driver/Con4.2_ipfix)
    * utils/slipd.c: Always log "DIALING" message before starting dial-out.
    * utils/slipcmd.pl: Create spool dir if it doesn't exist
    * utils/Makefile.in: Fixed .pl rule to use $(srcdir)/$* (for VPATH)

Mon Dec 27 11:47:55 PST 1993 Jim Avera (jima@netcom.com)
    * Version 2.5
    * sysdep.h renamed tslip_sysdep.h to avoid conflict with taylor uucp.
    * Now supports compilation in separate directory from src.
    * man/Makefile.in: Fixed uninstall bug
    * configure.in, sysdep.h: STAT_MACROS_BROKEN added.
    * README: Change slp.c to tslip.c

Tue Nov  2 12:03:47 PST 1993  Jim Avera
    * Version 2.4
    * Makefile.in: use config.status --recheck
    * driver/io/Makefile.in: removed multi-line #comment, egrep -l (CI5 cc)
    * man/Makefile.in: replaced exit 0 with : (for SysV make)
    * Put tsl_lrput debug message under #ifdef DEBUG; renamed dump_slstats
      tsl_dslstats to avoid name clash (DELL).

Wed Oct 13 08:46:36 PDT 1993  Jim Avera
    * Version 2.3
    * driver/io/tslip.c: ALL state is now dynamically allocated.  
      There is no hard limit on the number of minor devices in use.
      Put open/close logging back under #ifdef DEBUG
    * driver/ID/Space.c: Deleted (no longer used - nothing to configure).
    * driver/ID/mk_ID.sh.in: New.
    * Renamed the driver "tslip" (was "slp"), to permit co-existence with
      another slip driver named slp.  This required changing all entry point
      names (from slp_ to tsl_).  The driver name is now a parameter supplied 
      in configure.in.
    * dialin/mkslipuser.c: Use TCP for DNS queries (patch from Peter Wemm).
    * configure.in: DRIVER_NAME substitution, call warn_of_sasbug.
    * PATCHES_TO_SAS-1.25, warn_of_sasbug: New.
    * IP.SKETCH: New.

* VERSION 2.2	Fri Sep 10 10:42:36 PDT 1993 Jim Avera (jima@netcom.com)

    utils/slipdlogsum added - program to summarize slipd log file
    utils/slipcmd: Fixed various bugs.  Added -w opt to wait for dial-out.
    configure.in: Major rev.  Added sysdep.h, acconfig.h.
    utils/slipd.c: flushes input after dialing and before I_LINK (just in case).
    driver/io/slp.c: Restore auto-compress to uncompressed after each new
	connection; Minor logging changes.
    configure,configure.in,Makefile.in: Allow different Taylor obj & src dirs.
    dialin/slip.c:Use termios to compile [Peter Wemm] (still not operational).

* VERSION 2.0   Fri Jul 23 19:45:12 PDT 1993 Jim Avera (jima@netcom.com)

    Use configure (gnu autoconf) [but it still only works with SVR4.0...]

    Makefile(s): Added DVRCC in Makefiles to allow use of gcc except for driver.
    Changed sbindir to $(prefix)/lib/slip [was $(prefix)/lib/uucp];
    Added mksourcedirs script.

    **NOTE** Old binaries must be manually de-installed from $(prefix)/lib/uucp.

    man/*: Rewrite of driver man page and renamed as slp.7.  Substantial
    editing of others.  Removed slhangup man page (obsolete) and references.

    **NOTE** Old slip.* and slhangup.* man pages must be manually de-installed.

    driver/io/slp.c: Changed spl(oldpri) to splx(oldpri) [fr Peter Wemm].
    Added checks for insane conditions (data arriving from unlinked driver).

    utils/slipd_tuucp.c: Patch for multiple phone numbers (copied from
    corresponding fix to Taylor cu.c -- from peter@zeus.dialix.oz.au).

    utils/Makefile: Install slipcmd as suid root.

    Slipd now always logs ON and OFF times, with elapsed times.

    COPYRIGHT: Adopted GNU General Public License, with modifications required 
    by other contributors.  Detailed copyright & permissions info in central
    file COPYRIGHT, with references in other files.

    Added detailed installation notes and historical info file.
