PgSqlClient - ADO.NET Data Provider for PostgreSQL 7.4+
-------------------------------------------------------

Beta 6 ( 08-03-2004 )
---- - - -- -- ---- -

- Buf fixes.

- Improved named parameters support.

- Improved TLS/SSL support.


Beta 5 ( 18-12-2003 )
---- - - -- -- ---- -

- Buf fixes.

- Minor improvements in PostgreSQL 3.0 implementation.


Beta 4 ( 20-11-2003 )
---- - - -- -- ---- -

- Bug fixes.

- Better fit to ADO.NET.

- Improved handling of command parameters.

- Restricted batch command execution to PgCommand.ExecuteReader calls.

- Added correct handling of character sets.

- Added support for Geometric types.

- Added some improvements to the SSL/TLS library.


Beta 3 ( 16-10-2003 )
---- - - -- -- ---- -

- Bug fixes.

- Better fit to ADO.NET.

- Improved Command Builder implementation.

- Improved design time support for PgParameterCollection class.

- Implemented PgDataReader.NextResult method.

- Added implementation for array data type parameters.

- Added some improvements to the TLS library.


Beta 2 ( 18-09-2003 )
---- - - -- -- ---- -

* Improvements to TLS (Transport Layer Security support).

NUnit test suite can now be executed using TLS connections 
( tested on Windows + CygWin + PostgreSQL 7.4 Beta 1 )

See the Task Lisk at project page on sourceforge to know what 
is pending of implement in the TLS library.

(https://sourceforge.net/pm/task.php?group_project_id=30343&group_id=85397&func=browse)



Beta 1 ( 12-09-2003 )
---- - - -- -- ---- -

* Better fit to ADO.NET.

* Simple Transport Layer security ( TLS 1.0 ) implementation 
It's usined yet for both TLS and non-TLS connetions but it's not finished yet.

* Improved Command Builder implementation.

* Improved PgDataReader.GetSchemaTable method using prepared statemets for retrieve
column and primary key information.

* Added SQL Server like Stored Procedure calls.

* Improved compatibility with mono:: (http://www.go-mono.com)



Alpha 3 ( 05-08-2003 )
----- - - -- -- ---- -

* Bug fixes.

* Improved NUnit test suite.

* Improved PostgreSQL 3.0 protocol handling.

* Improved PgCommandBuilder.DeriveParameters method.

* Added initial implementation of PgConnection.Notification for asynchronous notification support ( task #82889 ).

* Added initial implementation of PgConnection.InfoMessage event ( task #82902 ).

* Added initial implementation of serial fields support ( task #81647 ).

* Changed casing of all clasess from PGXXX to PgXXX to follow MS' guidelines.

* New directory structure in the CVS for match class, file and directory names 
( pgsqlclient_10 is the actual cvs developement module )



Alpha 2 ( 31-07-2003 )
----- - - -- -- ---- -

* Better fit to ADO .NET

* Improved NUnit test suite.

* Added support for Function calls using CommandType.StoredProcedure.

* Added some changes for better work with mono:: platform.

* Added implementation for PgConnection.ChangeDatabase method.

* Added implementation for PgCommandBuilder.DeriveParameters method.

* PgCommandBuilder is now working better.



Alpha 2 ( 27-07-2003 )
----- - - -- -- ---- -

Initial release.