X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2FSystem.XML%2FChangeLog;h=efb544e153d40c94908eb6eacec61cc6d2b92f9a;hb=2bf962aa2a0a02afe44741866a20526d34033b3f;hp=f2d4c5a22852a459e9bdc45625a5080f727f9a1f;hpb=69340a888fdb3d78a9d58750f5a5237774a65bd1;p=mono.git diff --git a/mcs/class/System.XML/ChangeLog b/mcs/class/System.XML/ChangeLog index f2d4c5a2285..efb544e153d 100644 --- a/mcs/class/System.XML/ChangeLog +++ b/mcs/class/System.XML/ChangeLog @@ -1,3 +1,150 @@ +2009-02-19 Geoff Norton + + * net_2_1_raw_System.Xml.dll.sources: Add a bunch of missing attributes + +2009-01-22 Atsushi Enomoto + + * net_2_1_raw_System.Xml.dll.sources: added XmlXapResolver.cs. + +2009-01-14 Sebastien Pouliot + + * net_2_1_raw_System.Xml.dll.sources: Add NamespaceHandling + +2008-08-19 Jb Evain + + * net_2_1_raw_System.Xml.dll.sources: add new files. + +2008-05-22 Atsushi Enomoto + + * Makefile : more simplification (and I forgot the syntax again :/) + +2008-05-22 Atsushi Enomoto + + * Makefile : EXTRA_DISTFILES is becoming messy, so simplify it. + +2008-04-13 Jb Evain + + * Makefile, net_2_1_*.sources: SL 2.0 now has a System.Xml. + Merged from the Moonlight 2 branch. + +2008-04-02 Atsushi Enomoto + + * Makefile : extra distfiles (376395.xml, 376395.xsd). + +2008-02-19 Atsushi Enomoto + + * Makefile : extra distfiles (361818*.xsd). + +2008-02-19 Atsushi Enomoto + + * System.Xml_test.dll.sources: added XmlSchemasTests.cs. + +2008-02-04 Atsushi Enomoto + + * System.Xml_test.dll.sources : added XmlSchemaValidatorTests.cs. + * Makefile : extra distfiles (358408.xsd). + +2008-01-15 Gert Driesen + + * System.Xml_test.dll.sources: added XmlParserContextTests.cs. + +2007-10-31 Atsushi Enomoto + + * Makefile : extra distfiles (336625.xsd). + +2007-09-21 Atsushi Enomoto + + * Makefile : extra distfiles (325482.xml / 325482.xsl). + +2007-08-21 Atsushi Enomoto + + * Makefile : extra distfiles (82078.xsd). + +2007-08-21 Atsushi Enomoto + + * Makefile : extra distfiles (82493.xml/.xsl). + +2007-08-02 Atsushi Enomoto + + * Makefile : extra distfiles (82010.xml/.xsd). + +2007-06-28 Atsushi Enomoto + + * System.Xml.dll.sources : added XsltDebuggerWrapper.cs, as initial + attempt to support external debugger. + +2007-04-24 Atsushi Enomoto + + * Makefile : added distfiles. + +2006-11-01 Atsushi Enomoto + + * System.Xml_test.dll.sources : added following tests: + - XmlSerializerImplementationTests.cs + - SchemaImporterExtensionTests.cs + - SchemaImporterExtensionCollectionTests.cs + +2006-11-01 Atsushi Enomoto + + * Makefile : Now it supports (and expects) cyclic build. You need + another System.XML iteration in mcs/class/Makefile. + * System.Xml.dll.sources : moved extension classes, added config and + XmlSchemaEnumerator.cs and removed IXmlSerializerImplementation.cs. + +2006-10-30 Wade Berrier + + * Makefile: remove README, Mono.System.XML.csproj, + Mono.System.XML.sln from EXTRA_DIST to fix make dist + +2006-10-30 Atsushi Enomoto + + * README, Mono.System.XML.csproj, Mono.System.XML.sln : + remove old files. + +2006-10-27 Atsushi Enomoto + + * Makefile : added 79650.xsd to dist file. + +2006-10-27 Atsushi Enomoto + + * Makefile : added 79683.dtd to dist file. + +2006-10-22 Zoltan Varga + + * Makefile (EXTRA_DISTFILES): Add some missing test files. + +2006-09-26 Boris Kirzner + + * run-W3C-tests.bat, run-XSLT-tests.bat: log files naming fix. + +2006-09-13 Boris Kirzner + * run-tests.bat, run-W3C-tests.bat, run-XSLT-tests.bat: + reworked test scripts for TARGET_JVM. + +2006-09-06 Merav Sudri + + * run-W3C-tests.bat - Update nunit build and XMLTool actions + * run-XSLT-tests.bat - Update CLASSPATH,nunit build and XMLTool actions + +2006-07-24 Atsushi Enomoto + + * System.Xml.dll.sources : added XmlMappingAccess. + +2006-05-16 Vladimir Krasnov + + * run-W3C-tests.bat: skip nunit build if already done + * run-XSLT-tests.bat: skip nunit build if already done + +2006-04-27 Gert Driesen + + * System.Xml_test.dll.sources: Added Test/System.Xml.Serialization/ + XmlSchemaCollectionTests.cs. + +2006-04-26 Gert Driesen + + * System.Xml_test.dll.sources: Added Test/System.Xml.Serialization/ + SoapAttributesTests.cs. + 2006-04-20 Gert Driesen * System.Xml_test.dll.sources: Added Test/System.Xml.Serialization/