New tests.
[mono.git] / mcs / class / System.XML / System.Xml / ChangeLog
index 173f0ed67c4c864b52106c1a94cde9509830af40..04d45073ed08980ef8be0031d48e2e1c6cb0727a 100644 (file)
@@ -1,3 +1,24 @@
+2010-04-21  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * XmlTextReader.cs, DTDReader.cs : 0xFFFF was treated as if it were
+         0x10000. (It is invalid and should be rejected by decent
+         XmlReaders usage though.) Fixed bug #594628.
+
+2010-03-29  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * XmlQualifiedName.cs : do not reject names in no namespace.
+
+2010-03-26  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * XmlReader.cs, XmlQualifiedName.cs : ReadElementContentAs() when
+         used for qname, treats non-prefixed name as in default namespace.
+
+2010-03-17  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * XmlTextWriter2.cs : fix cosmetic 2.0 compatibility issue in 
+         WriteStartAttribute() which allows "" for prefixed xmlns and brings
+         incompatibility with XmlTextWriter class.
+
 2010-03-16  Jb Evain  <jbevain@novell.com>
 
        * XmlNodeReader2.cs