Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mcs/class/System.Data/ChangeLog4
-rwxr-xr-xmcs/class/System.Data/System.Data.dll.sources1
2 files changed, 5 insertions, 0 deletions
diff --git a/mcs/class/System.Data/ChangeLog b/mcs/class/System.Data/ChangeLog
index 17f4238745d..24c79b0c392 100644
--- a/mcs/class/System.Data/ChangeLog
+++ b/mcs/class/System.Data/ChangeLog
@@ -1,3 +1,7 @@
+2004-03-03 Atsushi Enomoto <atsushi@ximian.com>
+
+ * System.Data.dll.sources : added Index.cs.
+
2004-01-21 Atsushi Enomoto <atsushi@ximian.com>
* System.Data_test.dll.sources : Added TypedDataSetGeneratorTest.cs.
diff --git a/mcs/class/System.Data/System.Data.dll.sources b/mcs/class/System.Data/System.Data.dll.sources
index 74a8a603597..91fb7e63d6a 100755
--- a/mcs/class/System.Data/System.Data.dll.sources
+++ b/mcs/class/System.Data/System.Data.dll.sources
@@ -70,6 +70,7 @@ System.Data/IDbDataParameter.cs
System.Data/IDbExecutionContext.cs
System.Data/IDbTransaction.cs
System.Data/IGetTypedData.cs
+System.Data/Index.cs
System.Data/InRowChangingEventException.cs
System.Data/InternalDataCollectionBase.cs
System.Data/InvalidConstraintException.cs