Author: tbedford
Date: 2009-09-18 14:49:46 +0200 (Fri, 18 Sep 2009)
New Revision: 16670
Log:
Added an entry for dev bug #47048
Modified:
trunk/dynamic-docs/changelog/connector-net-versions.xml
trunk/dynamic-docs/changelog/connector-net.xml
trunk/refman-common/news-cnet-core.xml
Modified: trunk/dynamic-docs/changelog/connector-net-versions.xml
===================================================================
--- trunk/dynamic-docs/changelog/connector-net-versions.xml 2009-09-18 10:33:07 UTC (rev 16669)
+++ trunk/dynamic-docs/changelog/connector-net-versions.xml 2009-09-18 12:49:46 UTC (rev 16670)
Changed blocks: 1, Lines Added: 24, Lines Deleted: 0; 984 bytes
@@ -3,6 +3,30 @@
<versionlog>
<mysqlproductname title="MySQL Connector/NET"/>
+
+ <versionentry ver="6.2.0" rellevel="alpha" reldate="Not yet released">
+
+ <versionentrypreamble>
+
+ <para role="release-level">
+ The first alpha release of 6.2.0.
+ </para>
+
+ </versionentrypreamble>
+
+ </versionentry>
+
+ <versionentry ver="6.1.3" rellevel="GA" reldate="Not yet released">
+
+ <versionentrypreamble>
+
+ <para role="release-level">
+ This release fixes bugs since 6.1.2.
+ </para>
+
+ </versionentrypreamble>
+
+ </versionentry>
<versionentry ver="6.1.2" rellevel="GA" reldate="8th September 2009">
<versionentrypreamble>
Modified: trunk/dynamic-docs/changelog/connector-net.xml
===================================================================
--- trunk/dynamic-docs/changelog/connector-net.xml 2009-09-18 10:33:07 UTC (rev 16669)
+++ trunk/dynamic-docs/changelog/connector-net.xml 2009-09-18 12:49:46 UTC (rev 16670)
Changed blocks: 1, Lines Added: 41, Lines Deleted: 0; 1475 bytes
@@ -9,6 +9,47 @@
<logentry entrytype="bug">
<bugs>
+ <fixes bugid="47048"/>
+ </bugs>
+
+ <versions>
+ <version ver="6.2.0"/>
+ <version ver="6.1.3"/>
+ <version ver="6.0.5"/>
+ </versions>
+
+ <message>
+
+ <para>
+ When loading the <filename>MySQLClient-mono.sln</filename> file
+ included with the Connector/NET source into Mono Develop, the
+ following error occurred:
+ </para>
+
+<programlisting>
+/home/tbedford/connector-net-src/6.1/MySQLClient-mono.sln(22):
+Unsupported or unrecognized project:
+'/home/tbedford/connector-net-src/6.1/Installer/Installer.wixproj'
+</programlisting>
+
+ <para>
+ If the file was modified to remove this problem, then attempting
+ to build the solution generated the following error:
+ </para>
+
+<programlisting>
+/home/tbedford/connector-net-src/6.1/MySql.Data/Provider/Source/Connection.cs(280,46):
+error CS0115: `MySql.Data.MySqlClient.MySqlConnection.DbProviderFactory' is marked as an
+override but no suitable property found to override
+</programlisting>
+
+ </message>
+
+ </logentry>
+
+ <logentry entrytype="bug">
+
+ <bugs>
<fixes bugid="47339"/>
</bugs>
Modified: trunk/refman-common/news-cnet-core.xml
===================================================================
--- trunk/refman-common/news-cnet-core.xml 2009-09-18 10:33:07 UTC (rev 16669)
+++ trunk/refman-common/news-cnet-core.xml 2009-09-18 12:49:46 UTC (rev 16670)
Changed blocks: 1, Lines Added: 22, Lines Deleted: 0; 1139 bytes
@@ -19,10 +19,32 @@
<remark role="dynamic-dependency-list"/>
+ <section id="changes-6.2.x">
+
+ <title>Changes in MySQL Connector/NET Version 6.2.x</title>
+
+ <section id="connector-net-news-6-2-0">
+
+ <title condition="dynamic:changelog:vertitle" role="6.2.0:connector-net:all"/>
+
+ <para condition="dynamic:changelog:entrylist" role="6.2.0:connector-net:all"/>
+
+ </section>
+
+ </section>
+
<section id="changes-6.1.x">
<title>Changes in MySQL Connector/NET Version 6.1.x</title>
+ <section id="connector-net-news-6-1-3">
+
+ <title condition="dynamic:changelog:vertitle" role="6.1.3:connector-net:all"/>
+
+ <para condition="dynamic:changelog:entrylist" role="6.1.3:connector-net:all"/>
+
+ </section>
+
<section id="connector-net-news-6-1-2">
<title condition="dynamic:changelog:vertitle" role="6.1.2:connector-net:all"/>
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r16670 - in trunk: dynamic-docs/changelog refman-common | anthony.bedford | 18 Sep |