ChangeLog

vanessa_socket
Library to simplify handling of TCP sockets
Copyright (C) 2000  Horms
----------------------------------------------------------------------

29th June 2001

 * 0.0.3
 - Allow read() and write() functions to be supplied to 
   vanessa_socket_pipe() and friends.
 - Tidyied up logging
 
----------------------------------------------------------------------

19th April 2001

 * 0.0.2
 - Fixed problem linking so that it is linked against the
   shared libary libvanessa_logger instead of statically linked
 - Fixed some (minor) casting problems when using bind() and
   various popt calls.
 
----------------------------------------------------------------------

5th April 2001

 * 0.0.1
 - Fixed problem with -b under BSD ("Erik R. Leo" <erikl@sover.net>)
 - Fixed problem with client connecting to bizzare address under BSD
   ("Erik R. Leo" <erikl@sover.net>)
 - Added -lresolv and -lvanessa_logger to build to aid compiling
   under solaris (Chris Stratford <Chris.Stratford@uk.uu.net>)
 - Added -lresolv and -lvanessa_logger to build to aid compiling
   under solaris (Chris Stratford <Chris.Stratford@uk.uu.net>)
 - Added timeradd and timersub compatibility for Solaris
   (Chris Stratford <Chris.Stratford@uk.uu.net>)
 - Cleaned up Debian packages
   
----------------------------------------------------------------------

9th January 2000
(Horms)

 * version 0.0.0 
 - Added vanessa_socket_client_src_open() and
   vanessa_socket_client_src_open_in_addr() that enable a conection
   to be openend to a server and optionally have the source port 
   and/or address specified.
