0.1.17---
	PHP Driver:
	 - Added checks to the default-link value
         - Fixed a bug in receive_packets ( infinite loop when waiting a response )

0.1.16 ---
	PHP Driver:
	 - Fixed a bug with the resource handling ( PHP/Apache segfaults when dbtcp is used )

0.1.15 ---
        Client:
          - Added "--separator" ( herve at linusk dot net )
        PHP Driver:
          - Added support for ZTS ( Zend Thread Safety )

0.1.14 ---
        Client:
          - Correctly builds on Solaris ( without readline and getopts )
          - Correctly builds on FreeBSD ( without getopts )

0.1.13 ---
        Client:
          - Fixed a bug with quoted strings
          - Added phyton driver ( Julian Munoz )
          - Added zope driver ( Julian Munoz )

0.1.12 ---
        Client:
          - Fixed a bug in nested query
        Perl DBD Driver:
          - Fixed a compilation problem

0.1.11 --- 
        Client:
          - Rewritten the protocol implementation
          - Added the man page ( Kim Saunders )
          
        PHP Driver:
          - Works with PHP 4.1.0
          - Added dbtcp_fetch_assoc

0.1.10 --- Nov 19 2001
        Client:
          - Fixed PHP4 driver compiled as dynamic module
          - Fixed a memory related bug ( Jonathan Gillette )

0.1.9 --- Sep 16 2001
        Client:
          - Fixed a bug with auto-realloc of buffers
          - Added '--2dsn'
          - Added PHP4 driver
          - Added documentation for PHP4 functions

0.1.8 --- Aug 24 2001
        Client:
          - Fixed a bug with non SELECT statements
          - Fixed a bug with query longer than 256 bytes

0.1.7 --- May 11 2001
	Client:
	  - added escape-chars option

	Server:
	  - ACL change: allow access if access.cfg is not defined

0.1.6 --- May 4 2001
	Client:
          - Changed the fetch function
          - Added documentation and sample_code

0.1.5a --- Feb 19 2001
	Server:
          - Fixed a bug with the ACL
          - Used a 'release' library for TCP/IP communication

0.1.5 --- Jan 19 2001
	Client:
          - Added history and parameters saving
          - Changed the communication protocol
            Server:
          - Changed communication protocol

 0.1.4 - Added a DBD driver and a simple Windows client.
 0.1.3 - Added a server option to use different cursor types.
