[corlib] Improve CancellationTokenSource test
[mono.git] / mcs / class / System.XML / ChangeLog
index 84d798cf860555fde42426108562e60e26bdbea2..5f2b4abb744a2dd1cf0afe9867d330d4916c6d0b 100644 (file)
@@ -1,3 +1,139 @@
+2010-06-30  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * System.Xml.dll.sources,
+         moonlight_raw_System.Xml.dll.sources,
+         monotouch_System.Xml.dll.sources : add DefaultXmlWriter.cs.
+
+2010-03-16  Jb Evain  <jbevain@novell.com>
+
+       * Makefile: rename the net_2_1 profile to moonlight.
+       * net_2_1_*.dll.sources: rename to moonlight_*.dll.sources.
+
+2009-11-30  Jonathan Pryor  <jpryor@novell.com>
+
+       * monotouch_System.Xml.dll.sources: Add System.Xml/NamespaceHandling.cs 
+         to the MonoTouch build (fixed build break).
+
+2009-11-27  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * System.Xml.dll.sources : added NamespaceHandling which is kept
+         internal in 2.0 (to simplify its support in XmlTextWriter).
+
+2009-08-01  Miguel de Icaza  <miguel@novell.com>
+
+       * Various changes to support the non-XAP XmlSchema resolution on
+       the Moonlight build.    
+
+       Major missing feature: WebRequest resolution.
+
+2009-04-28  Sebastien Pouliot  <sebastien@ximian.com> 
+
+       * net_2_1_raw_System.Xml.dll.sources: Remove XmlUrlResolver.cs 
+       and the associated [SecuritySafeCritical] that it required
+
+2009-04-28  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * System.Xml_test.dll.sources: Add System.Xml/XmlResolverTest.cs to
+       the unit tests
+
+2009-04-27  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * Makefile: Add missing Test/XmlFiles/496192.x* files to dist
+
+2009-04-21  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * net_2_1_raw_System.Xml.dll.sources: Remove MonoTODOAttribute.cs
+       since we can get it from mscorlib.dll
+
+2009-04-16  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * net_2_1_raw_System.Xml.dll.sources: Remove corlib's files since 
+       System.Xml can now access, for 2.1 (moonlight) corlib's internals.
+
+2009-03-13  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * System.Xml.dll.sources, net_2_1_raw_System.Xml.dll.sources :
+         added KeyHelper.cs.
+
+2009-02-19  Geoff Norton  <gnorton@novell.com>
+
+       * net_2_1_raw_System.Xml.dll.sources: Add a bunch of missing attributes
+
+2009-01-22  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * net_2_1_raw_System.Xml.dll.sources: added XmlXapResolver.cs.
+
+2009-01-14  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * net_2_1_raw_System.Xml.dll.sources: Add NamespaceHandling
+
+2008-08-19  Jb Evain  <jbevain@novell.com>
+
+       * net_2_1_raw_System.Xml.dll.sources: add new files.
+
+2008-05-22  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * Makefile : more simplification (and I forgot the syntax again :/)
+
+2008-05-22  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * Makefile : EXTRA_DISTFILES is becoming messy, so simplify it.
+
+2008-04-13  Jb Evain  <jbevain@novell.com>
+
+       * Makefile, net_2_1_*.sources: SL 2.0 now has a System.Xml.
+       Merged from the Moonlight 2 branch.
+
+2008-04-02  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * Makefile : extra distfiles (376395.xml, 376395.xsd).
+
+2008-02-19  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * Makefile : extra distfiles (361818*.xsd).
+
+2008-02-19  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * System.Xml_test.dll.sources: added XmlSchemasTests.cs.
+
+2008-02-04  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * System.Xml_test.dll.sources : added XmlSchemaValidatorTests.cs.
+       * Makefile : extra distfiles (358408.xsd).
+
+2008-01-15  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * System.Xml_test.dll.sources: added XmlParserContextTests.cs.
+
+2007-10-31  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * Makefile : extra distfiles (336625.xsd).
+
+2007-09-21  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * Makefile : extra distfiles (325482.xml / 325482.xsl).
+
+2007-08-21  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * Makefile : extra distfiles (82078.xsd).
+
+2007-08-21  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * Makefile : extra distfiles (82493.xml/.xsl).
+
+2007-08-02  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * Makefile : extra distfiles (82010.xml/.xsd).
+
+2007-06-28  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * System.Xml.dll.sources : added XsltDebuggerWrapper.cs, as initial
+         attempt to support external debugger.
+
+2007-04-24  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * Makefile : added distfiles.
+
 2006-11-01  Atsushi Enomoto  <atsushi@ximian.com>
 
        * System.Xml_test.dll.sources : added following tests: