Switch to compiler-tester
[mono.git] / mcs / class / System.XML / System.Xml.Serialization / ChangeLog
old mode 100755 (executable)
new mode 100644 (file)
index 6820adf..55067c0
@@ -1,3 +1,43 @@
+2005-06-07  Lluis Sanchez Gual  <lluis@novell.com>
+
+       * SerializationCodeGenerator.cs: When reading members by order,
+       call a MoveToContext after each member read. In the fixup method
+       don't cast returned values if it is reading an object array.
+       
+       * XmlSchemaImporter.cs: In ImportDerivedTypeMapping, if the type
+       being imported is a primitive type, create a wrapper class that
+       inherits from the provided one. This fixes bug #68809.
+       
+       * XmlSerializationReader.cs: Properly report unreferenced objects.
+       Created an overload of ReadTypedPrimitive that reports elements of
+       unknown type. Implemented Referenced(). 
+
+2005-05-30  Lluis Sanchez Gual  <lluis@novell.com>
+
+       * XmlReflectionImporter.cs: Don't ignore type namespaces explicitely
+       set to the default namespace. This fixes bug #73035.
+
+2005-05-12  Lluis Sanchez Gual  <lluis@novell.com>
+
+       * SoapReflectionImporter.cs: In ImportTypeMap, make sure that all
+       types indirectly imported by this method use the same namespace. 
+
+2005-05-09  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * TypeTableEntry.cs : removed obsolete code.
+
+2005-04-26  Lluis Sanchez Gual  <lluis@novell.com>
+
+       * XmlReflectionImporter.cs, SoapReflectionImporter.cs: ignore array
+       properties which are read only. Fixes bug #74723.
+
+2005-04-14  Lluis Sanchez Gual  <lluis@novell.com>
+
+       * XmlReflectionImporter.cs:
+       * SoapReflectionImporter.cs:
+       * TypeTranslator.cs: Encode local names withXmlConvert.EncodeLocalName
+       where needed. Based on a patch by Konstantin Triger. 
+
 2005-04-12  Lluis Sanchez Gual  <lluis@novell.com>
 
        * XmlTypeMapping.cs: Added new XmlSerializableMapping class.
@@ -6,7 +46,7 @@
        check for default namespace, since it may be included from a non
        default namespace.
        * XmlReflectionImporter.cs: Create a special map for IXmlSerializable
-       types. All this based on a patch by Andrew Skiba.
+       types. All this based on a patch by Konstantin Triger.
        
        * SerializationCodeGenerator.cs:
        * XmlMapping.cs: