List:Commits« Previous MessageNext Message »
From:rburnett Date:August 20 2008 5:57pm
Subject:Connector/NET commit: r1389 - in branches/5.1: . Driver/Properties MySql.Web/Providers/Properties MySql.Web/Tests/Properties TestSuite/Properties Visu...
View as plain text  
Modified:
   branches/5.1/CHANGES
   branches/5.1/Driver/Properties/AssemblyInfo.cs
   branches/5.1/MySql.Web/Providers/Properties/AssemblyInfo.cs
   branches/5.1/MySql.Web/Tests/Properties/AssemblyInfo.cs
   branches/5.1/README
   branches/5.1/Release Notes.txt
   branches/5.1/TestSuite/Properties/AssemblyInfo.cs
   branches/5.1/VisualStudio/Properties/AssemblyInfo.cs
Log:
updated version numbers in assemblyinfo files, readme, and release notes

Modified: branches/5.1/CHANGES
===================================================================
--- branches/5.1/CHANGES	2008-08-19 17:25:10 UTC (rev 1388)
+++ branches/5.1/CHANGES	2008-08-20 17:57:47 UTC (rev 1389)
@@ -1,4 +1,4 @@
-Version 5.1.7
+Version 5.1.7 - 8/20/08
  - Fixed problem with DDEX provider that could sometimes prevent table altering when working with
    4.1 servers (bug #30603)
  - Fixed problem with pooling code where connections pooled from the pool were added

Modified: branches/5.1/Driver/Properties/AssemblyInfo.cs
===================================================================
--- branches/5.1/Driver/Properties/AssemblyInfo.cs	2008-08-19 17:25:10 UTC (rev 1388)
+++ branches/5.1/Driver/Properties/AssemblyInfo.cs	2008-08-20 17:57:47 UTC (rev 1389)
@@ -53,7 +53,7 @@
 // You can specify all the values or you can default the Revision and Build Numbers 
 // by using the '*' as shown below:
 
-[assembly: AssemblyVersion("5.1.6")]
+[assembly: AssemblyVersion("5.1.7")]
 
 //
 // In order to sign your assembly you must specify a key to use. Refer to the 

Modified: branches/5.1/MySql.Web/Providers/Properties/AssemblyInfo.cs
===================================================================
--- branches/5.1/MySql.Web/Providers/Properties/AssemblyInfo.cs	2008-08-19 17:25:10 UTC (rev 1388)
+++ branches/5.1/MySql.Web/Providers/Properties/AssemblyInfo.cs	2008-08-20 17:57:47 UTC (rev 1389)
@@ -53,6 +53,6 @@
 //
 // You can specify all the values or you can default the Revision and Build Numbers 
 // by using the '*' as shown below:
-[assembly: AssemblyVersion("5.1.6")]
-[assembly: AssemblyFileVersion("5.1.6")]
+[assembly: AssemblyVersion("5.1.7")]
+[assembly: AssemblyFileVersion("5.1.7")]
 [assembly: AssemblyKeyName("ConnectorNet")]

Modified: branches/5.1/MySql.Web/Tests/Properties/AssemblyInfo.cs
===================================================================
--- branches/5.1/MySql.Web/Tests/Properties/AssemblyInfo.cs	2008-08-19 17:25:10 UTC (rev 1388)
+++ branches/5.1/MySql.Web/Tests/Properties/AssemblyInfo.cs	2008-08-20 17:57:47 UTC (rev 1389)
@@ -31,5 +31,5 @@
 //
 // You can specify all the values or you can default the Revision and Build Numbers 
 // by using the '*' as shown below:
-[assembly: AssemblyVersion("5.1.6")]
-[assembly: AssemblyFileVersion("5.1.6")]
+[assembly: AssemblyVersion("5.1.7")]
+[assembly: AssemblyFileVersion("5.1.7")]

Modified: branches/5.1/README
===================================================================
--- branches/5.1/README	2008-08-19 17:25:10 UTC (rev 1388)
+++ branches/5.1/README	2008-08-20 17:57:47 UTC (rev 1389)
@@ -1,4 +1,4 @@
-MySQL Connector/Net 5.1.5
+MySQL Connector/Net 5.1
 MySQL AB's ADO.Net Driver for MySQL
 Copyright (c) 2004-2007 MySQL AB
 

Modified: branches/5.1/Release Notes.txt
===================================================================
--- branches/5.1/Release Notes.txt	2008-08-19 17:25:10 UTC (rev 1388)
+++ branches/5.1/Release Notes.txt	2008-08-20 17:57:47 UTC (rev 1389)
@@ -1,7 +1,7 @@
-Connector/Net 5.1.5 Release Notes
+Connector/Net 5.1 Release Notes
 ------------------------------------
 
-Welcome to the release notes for Connector/Net 5.1.5
+Welcome to the release notes for Connector/Net 5.1
 
 This is a fairly minor change however we encourage you to review the changelog 
 to see the specific changes.

Modified: branches/5.1/TestSuite/Properties/AssemblyInfo.cs
===================================================================
--- branches/5.1/TestSuite/Properties/AssemblyInfo.cs	2008-08-19 17:25:10 UTC (rev 1388)
+++ branches/5.1/TestSuite/Properties/AssemblyInfo.cs	2008-08-20 17:57:47 UTC (rev 1389)
@@ -46,7 +46,7 @@
 // You can specify all the values or you can default the Revision and Build Numbers 
 // by using the '*' as shown below:
 
-[assembly: AssemblyVersion("5.1.6")]
+[assembly: AssemblyVersion("5.1.7")]
 
 //
 // In order to sign your assembly you must specify a key to use. Refer to the 

Modified: branches/5.1/VisualStudio/Properties/AssemblyInfo.cs
===================================================================
--- branches/5.1/VisualStudio/Properties/AssemblyInfo.cs	2008-08-19 17:25:10 UTC (rev 1388)
+++ branches/5.1/VisualStudio/Properties/AssemblyInfo.cs	2008-08-20 17:57:47 UTC (rev 1389)
@@ -29,5 +29,5 @@
 //
 // You can specify all the values or you can default the Revision and Build Numbers 
 // by using the '*' as shown below:
-[assembly : AssemblyVersion("5.1.6")]
+[assembly : AssemblyVersion("5.1.7")]
 [assembly: AssemblyKeyName("ConnectorNet")]

Thread
Connector/NET commit: r1389 - in branches/5.1: . Driver/Properties MySql.Web/Providers/Properties MySql.Web/Tests/Properties TestSuite/Properties Visu...rburnett20 Aug