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
path: root/mcs
diff options
context:
space:
mode:
authorAtsushi Eno <atsushieno@gmail.com>2007-11-13 11:58:57 +0300
committerAtsushi Eno <atsushieno@gmail.com>2007-11-13 11:58:57 +0300
commite5e54f36c07bcce4904e11f41090ca33f996842c (patch)
treeff377062ac2f0cdb5286933d2ef4669379d66d02 /mcs
parent5e41ea9c051c8d07b3ee19d0f96755d6fb745ed4 (diff)
2007-11-13 Atsushi Enomoto <atsushi@ximian.com>
* AssemblyName.cs : remove extraneous MonoTODO. svn path=/trunk/mcs/; revision=89527
Diffstat (limited to 'mcs')
-rw-r--r--mcs/class/corlib/System.Reflection/AssemblyName.cs1
-rw-r--r--mcs/class/corlib/System.Reflection/ChangeLog4
2 files changed, 4 insertions, 1 deletions
diff --git a/mcs/class/corlib/System.Reflection/AssemblyName.cs b/mcs/class/corlib/System.Reflection/AssemblyName.cs
index 917536ef81c..e8d790c6fbe 100644
--- a/mcs/class/corlib/System.Reflection/AssemblyName.cs
+++ b/mcs/class/corlib/System.Reflection/AssemblyName.cs
@@ -53,7 +53,6 @@ namespace System.Reflection {
#endif
[Serializable]
[ClassInterfaceAttribute (ClassInterfaceType.None)]
- [MonoTODO ("Serialization format not compatible with .NET")]
public sealed class AssemblyName : ICloneable, ISerializable, IDeserializationCallback, _AssemblyName {
#region Synch with object-internals.h
diff --git a/mcs/class/corlib/System.Reflection/ChangeLog b/mcs/class/corlib/System.Reflection/ChangeLog
index f0cf0d6e863..af27cf51e98 100644
--- a/mcs/class/corlib/System.Reflection/ChangeLog
+++ b/mcs/class/corlib/System.Reflection/ChangeLog
@@ -1,5 +1,9 @@
2007-11-13 Atsushi Enomoto <atsushi@ximian.com>
+ * AssemblyName.cs : remove extraneous MonoTODO.
+
+2007-11-13 Atsushi Enomoto <atsushi@ximian.com>
+
* ExceptionHandlingClause.cs : implemented ToString().
2007-11-13 Atsushi Enomoto <atsushi@ximian.com>