Modified:
branches/1.0/CHANGES
branches/1.0/MySQLClient.sln
Log:
final updates before 1.0.5 tagging
Modified: branches/1.0/CHANGES
===================================================================
--- branches/1.0/CHANGES 2005-08-24 15:21:19 UTC (rev 162)
+++ branches/1.0/CHANGES 2005-08-25 13:32:17 UTC (rev 163)
@@ -1,4 +1,4 @@
-8-24-05 - Version 1.0.4
+8-24-05 - Version 1.0.5
Bugs fixed or addressed
-------------------------
@@ -9,7 +9,6 @@
Bug #7398 MySqlParameterCollection doesn't allow parameters without filled in names
[fixed]
Bug #7623 Adding MySqlParameter causes error if MySqlDbType is Decimal [fixed]
Bug #8929 Timestamp values with a date > 10/29/9997 cause problems [fixed]
- Bug #8514 CURRENT_TIMESTAMP default not respected [fixed]
Bug #9237 MySqlDataReader.AffectedRecords not set to -1 [fixed]
Bug #9262 Floating point numbers boundary conditions (MinValue/MaxValue)
(added code but really this isn't a bug)
Modified: branches/1.0/MySQLClient.sln
===================================================================
--- branches/1.0/MySQLClient.sln 2005-08-24 15:21:19 UTC (rev 162)
+++ branches/1.0/MySQLClient.sln 2005-08-25 13:32:17 UTC (rev 163)
@@ -8,10 +8,6 @@
{5EAEFBC4-8389-4120-BAB3-9B27174F6F6F} = {5EAEFBC4-8389-4120-BAB3-9B27174F6F6F}
EndProjectSection
EndProject
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Dummy2", "c:\Dummy2\Dummy2.csproj",
"{D3A251D7-83F1-433E-9EC9-1C514D02C08E}"
- ProjectSection(ProjectDependencies) = postProject
- EndProjectSection
-EndProject
Global
GlobalSection(SolutionConfiguration) = preSolution
Debug = Debug
@@ -26,10 +22,6 @@
{92CB29DF-61DE-4277-8DC6-D3587C7311EE}.Debug.Build.0 = Debug|.NET
{92CB29DF-61DE-4277-8DC6-D3587C7311EE}.Release.ActiveCfg = Release|.NET
{92CB29DF-61DE-4277-8DC6-D3587C7311EE}.Release.Build.0 = Release|.NET
- {D3A251D7-83F1-433E-9EC9-1C514D02C08E}.Debug.ActiveCfg = Debug|.NET
- {D3A251D7-83F1-433E-9EC9-1C514D02C08E}.Debug.Build.0 = Debug|.NET
- {D3A251D7-83F1-433E-9EC9-1C514D02C08E}.Release.ActiveCfg = Release|.NET
- {D3A251D7-83F1-433E-9EC9-1C514D02C08E}.Release.Build.0 = Release|.NET
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
EndGlobalSection
| Thread |
|---|
| • Connector/NET commit: r163 - branches/1.0 | rburnett | 25 Aug |