Version Changes:

1.310.000
     Made pppoed shutdown more gracefuli, added logic to send PADT just before 
     exit, if an active PPPoE session still exist.  Added 2 sec. delay on 
     shutdown (SIGHUP or SIGINT) to allow pppd to send and receive 
     LCP:Terminate.  When a successful LCP:Terminate-ACK has been seen or sent,
     thus closeing the session, then no PADT is sent.

1.300.000

     Lots of reorganizing and cleanup.  

     Performance improvement, added support for sync PPP data.  You can now run 
     pppd with the sync option and pppoed will auto-detect the use of sync PPP 
     packets.  This cuts CPU usage by about 1/4 - 1/3.  Pppoed no longer links
     with the pcap library.  Pppoed now makes use of syslog to output messages.
     Check /var/log/messages to see them.  These can be useful for trouble 
     shooting problems.  

     Pppoed will now accept either a device name to read and write from 
     or, if it is omitted, use unbuffered standard in/out.  Thus, Pppoed can 
     now be started by pppd using the pty option.  This change was also 
     incorporated in to start-pppoe.  The program free_pty is now obsolete and
     should be removed when upgrading.
	 
     Updated Makefile to link with shared version of the pthread library 
     rather.  Pppoed now works with the Mandrake distribution.
	 
     Improved lost connection detection logic.  Pppd's persist option will now
     work with pppoed.  A PERSIST variable has been added to start-pppoe shell
     script.
	 
     Now build two version of pppoed one for Linux 2.0 and one for Linux 2.2,
     they are named pppoed-2.0 and pppoed-2.2 respectfully.
	 
     Restructured start-pppoe to reduce common edit errors.


 1.203.xxx
     All 1.203 version were beta.  Old 1.203 changes condensed to make 1.300
     changes and deleted from here.

 
 1.201.002
     Updated options.pppoe: added receive-all and uncommented noauth option.


 1.201.001
     Removed unnessary options from options.pppoe file.
     
