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:
authorRolf Bjarne Kvinge <RKvinge@novell.com>2010-03-16 15:34:05 +0300
committerRolf Bjarne Kvinge <RKvinge@novell.com>2010-03-16 15:34:05 +0300
commitd0650333697e7b89af2d303456d6d9634b9be402 (patch)
tree1a1ff278229928a7839255da155ed71429a92711 /mcs/class/ChangeLog
parent846150badd6a7a0dcc436dbc71930c99b471af40 (diff)
In class:
2010-03-16 Rolf Bjarne Kvinge <RKvinge@novell.com> * Makefile: Add System.Xml.Serialization to the Moonlight build. In class/System.Xml.Serialization/Assembly: 2010-03-16 Rolf Bjarne Kvinge <RKvinge@novell.com> * AssemblyInfo.cs: Added. In class/System.Xml.Serialization: 2010-03-16 Rolf Bjarne Kvinge <RKvinge@novell.com> * Makefile: * System.Xml.Serialization.dll.sources: * moonlight_raw_System.Xml.Serialization.dll.sources: Added. In class/System.Xml.Serialization/System.Xml.Serialization: 2010-03-16 Rolf Bjarne Kvinge <RKvinge@novell.com> * XmlMapping.cs: * XmlAttributes.cs: * XmlSerializer.cs: * XmlTypeMapping.cs: * XmlAttributeOverrides.cs: * XmlSerializationWriter.cs: * XmlSerializationReader.cs: * XmlSerializerNamespaces.cs: * XmlSerializationGeneratedCode.cs: Added a partially stubbed out version of System.Xml.Serialization.dll, required for the Silverlight test suite to compile. A real implementation based on the same classes in System.Xml should eventually be done. svn path=/trunk/mcs/; revision=153674
Diffstat (limited to 'mcs/class/ChangeLog')
-rw-r--r--mcs/class/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/mcs/class/ChangeLog b/mcs/class/ChangeLog
index bceb2ec4601..0b4b7277f25 100644
--- a/mcs/class/ChangeLog
+++ b/mcs/class/ChangeLog
@@ -1,3 +1,7 @@
+2010-03-16 Rolf Bjarne Kvinge <RKvinge@novell.com>
+
+ * Makefile: Add System.Xml.Serialization to the Moonlight build.
+
2010-03-16 Jb Evain <jbevain@novell.com>
* Makefile: rename the net_2_1 profile to moonlight.