[pgsqlclient-checkins] pgsqlclient_10 changes.txt,1.6,1.7 DotNETBuild.bat,1.1.1.1,1.2 PgSqlClient.bu
Status: Inactive
Brought to you by:
carlosga_fb
From: <car...@us...> - 2003-09-12 20:47:46
|
Update of /cvsroot/pgsqlclient/pgsqlclient_10 In directory sc8-pr-cvs1:/tmp/cvs-serv15691 Modified Files: changes.txt DotNETBuild.bat PgSqlClient.build PgSqlClient_Mono.build Log Message: Prepare for Beta 1 Index: changes.txt =================================================================== RCS file: /cvsroot/pgsqlclient/pgsqlclient_10/changes.txt,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** changes.txt 22 Aug 2003 19:50:31 -0000 1.6 --- changes.txt 12 Sep 2003 20:47:43 -0000 1.7 *************** *** 3,10 **** ! Alpha 4 ( XX-08-2003 ) ! ----- - - -- -- ---- - * Better fit to ADO.NET. * Improved Command Builder implementation. --- 3,13 ---- ! 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. Index: DotNETBuild.bat =================================================================== RCS file: /cvsroot/pgsqlclient/pgsqlclient_10/DotNETBuild.bat,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** DotNETBuild.bat 2 Aug 2003 19:42:37 -0000 1.1.1.1 --- DotNETBuild.bat 12 Sep 2003 20:47:43 -0000 1.2 *************** *** 1 **** ! nant -buildfile:PgSqlClient.build \ No newline at end of file --- 1 ---- ! nant -buildfile:PgSqlClient.build %1 %2 %3 %4 Index: PgSqlClient.build =================================================================== RCS file: /cvsroot/pgsqlclient/pgsqlclient_10/PgSqlClient.build,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** PgSqlClient.build 31 Aug 2003 12:55:21 -0000 1.2 --- PgSqlClient.build 12 Sep 2003 20:47:43 -0000 1.3 *************** *** 136,141 **** <mkdir dir="${build.dir}" failonerror="false" /> ! <!-- compile PgSqlClient.Security.TLS --> ! <csc output="${build.dir}\PgSqlClient.Security.Tls.dll" target="library" define="${build.define}"> <sources> <includes name="${tls.src.dir}/**/*.cs" /> --- 136,141 ---- <mkdir dir="${build.dir}" failonerror="false" /> ! <!-- compile System.Security.TLS --> ! <csc output="${build.dir}\System.Security.Tls.dll" target="library" define="${build.define}"> <sources> <includes name="${tls.src.dir}/**/*.cs" /> *************** *** 165,169 **** <absolute file="System.Drawing.dll" /> <absolute file="System.XML.dll" /> ! <includes name="${build.dir}/PgSqlClient.Security.Tls.dll" /> </references> <arg value="/resource:${resources.dir}\Toolbox\PgConnection.bmp,PostgreSql.Data.PgSqlClient.Resources.ToolBox.PgConnection.bmp" /> --- 165,169 ---- <absolute file="System.Drawing.dll" /> <absolute file="System.XML.dll" /> ! <includes name="${build.dir}/System.Security.Tls.dll" /> </references> <arg value="/resource:${resources.dir}\Toolbox\PgConnection.bmp,PostgreSql.Data.PgSqlClient.Resources.ToolBox.PgConnection.bmp" /> Index: PgSqlClient_Mono.build =================================================================== RCS file: /cvsroot/pgsqlclient/pgsqlclient_10/PgSqlClient_Mono.build,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** PgSqlClient_Mono.build 31 Aug 2003 12:55:21 -0000 1.2 --- PgSqlClient_Mono.build 12 Sep 2003 20:47:43 -0000 1.3 *************** *** 49,54 **** <mkdir dir="${build.dir}" failonerror="false" /> ! <!-- compile PgSqlClient.Security.TLS --> ! <csc output="${build.dir}\PgSqlClient.Security.Tls.dll" target="library" define="${build.define}"> <sources> <includes name="${tls.src.dir}/**/*.cs" /> --- 49,54 ---- <mkdir dir="${build.dir}" failonerror="false" /> ! <!-- compile System.Security.TLS --> ! <csc output="${build.dir}\System.Security.Tls.dll" target="library" define="${build.define}"> <sources> <includes name="${tls.src.dir}/**/*.cs" /> *************** *** 78,82 **** <includes name="${nant.settings.currentframework.frameworkassemblydirectory}/System.Drawing.dll" /> <includes name="${nant.settings.currentframework.frameworkassemblydirectory}/System.XML.dll" /> ! <includes name="${build.dir}/PgSqlClient.Security.Tls.dll" /> </references> <arg value="/resource:${resources.dir}\Toolbox\PgConnection.bmp,PostgreSql.Data.PgSqlClient.Resources.ToolboxBitmaps.PgConnection.bmp" /> --- 78,82 ---- <includes name="${nant.settings.currentframework.frameworkassemblydirectory}/System.Drawing.dll" /> <includes name="${nant.settings.currentframework.frameworkassemblydirectory}/System.XML.dll" /> ! <includes name="${build.dir}/System.Security.Tls.dll" /> </references> <arg value="/resource:${resources.dir}\Toolbox\PgConnection.bmp,PostgreSql.Data.PgSqlClient.Resources.ToolboxBitmaps.PgConnection.bmp" /> |