When compiling CORLIB: pass the INSIDE_CORLIB setting, so X509Certificate class is...
[mono.git] / mcs / class / System.XML / ChangeLog
index 5c5d54a1d22cc033d3d5bc8747a3a1399b1695e6..dc8d16033089b89c75cbfad6cb89f479c2f19401 100644 (file)
@@ -1,3 +1,146 @@
+2003-09-01  Lluis Sanchez Gual  <lluis@ximian.com>
+
+       * System.Xml.dll.sources: added SerializationCodeGenerator.cs,
+         SerializationCodeGeneratorConfiguration.cs.
+
+2003-08-24  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
+
+       * System.Xml.dll.sources : added XsdParticleValidationState.cs
+         and XsdValidatingReader.cs.
+       * System.Xml_test.dll.sources : added XsdParticleValidationTests.cs
+         and XsdValidatingReaderTests.cs.
+
+2003-08-18 Ben Maurer  <bmaurer@users.sourceforge.net>
+
+       * System.Xml.dll.sources: add files from Oleg.
+
+2003-08-18 Ben Maurer  <bmaurer@users.sourceforge.net>
+
+       * System.Xml.dll.source: add System.Xml/HighWaterStack.cs.
+
+2003-08-14  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
+
+       * System.Xml.dll.sources: Added Mono.Xml.Xsl.Operation/XslComment.cs 
+         and Mono.Xml/IHasXmlSchemaInfo.cs
+
+2003-08-11  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
+
+       * System.Xml.dll.sources: Added Assembly/Locale.cs
+
+2003-08-07  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
+
+       * System.Xml.dll.sources: Add Mono.Xml/IHasXmlParserContext.cs.
+
+2003-07-28 Ben Maurer  <bmaurer@users.sourceforge.net>
+
+       * System.Xml.dll.sources: Add new files
+
+2003-07-21  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
+
+       * Mono.System.XML.csproj : caught up with current library.
+
+2003-07-18  Peter Williams  <peter@newton.cx>
+
+       * Makefile (EXTRA_DISTFILES): NUnit.Prefs is not a 
+       distable file.
+
+2003-07-14  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
+
+       * list.unix: Added Assembly/AssemblyInfo.cs, Removed System.Xml.Serialization/AssemblyInfo.cs
+
+2003-07-06  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
+
+       * list.unix : added System.Xml.Schema/BuiltInDatatype.cs,
+         System.Xml/DTDAutomata.cs, System.Xml/DTDValidatingReader.cs
+
+2003-06-30  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
+
+       * added Mono.Xml.XPath directory.
+       * list.unix : added Mono.Xml.XPath's DTMXPathDocument.cs, 
+               DTMXPathDocumentBuilder.cs, DTMXPathNavigator.cs
+
+2003-06-16  Lluis Sanchez Gual <lluis@ximian.com>
+
+       * added System.Xml.Serialization/XmlTypeMapMemberNamespaces.cs
+
+2003-06-05  Lluis Sanchez Gual <lluis@ximian.com>
+
+       * added System.Xml.Serialization/ReflectionHelper.cs to list.unix
+
+2003-05-27  Joshua Tauberer <tauberer@for.net>
+
+       * XslTransform.cs: Initial support for extension objects.
+               Known issues:
+                       Extension method signatures must match exactly to the
+                       types of parameters that the method is called with from the stylesheet.
+                       Node set parameters are converted to an ArrayList of strings.
+       * makefule.gnu: Added -unsafe flag, required by the above stuff.
+       * System.XML.build: Added -unsafe flag.  Hope this is the right place.
+
+2003-05-26  Lluis Sanchez Gual <lluis@ximian.com>
+       
+       * XmlSerializationWriterInterpreter.cs, XmlSerializationReaderInterpreter.cs
+         XmlTypeMapElementInfo.cs, XmlTypeMapMember.cs, XmlTypeMapMemberAttribute.cs
+         XmlTypeMapMemberElement.cs, XmlTypeMapping.cs: Added
+
+2003-05-18  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
+
+       * added XmlSecureResolver.cs to list.unix.
+
+2003-05-15  Nick Drochak  <ndrochak@gol.com>
+
+       * System.XML.build: exclude standalone tests from dll build.
+
+2003-05-10  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
+
+       * added TypeTableEntry.cs to list.unix.
+
+2003-03-18  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
+
+       * added XmlParserInput.cs and DTDObjectModel.cs to list.unix and 
+         Mono.System.Xml.csproj.
+
+2003-02-16  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
+
+       * added XmlInputStream.cs to list.unix and Mono.System.Xml.csproj.
+
+2003-01-16  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
+
+       * updated Mono.System.Xml.csproj. (patch by David B. Bitton)
+
+2002-12-10  Jeroen Janssen <japj@darius.demon.nl>
+       
+       * updated .build file(s) to correctly contain required buildfile 
+         attribute for nant
+
+2002-10-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
+
+       * makefile.gnu: added test target.
+
+2002-08-22  Tim Coleman <tim@timcoleman.com>
+       * list.unix:
+               Add System.Xml.Serialization/XmlCustomFormatter.cs
+
+2002-08-19  Tim Coleman <tim@timcoleman.com>
+       * list.unix:
+               Add System.Xml.Serialization/XmlSerializationWriter.cs
+
+2002-07-24  Tim Coleman <tim@timcoleman.com>
+       * list.unix:
+               Add some more classes to this build list.
+
+2002-07-22  Tim Coleman <tim@timcoleman.com>
+       * list.unix:
+               Add System.Xml.Serialization/SoapReflectionImporter.cs to build
+               list.
+
+2002-07-22  Tim Coleman <tim@timcoleman.com>
+       * list.unix: added new classes to build list.
+
+2002-06-20  Ajay kumar Dwivedi <adwiv@yahoo.com>
+       
+       * System.Xml.Serialization: Added to build target
+
 2002-05-24  Miguel de Icaza  <miguel@ximian.com>
 
        * System.Xml.Serialization/XmlElementAttribute.cs: Add allowmultiple
        * ChangeLog: Add the change log to this directory
 
        * System.XML.build: Add dependancy on linux target to test target. Need to have the dll before we can test it, right?  Plus is encourages other to try 'make test'.
-