List:Commits« Previous MessageNext Message »
From:rburnett Date:November 11 2008 10:58pm
Subject:Connector/NET commit: r1450 - in branches/5.2: . MySql.Web/Tests
View as plain text  
Modified:
   branches/5.2/MySql.Web/Tests/App.config
   branches/5.2/README
   branches/5.2/Release Notes.txt
Log:
bumped a couple of version numbers

Modified: branches/5.2/MySql.Web/Tests/App.config
===================================================================
--- branches/5.2/MySql.Web/Tests/App.config	2008-11-11 21:58:18 UTC (rev 1449)
+++ branches/5.2/MySql.Web/Tests/App.config	2008-11-11 21:58:54 UTC (rev 1450)
@@ -10,7 +10,7 @@
       <providers>
         <clear/>
         <add name="MySqlProfileProvider" connectionStringName="LocalMySqlServer" 
-             applicationName="/" type="MySql.Web.Profile.MySQLProfileProvider, mysql.web,
Version=5.2.3.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d"/>
+             applicationName="/" type="MySql.Web.Profile.MySQLProfileProvider, mysql.web,
Version=5.2.4.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d"/>
       </providers>
       <properties>
         <add name="Name"/>

Modified: branches/5.2/README
===================================================================
--- branches/5.2/README	2008-11-11 21:58:18 UTC (rev 1449)
+++ branches/5.2/README	2008-11-11 21:58:54 UTC (rev 1450)
@@ -1,4 +1,4 @@
-MySQL Connector/Net 5.2.2
+MySQL Connector/Net 5.2.4
 MySQL AB's ADO.Net Driver for MySQL
 Copyright (c) 2004-2007 MySQL AB
 

Modified: branches/5.2/Release Notes.txt
===================================================================
--- branches/5.2/Release Notes.txt	2008-11-11 21:58:18 UTC (rev 1449)
+++ branches/5.2/Release Notes.txt	2008-11-11 21:58:54 UTC (rev 1450)
@@ -78,13 +78,6 @@
 dropped columns such as IS_RESULT (just check for ordinal position = 0) and 
 ROUTINE_TYPE.
 
-Known Issues
-==============
-We discovered during our final testing that the Create menu options are
-not working in the server explorer integration.  These are options such as
-Create Table, Create Stored Procedure, and Create View.  We apologize for this 
-inconvenience and will have this working for the beta.
-
 We hope you enjoy this release and encourage you to test this release with your
applications
 and let us know any problems you find.
 

Thread
Connector/NET commit: r1450 - in branches/5.2: . MySql.Web/Testsrburnett11 Nov