Revision history for Perl extension Net::Socket::NonBlock.

0.10  Sun Jan 19 19:30:00 2003
	- object-oriented interface to sockets added
	- Net::Socket::NonBlock::Nest class introduced
	  It is placed in the same file as Net::Socket::NonBlock class
	- functions Listen and Connect are moved to the Net::Socket::NonBlock::Nest
	  package
	- function Net::Socket::NonBlock->new() is returning
	  the Net::Socket::NonBlock::Nest object.
	  Note: Net::Socket::NonBlock->new() is provided for compatibility only.
	  Use Net::Socket::NonBlock::Nest->new() instead.
        - functions Net::Socket::NonBlock::Nest::Listen and
          Net::Socket::NonBlock::Nest::Connect are returning 
          the Net::Socket::NonBlock object
        - function Net::Socket::NonBlock::Nest::Properties exists in parralell
          to Net::Socket::NonBlock::Properties
        - documentation changed according to module changes
        - I hope the v.0.10 is fully compatible with v/ 0.06. It means you can continue to
          use the functions in old style.

0.06  Tue Sep 24 19:00:00 2002
 	- Close($SocketID [, $Flush [, $Timeout]]) syntax introduced
 	- IO([$Errors]) syntax introduced
        - SafeStr function removed from the module.
          You can obtain the sources for this function
          from the SYNOPSIS section of documentation.
        - The way how the SilenceT working is changed.
          It is necessary now to call the Close function
          for the sockets which become unavailable
          because of silence timeout.
 	- Minor bugfixes
 	- Minor changes in debug messages printing
 	- Minor documentation changes
        - Minor changess in test.pl

0.05  Fri Jul 19 17:00:00 2002
 	- Minor bugfixes
 	- 'NestProperties' method introduced

0.04  Sat Jul  6 23:00:00 2002
 	- Serious bugfixes
 	- 'InstantDeth' parameter removed
 	- 'debug' parameter introduced
 	- The example updated

0.03  Wed Jun 24 23:40:00 2002
	- SafeStr not exported by default any more
	- 'MaxClients' parameter for 'Listen' method introduced

0.02  Tue Jun 19 10:00:00 2002
	- first public release

0.01  Fri Apr 26 17:43:45 2002
	- original version; created by h2xs 1.21 with options
		-AXcfn Net::Socket::NonBlock
	  "friends and family release"