From: <car...@us...> - 2006-03-13 12:35:29
|
Revision: 9 Author: carlosga_fb Date: 2006-03-13 04:35:07 -0800 (Mon, 13 Mar 2006) ViewCVS: http://svn.sourceforge.net/pgsqlclient/?rev=9&view=rev Log Message: ----------- Moved remotely Added Paths: ----------- pgsqlclient/changes.txt Removed Paths: ------------- changes.txt Deleted: changes.txt =================================================================== --- changes.txt 2006-03-13 12:34:30 UTC (rev 8) +++ changes.txt 2006-03-13 12:35:07 UTC (rev 9) @@ -1,155 +0,0 @@ -PgSqlClient - ADO.NET Data Provider for PostgreSQL 7.4+ -------------------------------------------------------- - - -Beta 7 ( 21-07-2004 ) ----- - - -- -- ---- - - -* Bug fixes (please review the changelog for details) - -* Better fit to ADO.NET - -* Improved SSL/TLS support. - -* Time and timestamp data types are now handled as strings. - -* Improved named parameters support. - -* Improved Command Builder and Data Reader classes. - - -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. \ No newline at end of file Copied: pgsqlclient/changes.txt (from rev 8, changes.txt) =================================================================== --- pgsqlclient/changes.txt (rev 0) +++ pgsqlclient/changes.txt 2006-03-13 12:35:07 UTC (rev 9) @@ -0,0 +1,155 @@ +PgSqlClient - ADO.NET Data Provider for PostgreSQL 7.4+ +------------------------------------------------------- + + +Beta 7 ( 21-07-2004 ) +---- - - -- -- ---- - + +* Bug fixes (please review the changelog for details) + +* Better fit to ADO.NET + +* Improved SSL/TLS support. + +* Time and timestamp data types are now handled as strings. + +* Improved named parameters support. + +* Improved Command Builder and Data Reader classes. + + +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. \ No newline at end of file This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |