Version 2.8
-----------
* Can now build with Taylor uucp-1.05 (uucp-1.04 with patch still works).

* New packet filter-may be used to prevent dialout just for routing pkts.

* If dial-out times out or fails (no answer, busy, etc.), an ICMP 
  host-unreachable packet is returned to the originator.  This is an attempt
  to make applications abort promptly rather than retrying longer.  However,
  ICMP pkts are returned only to TCP connections, not UDP.  DNS resolver
  queries (e.g., hostname-to-address translations) use UDP, and most apps
  will start with a DNS query.  Thus, returning ICMP host-unreachable doesn't
  do any good.  I may yank this code later unless someone says it is useful,
  so if you get "host unreachable" errors because of this and think that's a
  good thing, please let me know (jima@netcom.com).  Sigh.


Version 2.7
-----------
* Added console logging of packets which intiate a dial-out.  This can be
  useful to help determine what program is keeping the slip link alive when
  you don't think it should be.  Enabled by compiling with -DTRACE_FIRST_PKT.


# @(#)NEWS	1.1 (16 Jun 1994)
