Modified:
branches/5.2/CHANGES
branches/5.2/Driver/Properties/AssemblyInfo.cs
branches/5.2/MySql.Web/Providers/Properties/AssemblyInfo.cs
branches/5.2/MySql.Web/Tests/Properties/AssemblyInfo.cs
branches/5.2/README
branches/5.2/TestSuite/Properties/AssemblyInfo.cs
branches/5.2/VisualStudio/Properties/AssemblyInfo.cs
Log:
bumped version # to 5.2.2
Modified: branches/5.2/CHANGES
===================================================================
--- branches/5.2/CHANGES 2008-02-28 19:50:42 UTC (rev 1195)
+++ branches/5.2/CHANGES 2008-02-28 19:53:13 UTC (rev 1196)
@@ -1,4 +1,8 @@
-Version 5.2.1
+Version 5.2.2 -
+- Fixed profile provider that would throw an exception if you were updating
+ a profile that already existed.
+
+Version 5.2.1 - 2/27/2008
- Tons of fixes in providers. The actually work now. :)
- Fixed new parameter handling code so that procedures and functions now work
(bug #34699)
Modified: branches/5.2/Driver/Properties/AssemblyInfo.cs
===================================================================
--- branches/5.2/Driver/Properties/AssemblyInfo.cs 2008-02-28 19:50:42 UTC (rev 1195)
+++ branches/5.2/Driver/Properties/AssemblyInfo.cs 2008-02-28 19:53:13 UTC (rev 1196)
@@ -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.2.1")]
+[assembly: AssemblyVersion("5.2.2")]
//
// In order to sign your assembly you must specify a key to use. Refer to the
Modified: branches/5.2/MySql.Web/Providers/Properties/AssemblyInfo.cs
===================================================================
--- branches/5.2/MySql.Web/Providers/Properties/AssemblyInfo.cs 2008-02-28 19:50:42 UTC (rev 1195)
+++ branches/5.2/MySql.Web/Providers/Properties/AssemblyInfo.cs 2008-02-28 19:53:13 UTC (rev 1196)
@@ -53,6 +53,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.2.1")]
-[assembly: AssemblyFileVersion("5.2.1")]
+[assembly: AssemblyVersion("5.2.2")]
[assembly: AssemblyKeyName("ConnectorNet")]
Modified: branches/5.2/MySql.Web/Tests/Properties/AssemblyInfo.cs
===================================================================
--- branches/5.2/MySql.Web/Tests/Properties/AssemblyInfo.cs 2008-02-28 19:50:42 UTC (rev 1195)
+++ branches/5.2/MySql.Web/Tests/Properties/AssemblyInfo.cs 2008-02-28 19:53:13 UTC (rev 1196)
@@ -31,5 +31,4 @@
//
// You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below:
-[assembly: AssemblyVersion("5.2.1")]
-[assembly: AssemblyFileVersion("5.2.1")]
+[assembly: AssemblyVersion("5.2.2")]
Modified: branches/5.2/README
===================================================================
--- branches/5.2/README 2008-02-28 19:50:42 UTC (rev 1195)
+++ branches/5.2/README 2008-02-28 19:53:13 UTC (rev 1196)
@@ -1,4 +1,4 @@
-MySQL Connector/Net 5.2.1
+MySQL Connector/Net 5.2.2
MySQL AB's ADO.Net Driver for MySQL
Copyright (c) 2004-2007 MySQL AB
Modified: branches/5.2/TestSuite/Properties/AssemblyInfo.cs
===================================================================
--- branches/5.2/TestSuite/Properties/AssemblyInfo.cs 2008-02-28 19:50:42 UTC (rev 1195)
+++ branches/5.2/TestSuite/Properties/AssemblyInfo.cs 2008-02-28 19:53:13 UTC (rev 1196)
@@ -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.2.1")]
+[assembly: AssemblyVersion("5.2.2")]
//
// In order to sign your assembly you must specify a key to use. Refer to the
Modified: branches/5.2/VisualStudio/Properties/AssemblyInfo.cs
===================================================================
--- branches/5.2/VisualStudio/Properties/AssemblyInfo.cs 2008-02-28 19:50:42 UTC (rev 1195)
+++ branches/5.2/VisualStudio/Properties/AssemblyInfo.cs 2008-02-28 19:53:13 UTC (rev 1196)
@@ -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.2.1")]
+[assembly : AssemblyVersion("5.2.2")]
[assembly: AssemblyKeyName("ConnectorNet")]
| Thread |
|---|
| • Connector/NET commit: r1196 - in branches/5.2: . Driver/Properties MySql.Web/Providers/Properties MySql.Web/Tests/Properties TestSuite/Properties Visu... | rburnett | 28 Feb |