List:Commits« Previous MessageNext Message »
From:mcbrown Date:December 14 2006 2:26pm
Subject:svn commit - mysqldoc@docsrva: r4253 - in trunk: refman-5.0 refman-5.1 refman-common
View as plain text  
Author: mcbrown
Date: 2006-12-14 15:26:47 +0100 (Thu, 14 Dec 2006)
New Revision: 4253

Log:
Creating new VStudio changelog
Dev bugs: #24875, #23687



Modified:
   trunk/refman-5.0/news.xml
   trunk/refman-5.1/news.xml
   trunk/refman-common/news-connector-net.xml
   trunk/refman-common/news-vstudioplugin.xml


Modified: trunk/refman-5.0/news.xml
===================================================================
--- trunk/refman-5.0/news.xml	2006-12-14 11:11:47 UTC (rev 4252)
+++ trunk/refman-5.0/news.xml	2006-12-14 14:26:47 UTC (rev 4253)
Changed blocks: 1, Lines Added: 2, Lines Deleted: 0; 582 bytes

@@ -84,6 +84,8 @@
 
   <xi:include href="../refman-common/news-connector-net.xml"  xmlns:xi="http://www.w3.org/2001/XInclude"/>
 
+  <xi:include href="../refman-common/news-vstudioplugin.xml"  xmlns:xi="http://www.w3.org/2001/XInclude"/>
+
   <xi:include href="../refman-common/news-connector-j.xml"  xmlns:xi="http://www.w3.org/2001/XInclude"/>
 
 </appendix>


Modified: trunk/refman-5.1/news.xml
===================================================================
--- trunk/refman-5.1/news.xml	2006-12-14 11:11:47 UTC (rev 4252)
+++ trunk/refman-5.1/news.xml	2006-12-14 14:26:47 UTC (rev 4253)
Changed blocks: 1, Lines Added: 2, Lines Deleted: 0; 582 bytes

@@ -75,6 +75,8 @@
 
   <xi:include href="../refman-common/news-connector-net.xml"  xmlns:xi="http://www.w3.org/2001/XInclude"/>
 
+  <xi:include href="../refman-common/news-vstudioplugin.xml"  xmlns:xi="http://www.w3.org/2001/XInclude"/>
+
   <xi:include href="../refman-common/news-connector-j.xml"  xmlns:xi="http://www.w3.org/2001/XInclude"/>
 
 </appendix>


Modified: trunk/refman-common/news-connector-net.xml
===================================================================
--- trunk/refman-common/news-connector-net.xml	2006-12-14 11:11:47 UTC (rev 4252)
+++ trunk/refman-common/news-connector-net.xml	2006-12-14 14:26:47 UTC (rev 4253)
Changed blocks: 1, Lines Added: 2, Lines Deleted: 0; 701 bytes

@@ -18,6 +18,8 @@
   <para>Bugs fixed:</para>
   
   <itemizedlist>
+    <listitem><para>Deleting a connection to a disconnected server when using
+      the Visual Studio Plugin would cause an assertion failure. (Bug #23687)</para></listitem>
     <listitem><para>When using a <literal>DbNull.Value</literal> as the value
       for a parameter
       value, and then later setting a specific value type, the command would fail


Modified: trunk/refman-common/news-vstudioplugin.xml
===================================================================
--- trunk/refman-common/news-vstudioplugin.xml	2006-12-14 11:11:47 UTC (rev 4252)
+++ trunk/refman-common/news-vstudioplugin.xml	2006-12-14 14:26:47 UTC (rev 4253)
Changed blocks: 1, Lines Added: 59, Lines Deleted: 1; 2426 bytes

@@ -9,9 +9,67 @@
 
   <title>MySQL Visual Studio Plugin Change History</title>
 
+  <section id="vstudio-plugin-news-1-0-2">
+
+    <title>Changes in MySQL Visual Studio Plugin 1.0.2 (Not yet released)</title>
+
+    <para>
+      Bugs fixed:
+    </para>
+
+    <itemizedlist>
+
+      <listitem>
+        <para>
+          The Add Connection dialog of the Server Explorer would freeze
+          when accessing databases with capitalized characters in their
+          name. (Bug #24875)
+        </para>
+      </listitem>
+
+    </itemizedlist>
+
+  </section>
+
+  <section id="vstudio-plugin-news-1-0-1">
+
+    <title>Changes in MySQL Visual Studio Plugin 1.0.1 (4 October 2006)</title>
+
+    <para>
+      This is a bug fix release to resolve an incompatibility issue with
+      Connector/NET 5.0.1.
+    </para>
+
+    <para>
+      It is critical that this release only be used with Connector/NET
+      5.0.1. After installing Connector/NET 5.0.1, you will need to make
+      a small change in your machine.config file. This file should be
+      located at
+      <filename>%win%\Microsoft.Net\Framework\v2.0.50727\CONFIG\machine.config</filename>
+      (<literal>%win%</literal> should be the location of your Windows
+      folder). Near the bottom of the file you will see a line like
+      this:
+    </para>
+
+<programlisting>&lt;add name="MySQL Data Provider" invariant="MySql.Data.MySqlClient" 
+description=".Net Framework Data Provider for MySQL" 
+type="MySql.Data.MySqlClient.MySqlClientFactory, MySql.Data"/&gt;</programlisting>
+
+    <para>
+      It needs to be changed to be like this:
+    </para>
+
+<programlisting>&lt;add name="MySQL Data Provider" invariant="MySql.Data.MySqlClient" 
+description=".Net Framework Data Provider for MySQL" 
+type="MySql.Data.MySqlClient.MySqlClientFactory, MySql.Data, 
+Version=5.0.1.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d"/&gt;
+ </programlisting>
+
+  </section>
+
   <section id="vstudio-plugin-news-1-0-0">
 
-    <title>Changes in MySQL Visual Studio Plugin 1.0.0 (4 Octobeer 2006)</title>
+    <title>Changes in MySQL Visual Studio Plugin 1.0.0 (4 October 2006)</title>
 
     <para>
       This is the first beta release.


Thread
svn commit - mysqldoc@docsrva: r4253 - in trunk: refman-5.0 refman-5.1 refman-commonmcbrown14 Dec