X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=mcs%2Fclass%2FSystem.XML%2FChangeLog;h=cb81d37b529be4127bfce5f450b65299fda8d8de;hb=a3ea7ceb4d4f5e2cb8ea421313e8939640fb898c;hp=49ad80defefa7e27b43f65e95c8d4beb4633e61e;hpb=bd9f9ee7cb81823608edc76ef9d0b6416783fe71;p=mono.git diff --git a/mcs/class/System.XML/ChangeLog b/mcs/class/System.XML/ChangeLog index 49ad80defef..cb81d37b529 100644 --- a/mcs/class/System.XML/ChangeLog +++ b/mcs/class/System.XML/ChangeLog @@ -1,3 +1,171 @@ +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/ + XmlCodeExporterTests.cs. + +2006-04-12 Atsushi Enomoto + + * System.Xml_test.dll.sources : + Added Test/System.Xml/XmlDefaultReader.cs. + +2006-04-03 Andrew Skiba + + * run-tests.bat, run-W3C-tests.bat: fix TARGET_JVM test scripts + +2006-04-03 Andrew Skiba + + * run-tests.bat, run-W3C-tests.bat, run-XSLT-tests.bat: batch files + for running tests with java + +2006-04-03 Boris Kirzner + * System.XML.vmwcsproj: fix project file for TARGET_JVM. + +2006-03-15 Atsushi Enomoto + + * System.Xml.dll.sources : added XslSortEvaluator.cs. + +2006-02-20 Atsushi Enomoto + + * System.Xml.dll.sources : removed XmlTextWriterOpenElement.cs and + XmlTextWriter.cs. Added XmlTextWriter2.cs, to be renamed to + XmlTextWriter.cs in a few days or weeks. + +2006-02-17 Atsushi Enomoto + + * System.Xml.dll.sources : removed DTDValidatingReader and added + DTDValidatingReader2.cs and EntityResolvingXmlReader.cs. + +2006-02-16 Atsushi Enomoto + + * System.Xml.dll.sources : added IHasXmlChildNode.cs. + +2006-02-09 Gert Driesen + + * System.Xml_test.dll.Sources: Added XmlSerializationReaderTests.cs. + +2006-01-27 Atsushi Enomoto + + * System.Xml.dll.sources : added XmlIteratorNodeList.cs. + +2006-01-10 Atsushi Enomoto + + * System.Xml_test.dll.sources : added XmlSchemaTypeTests.cs. + +2006-01-10 Atsushi Enomoto + + * System.Xml_test.dll.sources : XmlSchemaDatatypeTests.cs was missing. + collected sys.xml.schema lines. + +2006-01-07 Gert Driesen + + * System.Xml_test.dll.sources: Added SoapSchemaExporterTests.cs, + SoapReflectionImporterTests.cs, XmlSchemaImporterTests.cs. + +2005-12-28 Gert Driesen + + * System.Xml_test.dll.sources: Added XmlSchemaExporterTests.cs. + +2005-12-17 Gert Driesen + + * System.Xml_test.dll.sources: Added XsltCompilerExceptionTests.cs + and XsltExceptionTests.cs. + +2005-12-14 Atsushi Enomoto + + * System.Xml_test.dll.sources: Added XPathNavigatorReaderTests.cs. + +2005-12-13 Atsushi Enomoto + + * System.Xml_test.dll.sources: Added XmlAssert.cs. + +2005-12-13 Atsushi Enomoto + + * System.Xml_test.dll.sources: Added XPathEditableNavigatorTests.cs. + +2005-12-08 Andrew Skiba + + * System.XML.vmwcsproj: update the project with recent changes + +2005-12-08 Atsushi Enomoto + + * System.Xml.dll.sources : added XmlSchemaCompilationSettings.cs + +2055-12-01 Konstantin Triger + + * Makefile: java profile reference change. + +2005-11-30 Konstantin Triger + + * System.XML.vmwcsproj: reference to vmwutils replaced with reference to J2SE.Helpers. + * jay.bat: quoting passes + +2005-11-22 Atsushi Enomoto + + * System.Xml.dll.sources : added dummy XslCompiledTransform.cs. + +2005-11-14 Andrew Skiba + + * net_1_1_java_System.Xml.dll.exclude.sources, + net_1_1_java_System.dll.sources: fix filename + +2005-11-14 Andrew Skiba + + * Makefile: add java build profile + * System.Xml.vmwcsproj: replace XmlNodeReader.cs with XmlNodeReader2.cs + and XslDecimalFormat.cs with XslDecimalFormat.jvm.cs + * net_1_1_java_System.Xml.dll.exclude.sources, + net_1_1_java_System.dll.sources: add source lists for java profile + +2005-11-10 Vladimir Krasnov + + * System.XML.vmwcsproj: removed XmlSchemaBuiltInType.cs + +2005-09-25 Atsushi Enomoto + + * System.Xml.dll.sources : removed XmlSchemaBuiltInType.cs. + +2005-09-21 Atsushi Enomoto + + * Makefile : shut down CS0642 noise. + * System.Xml.dll.sources : added XmlOutputMethod. + +2005-09-20 Konstantin Triger + + * Added jay.bat to run jay in java prebuild step + * System.XML.vmwcsproj: added prebuild step + 2005-08-31 Sebastien Pouliot * Makefile: /unsafe isn't required to build System.Xml.