changes list             second revision      by gfoot        05/03/98
______________________________________________________________________

                            |o|   _  _ .
                            |||-.| |/_)|-
                            '''-'' '`- `-

    libnet is (c) Copyright Chad Catlett and George Foot 1997-1998
______________________________________________________________________


This file describes the changes between versions of libnet.



0.9.12: released 05/03/98

   *  Fixed makefiles which were broken under djgpp in several ways
   *  Corrected prototype for net_getdrivernames in docs
   *  Renamed the fake stricmp in core/config.c
   *  Added missing `#endif' to examples/chat/_coniox.c (FWIW)
   *  Made version numbering consistent
   *  Added own IP detection to the Winsock driver


0.9.11: released 24/01/98

   *  Ported to Linux and other Unices
   *  Added Berkeley sockets driver for Unices
   *  Added changes.txt file, so anything below this point was written 
        retrospectively
   *  Fixed ` = { 0 }' bug which was crashing the socks driver
   *  Moved chat client/server test to `examples' directory
   *  Fiddled with config settings to allow socks driver and wsock driver
        to share the default port and force option


0.9.10: released 21/01/98

   *  Added DNS resolver to Winsock driver
   *  Added the configuration file system
   *  Improved openinputchannel using the config file
   *  Modified Winsock driver to use various config settings
   *  Updated documentation


0.9.9: released ??/01/98  (first visibly numbered version; 00000009)

   *  Core features:
        init, detectdrivers, getdrivernames, initdrivers, shutdown
   *  Basic channel support:
        openchannel, openinputchannel (hackishly), closechannel,
        assigntarget, getlocaladdress, send, receive, query
   *  Drivers:
        wsock, nonet
   *  Test programs:
        getdrvnm, gentest, chat
   *  Documentation nearly up-to-date

