Modified:
branches/5.1/CHANGES
branches/5.1/Client.build
Log:
removed .net 1.0 and 1.1 and mono 1.0 targets from client.build since those targets are
not currently supported
Modified: branches/5.1/CHANGES
===================================================================
--- branches/5.1/CHANGES 2008-01-09 21:28:34 UTC (rev 1148)
+++ branches/5.1/CHANGES 2008-01-10 15:55:49 UTC (rev 1149)
@@ -2,7 +2,8 @@
- Fixed problem with membership provider where FindUserByEmail would fail trying to add
a second parameter with the same name as the first (bug #33347)
- Fixed long standing problem with compression over a network. It's now fast again.
(bug #27865)
-
+ - Fixed nant compilation problem on mono (bug #33508)
+
Version 5.1.4 - 11/12/2007
- Fixed issue where column name metadata was not using the charset given on the
connection string
(Bug #31185)
Modified: branches/5.1/Client.build
===================================================================
--- branches/5.1/Client.build 2008-01-09 21:28:34 UTC (rev 1148)
+++ branches/5.1/Client.build 2008-01-10 15:55:49 UTC (rev 1149)
@@ -87,14 +87,6 @@
<target name="allframeworks" depends="net-2.0">
</target>
- <!-- core managed driver target 1.1 -->
- <target name="net-1.1" description="1.1 .NET target">
- <property name="nunit.dir" value="${nunit1.dir}"/>
- <property name="framework" value="net-1.1"/>
- <call target="compile-client"/>
- <call target="compile-test-suite"/>
- </target>
-
<!-- core managed driver target 2.0 -->
<target name="net-2.0" description="2.0 .NET target">
<property name="nunit.dir" value="${nunit2.dir}"/>
@@ -108,13 +100,6 @@
<call target="compile-test-suite"/>
</target>
- <!-- core managed driver target mono 1.0 -->
- <target name="mono-1.0" description="Mono 1.0 Target">
- <property name="nunit-lib"
value="${framework::get-assembly-directory('mono-1.0')}"/>
- <property name="framework" value="mono-1.0"/>
- <call target="client"/>
- </target>
-
<target name="mono-2.0" description="Mono 2.0 Target">
<property name="defines" value="${defines},MONO,NET20"/>
<property name="nunit-lib"
value="${framework::get-framework-directory('mono-1.0')}"/>
@@ -127,23 +112,11 @@
<target name="alltests" depends="test-net-2.0">
</target>
- <target name="test-net-1.1" depends="net-1.1">
- <property name="framework" value="net-1.1"/>
- <call target="testclient"/>
- <call target="fxcop"/>
- </target>
-
<target name="test-net-2.0" depends="net-2.0">
<property name="framework" value="net-2.0"/>
<call target="testclient"/>
</target>
- <target name="test-mono-1.0" depends="mono-1.0">
- <property name="nunit" value="${nunit-mono}"/>
- <property name="framework" value="mono-1.0"/>
- <call target="testclient"/>
- </target>
-
<!--
Target to run the test suite. This target will run through all the
supported versions of MySQL, stopping the services, and then starting
| Thread |
|---|
| • Connector/NET commit: r1149 - branches/5.1 | rburnett | 10 Jan |