add comment
[mcs.git] / class / System.XML / ChangeLog
blob6383114d430eee1dd70c25f40831657c7be324f1
1 2009-08-01  Miguel de Icaza  <miguel@novell.com>
3         * Various changes to support the non-XAP XmlSchema resolution on
4         the Moonlight build.    
6         Major missing feature: WebRequest resolution.
8 2009-04-28  Sebastien Pouliot  <sebastien@ximian.com> 
10         * net_2_1_raw_System.Xml.dll.sources: Remove XmlUrlResolver.cs 
11         and the associated [SecuritySafeCritical] that it required
13 2009-04-28  Sebastien Pouliot  <sebastien@ximian.com>
15         * System.Xml_test.dll.sources: Add System.Xml/XmlResolverTest.cs to
16         the unit tests
18 2009-04-27  Sebastien Pouliot  <sebastien@ximian.com>
20         * Makefile: Add missing Test/XmlFiles/496192.x* files to dist
22 2009-04-21  Sebastien Pouliot  <sebastien@ximian.com>
24         * net_2_1_raw_System.Xml.dll.sources: Remove MonoTODOAttribute.cs
25         since we can get it from mscorlib.dll
27 2009-04-16  Sebastien Pouliot  <sebastien@ximian.com>
29         * net_2_1_raw_System.Xml.dll.sources: Remove corlib's files since 
30         System.Xml can now access, for 2.1 (moonlight) corlib's internals.
32 2009-03-13  Atsushi Enomoto  <atsushi@ximian.com>
34         * System.Xml.dll.sources, net_2_1_raw_System.Xml.dll.sources :
35           added KeyHelper.cs.
37 2009-02-19  Geoff Norton  <gnorton@novell.com>
39         * net_2_1_raw_System.Xml.dll.sources: Add a bunch of missing attributes
41 2009-01-22  Atsushi Enomoto  <atsushi@ximian.com>
43         * net_2_1_raw_System.Xml.dll.sources: added XmlXapResolver.cs.
45 2009-01-14  Sebastien Pouliot  <sebastien@ximian.com>
47         * net_2_1_raw_System.Xml.dll.sources: Add NamespaceHandling
49 2008-08-19  Jb Evain  <jbevain@novell.com>
51         * net_2_1_raw_System.Xml.dll.sources: add new files.
53 2008-05-22  Atsushi Enomoto  <atsushi@ximian.com>
55         * Makefile : more simplification (and I forgot the syntax again :/)
57 2008-05-22  Atsushi Enomoto  <atsushi@ximian.com>
59         * Makefile : EXTRA_DISTFILES is becoming messy, so simplify it.
61 2008-04-13  Jb Evain  <jbevain@novell.com>
63         * Makefile, net_2_1_*.sources: SL 2.0 now has a System.Xml.
64         Merged from the Moonlight 2 branch.
66 2008-04-02  Atsushi Enomoto  <atsushi@ximian.com>
68         * Makefile : extra distfiles (376395.xml, 376395.xsd).
70 2008-02-19  Atsushi Enomoto  <atsushi@ximian.com>
72         * Makefile : extra distfiles (361818*.xsd).
74 2008-02-19  Atsushi Enomoto  <atsushi@ximian.com>
76         * System.Xml_test.dll.sources: added XmlSchemasTests.cs.
78 2008-02-04  Atsushi Enomoto  <atsushi@ximian.com>
80         * System.Xml_test.dll.sources : added XmlSchemaValidatorTests.cs.
81         * Makefile : extra distfiles (358408.xsd).
83 2008-01-15  Gert Driesen  <drieseng@users.sourceforge.net>
85         * System.Xml_test.dll.sources: added XmlParserContextTests.cs.
87 2007-10-31  Atsushi Enomoto  <atsushi@ximian.com>
89         * Makefile : extra distfiles (336625.xsd).
91 2007-09-21  Atsushi Enomoto  <atsushi@ximian.com>
93         * Makefile : extra distfiles (325482.xml / 325482.xsl).
95 2007-08-21  Atsushi Enomoto  <atsushi@ximian.com>
97         * Makefile : extra distfiles (82078.xsd).
99 2007-08-21  Atsushi Enomoto  <atsushi@ximian.com>
101         * Makefile : extra distfiles (82493.xml/.xsl).
103 2007-08-02  Atsushi Enomoto  <atsushi@ximian.com>
105         * Makefile : extra distfiles (82010.xml/.xsd).
107 2007-06-28  Atsushi Enomoto  <atsushi@ximian.com>
109         * System.Xml.dll.sources : added XsltDebuggerWrapper.cs, as initial
110           attempt to support external debugger.
112 2007-04-24  Atsushi Enomoto  <atsushi@ximian.com>
114         * Makefile : added distfiles.
116 2006-11-01  Atsushi Enomoto  <atsushi@ximian.com>
118         * System.Xml_test.dll.sources : added following tests:
119           - XmlSerializerImplementationTests.cs
120           - SchemaImporterExtensionTests.cs
121           - SchemaImporterExtensionCollectionTests.cs
123 2006-11-01  Atsushi Enomoto  <atsushi@ximian.com>
125         * Makefile : Now it supports (and expects) cyclic build. You need
126           another System.XML iteration in mcs/class/Makefile.
127         * System.Xml.dll.sources : moved extension classes, added config and
128           XmlSchemaEnumerator.cs and removed IXmlSerializerImplementation.cs.
130 2006-10-30  Wade Berrier  <wberrier@novell.com>
132         * Makefile: remove README, Mono.System.XML.csproj, 
133         Mono.System.XML.sln from EXTRA_DIST to fix make dist
135 2006-10-30  Atsushi Enomoto  <atsushi@ximian.com>
137         * README, Mono.System.XML.csproj, Mono.System.XML.sln :
138           remove old files.
140 2006-10-27  Atsushi Enomoto  <atsushi@ximian.com>
142         * Makefile : added 79650.xsd to dist file.
144 2006-10-27  Atsushi Enomoto  <atsushi@ximian.com>
146         * Makefile : added 79683.dtd to dist file.
148 2006-10-22  Zoltan Varga  <vargaz@gmail.com>
150         * Makefile (EXTRA_DISTFILES): Add some missing test files.
152 2006-09-26      Boris Kirzner <borisk@mainsoft.com>
154         * run-W3C-tests.bat, run-XSLT-tests.bat: log files naming fix.
156 2006-09-13      Boris Kirzner <borisk@mainsoft.com>
157         * run-tests.bat, run-W3C-tests.bat, run-XSLT-tests.bat: 
158         reworked test scripts for TARGET_JVM.
160 2006-09-06  Merav Sudri  <meravs@mainsoft.com>
162         * run-W3C-tests.bat - Update nunit build and XMLTool actions
163         * run-XSLT-tests.bat - Update CLASSPATH,nunit build and XMLTool actions 
165 2006-07-24  Atsushi Enomoto  <atsushi@ximian.com>
167         * System.Xml.dll.sources : added XmlMappingAccess.
169 2006-05-16  Vladimir Krasnov  <vladimirk@mainsoft.com>
171         * run-W3C-tests.bat: skip nunit build if already done
172         * run-XSLT-tests.bat: skip nunit build if already done
174 2006-04-27  Gert Driesen  <drieseng@users.sourceforge.net>
176         * System.Xml_test.dll.sources: Added Test/System.Xml.Serialization/
177         XmlSchemaCollectionTests.cs.
179 2006-04-26  Gert Driesen  <drieseng@users.sourceforge.net>
181         * System.Xml_test.dll.sources: Added Test/System.Xml.Serialization/
182         SoapAttributesTests.cs.
184 2006-04-20  Gert Driesen  <drieseng@users.sourceforge.net>
186         * System.Xml_test.dll.sources: Added Test/System.Xml.Serialization/
187         XmlCodeExporterTests.cs.
189 2006-04-12  Atsushi Enomoto  <atsushi@ximian.com>
191         * System.Xml_test.dll.sources :
192           Added Test/System.Xml/XmlDefaultReader.cs.
194 2006-04-03  Andrew Skiba <andrews@mainsoft.com>
195         
196         * run-tests.bat, run-W3C-tests.bat: fix TARGET_JVM test scripts
198 2006-04-03  Andrew Skiba <andrews@mainsoft.com>
200         * run-tests.bat, run-W3C-tests.bat, run-XSLT-tests.bat: batch files
201         for running tests with java
203 2006-04-03      Boris Kirzner <borisk@mainsoft.com>
204         * System.XML.vmwcsproj: fix project file for TARGET_JVM.
206 2006-03-15  Atsushi Enomoto  <atsushi@ximian.com>
208         * System.Xml.dll.sources : added XslSortEvaluator.cs.
210 2006-02-20  Atsushi Enomoto  <atsushi@ximian.com>
212         * System.Xml.dll.sources : removed XmlTextWriterOpenElement.cs and 
213           XmlTextWriter.cs. Added XmlTextWriter2.cs, to be renamed to
214           XmlTextWriter.cs in a few days or weeks.
216 2006-02-17  Atsushi Enomoto  <atsushi@ximian.com>
218         * System.Xml.dll.sources : removed DTDValidatingReader and added
219           DTDValidatingReader2.cs and EntityResolvingXmlReader.cs.
221 2006-02-16  Atsushi Enomoto  <atsushi@ximian.com>
223         * System.Xml.dll.sources : added IHasXmlChildNode.cs.
225 2006-02-09  Gert Driesen  <drieseng@users.sourceforge.net>
227         * System.Xml_test.dll.Sources: Added XmlSerializationReaderTests.cs.
229 2006-01-27  Atsushi Enomoto  <atsushi@ximian.com>
231         * System.Xml.dll.sources : added XmlIteratorNodeList.cs.
233 2006-01-10  Atsushi Enomoto  <atsushi@ximian.com>
235         * System.Xml_test.dll.sources : added XmlSchemaTypeTests.cs.
237 2006-01-10  Atsushi Enomoto  <atsushi@ximian.com>
239         * System.Xml_test.dll.sources : XmlSchemaDatatypeTests.cs was missing.
240           collected sys.xml.schema lines.
242 2006-01-07  Gert Driesen  <drieseng@users.sourceforge.net>
244         * System.Xml_test.dll.sources: Added SoapSchemaExporterTests.cs,
245         SoapReflectionImporterTests.cs, XmlSchemaImporterTests.cs.
247 2005-12-28  Gert Driesen  <drieseng@users.sourceforge.net>
249         * System.Xml_test.dll.sources: Added XmlSchemaExporterTests.cs.
251 2005-12-17  Gert Driesen  <drieseng@users.sourceforge.net>
253         * System.Xml_test.dll.sources: Added XsltCompilerExceptionTests.cs
254         and XsltExceptionTests.cs.
256 2005-12-14  Atsushi Enomoto  <atsushi@ximian.com>
258         * System.Xml_test.dll.sources: Added XPathNavigatorReaderTests.cs.
260 2005-12-13  Atsushi Enomoto  <atsushi@ximian.com>
262         * System.Xml_test.dll.sources: Added XmlAssert.cs.
264 2005-12-13  Atsushi Enomoto  <atsushi@ximian.com>
266         * System.Xml_test.dll.sources: Added XPathEditableNavigatorTests.cs.
268 2005-12-08  Andrew Skiba  <andrews@mainsoft.com>
270         * System.XML.vmwcsproj: update the project with recent changes
272 2005-12-08  Atsushi Enomoto  <atsushi@ximian.com>
274         * System.Xml.dll.sources : added XmlSchemaCompilationSettings.cs
276 2055-12-01  Konstantin Triger <kostat@mainsoft.com>
278         * Makefile: java profile reference change.
280 2005-11-30  Konstantin Triger <kostat@mainsoft.com>
282         * System.XML.vmwcsproj: reference to vmwutils replaced with reference to J2SE.Helpers.
283         * jay.bat: quoting passes
285 2005-11-22  Atsushi Enomoto  <atsushi@ximian.com>
287         * System.Xml.dll.sources : added dummy XslCompiledTransform.cs.
289 2005-11-14  Andrew Skiba  <andrews@mainsoft.com>
291         * net_1_1_java_System.Xml.dll.exclude.sources,
292         net_1_1_java_System.dll.sources: fix filename
294 2005-11-14  Andrew Skiba  <andrews@mainsoft.com>
296         * Makefile: add java build profile
297         * System.Xml.vmwcsproj: replace XmlNodeReader.cs with XmlNodeReader2.cs
298         and XslDecimalFormat.cs with XslDecimalFormat.jvm.cs
299         * net_1_1_java_System.Xml.dll.exclude.sources,
300         net_1_1_java_System.dll.sources: add source lists for java profile
302 2005-11-10 Vladimir Krasnov <vladimirk@mainsoft.com>
304         * System.XML.vmwcsproj: removed XmlSchemaBuiltInType.cs
306 2005-09-25  Atsushi Enomoto  <atsushi@ximian.com>
308         * System.Xml.dll.sources : removed XmlSchemaBuiltInType.cs.
310 2005-09-21  Atsushi Enomoto  <atsushi@ximian.com>
312         * Makefile : shut down CS0642 noise.
313         * System.Xml.dll.sources : added XmlOutputMethod.
315 2005-09-20 Konstantin Triger <kostat@mainsoft.com>
317         * Added jay.bat to run jay in java prebuild step
318         * System.XML.vmwcsproj: added prebuild step
320 2005-08-31  Sebastien Pouliot  <sebastien@ximian.com>
322         * Makefile: /unsafe isn't required to build System.Xml.
323         * System.Xml_test.dll.sources: Added new CAS unit tests.
325 2005-07-31  Gert Driesen  <drieseng@users.sourceforge.net>
327         * System.Xml_test.dll.sources: Added tests for default values of
328         Xml Serialization attribute classes.
330 2005-06-27  Raja R Harinath  <rharinath@novell.com>
332         * Makefile (EXTRA_DISTFILES): Add files in Test/XmlFiles and
333         Test/System.Xml/nist_dom/.
335 2005-06-27  Atsushi Enomoto  <atsushi@ximian.com>
337         * System.Xml.dll.sources : removed XmlQueryDialect.
338           Added xslt message event stuff.
340 2005-06-20  Raja R Harinath  <rharinath@novell.com>
342         * Makefile (SCARY_LIB): Remove.
344 2005-05-25  Raja R Harinath  <rharinath@novell.com>
346         * Makefile (EXTRA_DISTFILES): Remove System.Xml.Query/skeleton-2.0.cs.
348 2005-05-23  Atsushi Enomoto  <atsushi@ximian.com>
350         * System.Xml.Query : removed the whole directory (removed from .net 2.0)
352 2005-05-09  Atsushi Enomoto  <atsushi@ximian.com>
354         * System.Xml.dll.sources : removed obsolete TypeTableEntry.cs.
356 2004-05-05  Atsushi Enomoto  <atsushi@ximian.com>
358         * System.Xml.dll.sources : XPathAtomicValue.cs -> XmlAtomicValue.cs.
360 2004-05-05  Atsushi Enomoto  <atsushi@ximian.com>
362         * System.Xml.dll.sources : removed XmlValueConverter (obsoleted).
363         * System.Xml_test.dll.sources : removed XPathAtomicValue (obsoleted).
365 2005-05-04  Andrew Skiba  <andrews@mainsoft.com>
367         * System.XML.vmwcsproj: Added Visual MainWin C# project file for
368         building System.XML package for TARGET_JVM.
369         
370 2005-04-03  Ben Maurer  <bmaurer@ximian.com>
372         * System.Xml.dll.sources: Kill multiplexing hack.
374 2004-03-22  Atsushi Enomoto  <atsushi@ximian.com>
376         * Makefile : now it creates XSLT pattern parser files from
377           Parser.jay and Tokenizer.cs in System.Xml.XPath.
379 2004-03-04  Atsushi Enomoto  <atsushi@ximian.com>
381         * System.Xml.dll.sources : Added XslNotSupportedOperation.cs.
383 2004-01-21  Atsushi Enomoto  <atsushi@ximian.com>
385         * Makefile : /nowarn:0162 is back.
387 2004-01-20  Atsushi Enomoto  <atsushi@ximian.com>
389         * Makefile : amd64 build complains /nowarn:0162. It should not, but
390           now removing since it breaks the build.
392 2004-01-18  Atsushi Enomoto  <atsushi@ximian.com>
394         * System.Xml.dll.sources :
395           Added XmlNameEntry.cs and XmlNameEntryCache.cs.
397 2004-01-17  Atsushi Enomoto  <atsushi@ximian.com>
399         * System.Xml.dll.sources : replaced CustomSerializer with 
400           XmlSchemaSerializer.
401           Replaced XmlNodeReader with XmlNodeReaderImpl.cs and
402           XmlNodeReader2.cs. (dispatches entity reader and non-entity reader.)
404 2004-12-17  Atsushi Enomoto  <atsushi@ximian.com>
406         * System.Xml.dll.sources : added XmlReaderBinarySupport.cs.
408 2004-12-14  Atsushi Enomoto  <atsushi@ximian.com>
410         * System.Xml.dll.sources : added XmlSchemaValidatingReader.
412 2004-12-08  Atsushi Enomoto  <atsushi@ximian.com>
414         * System.Xml.dll.sources : added XmlSchemaValidator.cs,
415           XmlValueGetter.cs and XmlSchemaValidationFlags.cs.
417 2004-12-06  Raja R Harinath  <rharinath@novell.com>
419         * Makefile (lib_file): New autodetecting define.
420         (USE_BOOT_COMPILE, LIBRARY_COMPILE): Add support for using
421         bootstrap compiler.
422         (BUILT_SOURCES): Add ...XPath/Parser.cs.
423         (EXTRA_DISTFILES): Add ...Query/XQueryParser.jay.
424         (BOOTSTRAP_MCS) [PROFILE=net_2_0]: New.
425         * System.Xml.dll.sources: Remove ...XPath/Parser.cs.
427 2004-12-04  Atsushi Enomoto  <atsushi@ximian.com>
429         * System.Xml.dll.sources : added DTMXPathDocument2.cs,
430           DTMXPathDocumentBuilder2.cs, DTMXPathDocumentWriter2.cs,
431           DTMXPathDocumentWriter2.cs and DTMXPathNode2.cs.
433 2004-12-03  Raja R Harinath  <rharinath@novell.com>
435         * Makefile: Remove support for being in bootstrap build.
437 2004-12-01  Atsushi Enomoto  <atsushi@ximian.com>
439         * System.Xml.dll.sources: removed old IXPathChangeNavigable.cs,
440           XmlChangeFilters.cs, and XPathDocumentNodeChangedAction.cs.
442 2004-11-25  Atsushi Enomoto  <atsushi@ximian.com>
444         * Makefile : added LIBRARY_COMPILE condition for upcoming need to
445           be referenced in bootstrap.
447 2004-11-22  Atsushi Enomoto  <atsushi@ximian.com>
449         * System.Xml.dll.sources : added XmlSchemaInfo.cs.
451 2004-11-17  Atsushi Enomoto  <atsushi@ximian.com>
453         * System.Xml.dll.sources : Moved XQueryConvert.cs from
454           System.Xml.Query to System.Xml.
456 2004-11-17  Atsushi Enomoto  <atsushi@ximian.com>
458         * System.Xml.dll.sources : added XmlSchemaInference.cs,
459           XmlSchemaInferenceException.cs and XmlSchemaValidationException.cs.
461 2004-11-08  Atsushi Enomoto  <atsushi@ximian.com>
463         * System.Xml.dll.sources :
464           added XmlTextReader2.cs.
465           removed IXPathEditable.cs, XPathEditableNavigator.cs,
466           NodeChangedEventArgs.cs and NodeChangedEventHandler.cs.
468 2004-10-29  Atsushi Enomoto  <atsushi@ximian.com>
470         * Makefile : just ignore obsolete attribute warnings (those obsolete
471           members are widely used in obsolete code).
473 2004-10-28  Atsushi Enomoto  <atsushi@ximian.com>
475         * System.Xml.dll.sources : removed IXmlDataEvidence, fixed
476           XmlDateTimeSerializationMode, added NewLineHandling.
478 2004-10-22  Atsushi Enomoto  <atsushi@ximian.com>
480         * System.Xml.dll.sources : removed all XQuery related classes, fixed
481           XmlConvertDateTimeSerializationMode, removed 2.0 XPathDocument
482           implementation classes.
484 2004-10-21  Atsushi Enomoto  <atsushi@ximian.com>
486         * Makefile : added -nowarn:0162 -nowarn:0618 to the compiler options.
488 2004-10-07  Atsushi Enomoto  <atsushi@ximian.com>
490         * System.Xml.dll.sources:
491           added System.Xml.Query/XQueryFunctionContextAttribute.cs.
493 2004-09-13  Atsushi Enomoto  <atsushi@ximian.com>
495         * System.Xml_test.dll.sources : Added XPathAtomicValueTests.cs.
497 2004-09-08  Atsushi Enomoto  <atsushi@ximian.com>
499         * System.Xml_test.dll.sources : Added XmlWriterSettingsTests.cs.
501 2004-09-07  Atsushi Enomoto  <atsushi@ximian.com>
503         * System.Xml_test.dll.sources : Added XmlReaderSettingsTests.cs.
504           XmlReaderCommonTests.cs and XmlSchemaSetTests.cs were missing.
506 2004-08-31  Atsushi Enomoto  <atsushi@ximian.com>
508         * System.Xml.dll.sources:
509           added System.Xml.Query/XQueryComparisonOperator.cs.
511 2004-08-31  Atsushi Enomoto  <atsushi@ximian.com>
513         * System.Xml.dll.sources:
514           added System.Xml.Query/XQueryArithmeticOperator.cs.
516 2004-08-20  Atsushi Enomoto  <atsushi@ximian.com>
518         * System.Xml.dll.sources:
519           added many XQuery implementation internal classes.
521 2004-08-02  Atsushi Enomoto  <atsushi@ximian.com>
523         * System.Xml.dll.sources: added those files:
524           - Mono.Xml.XPath/XPathDocument2.cs
525           - Mono.Xml.XPath/XPathDocument2Navigator.cs
526           - Mono.Xml.XPath/XPathDocument2Editable.cs
528 2004-07-29  Atsushi Enomoto  <atsushi@ximian.com>
530         * System.Xml.dll.sources: added Mono.Xml/SubtreeXmlReader.cs
532 2004-07-28  Atsushi Enomoto  <atsushi@ximian.com>
534         * System.Xml.dll.sources: added Mono.Xml.XPath/XPathEditableDocument.cs
536 2004-07-26  Atsushi Enomoto  <atsushi@ximian.com>
538         * Makefile : added call to jay for creating XQueryParser.cs.
539         * System.Xml.dll.sources : added XQueryParser.cs, XQueryTokenizer.cs,
540           XQueryModuleProlog.cs, XPath2Expression.cs and XQueryExpression.cs.
542 2004-07-21  Atsushi Enomoto  <atsushi@ximian.com>
544         * System.Xml.dll.sources: Added XQueryConvert.cs. Removed 
545           XmlFactory.cs, XmlQualifiedNameTable.cs, IXPathChangeNavigable.cs,
546           XPathChangeNavigator.cs and IXmlType.cs that are removed or going to 
547           be removed.
549 2004-07-13  Atsushi Enomoto  <atsushi@ximian.com>
551         * System.Xml.dll.sources: Added MonoFIXAttribute.cs
553 2004-07-13  Atsushi Enomoto  <atsushi@ximian.com>
555         * System.Xml.dll.sources:
556           Added XmlFilterReader.cs and XPathNavigatorReader.cs
558 2004-07-09  Atsushi Enomoto  <atsushi@ximian.com>
560         * System.Xml.dll.sources: Added XmlConvertDateTimeOption.cs.
562 2004-07-09  Atsushi Enomoto  <atsushi@ximian.com>
564         * System.Xml.dll.sources: removed XmlItemView.cs and
565           XmlItemViewCollection.cs (only in 1.2).
567 2004-07-09  Atsushi Enomoto  <atsushi@ximian.com>
569         * System.Xml.dll.sources: removed one of ImportContext.cs
571 2004-07-08  Lluis Sanchez Gual <lluis@ximian.com>
573         * System.Xml.dll.sources: Added new files:
574                 System.Xml.Serialization/IXmlSerializerImplementation.cs
575                 System.Xml.Serialization/IXmlTextParser.cs
576                 System.Xml.Serialization/ImportContext.cs
577                 System.Xml.Serialization/SchemaImporter.cs
578                 System.Xml.Serialization/SchemaImporterExtension.cs
579                 System.Xml.Serialization/SchemaImporterExtensionCollection.cs
580                 System.Xml.Serialization/XmlDeserializationEvents.cs
581                 System.Xml.Serialization/XmlSchemaProviderAttribute.cs
582                 System.Xml.Serialization/XmlSerializationGeneratedCode.cs
583                 System.Xml.Serialization/XmlSerializerAssemblyAttribute.cs
584                 System.Xml.Serialization/XmlSerializerFactory.cs
585                 System.Xml.Serialization/XmlSerializerVersionAttribute.cs
587 2004-07-06  Raja R Harinath  <rharinath@novell.com>
589         * System.Xml.dll.sources: List newly added NET 2.0 stubs.
591 2004-07-02  Raja R Harinath  <rharinath@novell.com>
593         * Makefile (LIBRARY_USE_INTERMEDIATE_FILE): Define.
595 2004-06-18  Atsushi Enomoto  <atsushi@ximian.com>
597         * Mono.System.XML.csproj : now contains new NET_2_0 files.
599 2004-05-22  Atsushi Enomoto  <atsushi@ximian.com>
601         * System.Xml.dll.sources : added/removed all NET_2_0 classes.
603 2004-05-19  Atsushi Enomoto  <atsushi@ximian.com>
605         * System.Xml.dll.sources : Added System.Xml.Schema/CustomSerializer.cs
607 2004-03-31  Atsushi Enomoto  <atsushi@ximian.com>
609         * System.Xml_test.dll.sources :
610           Added new test files: nist_dom stuff, XmlSecureResolverTests.cs,
611           XmlSchemaAssertion.cs, MsxslScriptTests.cs.
613 2004-03-24  Lluis Sanchez Gual <lluis@ximian.com>
615         * System.Xml_test.dll.sources: Added 
616                 System.Xml.Serialization/ComplexDataStructure.cs.
618 2004-02-24  Lluis Sanchez Gual <lluis@ximian.com>
620         * System.Xml.dll.sources: Added SerializationSource.cs.
622 2004-02-22  Nick Drochak <ndrochak@ieee.org>
624         * System.Xml_test.dll.sources : Removed XmlSchemaAssertion.cs. It does
625         not seem to be in CVS.  This was breaking the build on windows.
627 2004-02-17  Atsushi Enomoto  <atsushi@ximian.com>
629         * System.Xml_test.dll.sources : Added XmlEntityTests.cs and
630           XmlDocumentEventTests.cs.
632 2004-02-17  Atsushi Enomoto  <atsushi@ximian.com>
634         * System.Xml.dll.sources : Added XslFunctions.cs.
636 2004-02-15 Ben Maurer  <bmaurer@users.sourceforge.net>
638         * DTDValidatingReader.cs: simple optimization. there is only
639         one string, skip the string builder and just return the string.
641 2004-02-13  Atsushi Enomoto  <atsushi@ximian.com>
643         * System.Xml.dll.sources : added DTMXPathDocumentWriter.cs.
645 2004-02-11  Atsushi Enomoto  <atsushi@ximian.com>
647         * Mono.System.XML.csproj : updated.
649 2004-01-14  Atsushi Enomoto  <atsushi@ximian.com>
651         * System.Xml.dll.sources : added SchemaDataValueType.cs
653 2004-01-07  Nick Drochak <ndrochak@ieee.org>
655         * Makefile: Don't hide behind the /nowarns.  Fix them.
657 2004-01-06  Atsushi Enomoto  <atsushi@ximian.com>
659         * Makefile : use /noconfig like System.dll (to erase make test warning)
661 2003-12-18  Lluis Sanchez Gual <lluis@ximian.com>
663   * System.Xml_test.dll.sources : Added test files
664                 System.Xml.Serialization/DeserializeTests.cs
665                 System.Xml.Serialization/XmlAttributesTests.cs
666                 System.Xml.Serialization/XmlReflectionImporterTests.cs
667                 System.Xml.Serialization/XmlSerializationWriterTests.cs
669 2003-12-17  David Sheldon <dave-mono@earth.li>
671   * System.Xml_test.dll.sources : Added XmlSchemaBuiltInDatatypeTests.cs
673 2003-12-15  Atsushi Enomoto  <ginga@kit.hi-ho.ne.jp>
675         * System.Xml.dll.sources :
676           removed UpdateEventHandler.cs and XmlUpdateEventArgs.cs to sqlxml.
678 2003-12-14  Tim Coleman <tim@timcoleman.com>
679         * System.Xml.dll.sources :
680                 Add files from new System.Xml.Query namespace.
682 2003-12-11  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
684         * System.Xml.dll.sources : Added ScriptCompilerInfo.cs.
686 2003-12-08  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
688         * System.Xml_test.dll.sources : patch by David Sheldon. Added XmlSchemaLengthFacetTests.cs.
690 2003-11-25  Tim Coleman <tim@timcoleman.com>
691         * System.Xml.dll.sources: added XmlSchemaBuiltInType.cs
693 2003-11-19  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
695         * System.Xml.dll.sources: added XPathComparer.cs
697 2003-11-17  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
699         * System.Xml.dll.sources: added some new .NET 1.2 stuff,
700           and sorted some members of the list.
702 2003-11-13  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
704         * System.Xml.dll.sources: added HtmlEmitter.cs
706 2003-10-15  Lluis Sanchez Gual  <lluis@ximian.com>
708         * System.Xml.dll.sources: added System.Xml.Serialization/MapCodeGenerator.cs
710 2003-10-09  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
712         * System.Xml.dll.sources: added DTDReader.cs.
714 2003-10-01  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
716         * System.Xml.dll.sources: added DTMXPathNode.cs.
718 2003-09-30  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
720         * System.Xml.dll.sources: added XsdIdentityPath.cs, XsdIdentityState.cs
721           and XsdWildcard.cs.
723 2003-09-01  Lluis Sanchez Gual  <lluis@ximian.com>
725         * System.Xml.dll.sources: added SerializationCodeGenerator.cs,
726           SerializationCodeGeneratorConfiguration.cs.
728 2003-08-24  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
730         * System.Xml.dll.sources : added XsdParticleValidationState.cs
731           and XsdValidatingReader.cs.
732         * System.Xml_test.dll.sources : added XsdParticleValidationTests.cs
733           and XsdValidatingReaderTests.cs.
735 2003-08-18 Ben Maurer  <bmaurer@users.sourceforge.net>
737         * System.Xml.dll.sources: add files from Oleg.
739 2003-08-18 Ben Maurer  <bmaurer@users.sourceforge.net>
741         * System.Xml.dll.source: add System.Xml/HighWaterStack.cs.
743 2003-08-14  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
745         * System.Xml.dll.sources: Added Mono.Xml.Xsl.Operation/XslComment.cs 
746           and Mono.Xml/IHasXmlSchemaInfo.cs
748 2003-08-11  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
750         * System.Xml.dll.sources: Added Assembly/Locale.cs
752 2003-08-07  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
754         * System.Xml.dll.sources: Add Mono.Xml/IHasXmlParserContext.cs.
756 2003-07-28 Ben Maurer  <bmaurer@users.sourceforge.net>
758         * System.Xml.dll.sources: Add new files
760 2003-07-21  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
762         * Mono.System.XML.csproj : caught up with current library.
764 2003-07-18  Peter Williams  <peter@newton.cx>
766         * Makefile (EXTRA_DISTFILES): NUnit.Prefs is not a 
767         distable file.
769 2003-07-14  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
771         * list.unix: Added Assembly/AssemblyInfo.cs, Removed System.Xml.Serialization/AssemblyInfo.cs
773 2003-07-06  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
775         * list.unix : added System.Xml.Schema/BuiltInDatatype.cs,
776           System.Xml/DTDAutomata.cs, System.Xml/DTDValidatingReader.cs
778 2003-06-30  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
780         * added Mono.Xml.XPath directory.
781         * list.unix : added Mono.Xml.XPath's DTMXPathDocument.cs, 
782                 DTMXPathDocumentBuilder.cs, DTMXPathNavigator.cs
784 2003-06-16  Lluis Sanchez Gual <lluis@ximian.com>
786         * added System.Xml.Serialization/XmlTypeMapMemberNamespaces.cs
788 2003-06-05  Lluis Sanchez Gual <lluis@ximian.com>
790         * added System.Xml.Serialization/ReflectionHelper.cs to list.unix
792 2003-05-27  Joshua Tauberer <tauberer@for.net>
794         * XslTransform.cs: Initial support for extension objects.
795                 Known issues:
796                         Extension method signatures must match exactly to the
797                         types of parameters that the method is called with from the stylesheet.
798                         Node set parameters are converted to an ArrayList of strings.
799         * makefule.gnu: Added -unsafe flag, required by the above stuff.
800         * System.XML.build: Added -unsafe flag.  Hope this is the right place.
802 2003-05-26  Lluis Sanchez Gual <lluis@ximian.com>
803         
804         * XmlSerializationWriterInterpreter.cs, XmlSerializationReaderInterpreter.cs
805           XmlTypeMapElementInfo.cs, XmlTypeMapMember.cs, XmlTypeMapMemberAttribute.cs
806           XmlTypeMapMemberElement.cs, XmlTypeMapping.cs: Added
808 2003-05-18  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
810         * added XmlSecureResolver.cs to list.unix.
812 2003-05-15  Nick Drochak  <ndrochak@gol.com>
814         * System.XML.build: exclude standalone tests from dll build.
816 2003-05-10  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
818         * added TypeTableEntry.cs to list.unix.
820 2003-03-18  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
822         * added XmlParserInput.cs and DTDObjectModel.cs to list.unix and 
823           Mono.System.Xml.csproj.
825 2003-02-16  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
827         * added XmlInputStream.cs to list.unix and Mono.System.Xml.csproj.
829 2003-01-16  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
831         * updated Mono.System.Xml.csproj. (patch by David B. Bitton)
833 2002-12-10  Jeroen Janssen <japj@darius.demon.nl>
834         
835         * updated .build file(s) to correctly contain required buildfile 
836           attribute for nant
838 2002-10-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
840         * makefile.gnu: added test target.
842 2002-08-22  Tim Coleman <tim@timcoleman.com>
843         * list.unix:
844                 Add System.Xml.Serialization/XmlCustomFormatter.cs
846 2002-08-19  Tim Coleman <tim@timcoleman.com>
847         * list.unix:
848                 Add System.Xml.Serialization/XmlSerializationWriter.cs
850 2002-07-24  Tim Coleman <tim@timcoleman.com>
851         * list.unix:
852                 Add some more classes to this build list.
854 2002-07-22  Tim Coleman <tim@timcoleman.com>
855         * list.unix:
856                 Add System.Xml.Serialization/SoapReflectionImporter.cs to build
857                 list.
859 2002-07-22  Tim Coleman <tim@timcoleman.com>
860         * list.unix: added new classes to build list.
862 2002-06-20  Ajay kumar Dwivedi <adwiv@yahoo.com>
863         
864         * System.Xml.Serialization: Added to build target
866 2002-05-24  Miguel de Icaza  <miguel@ximian.com>
868         * System.Xml.Serialization/XmlElementAttribute.cs: Add allowmultiple
870 2002-03-06  Jason Diamond  <jason@injektilo.org>
872         * System.XML.build: Disable warning CS0679: Other languages may permit the internal virtual member 'foo' to be overridden.
874 2002-02-23  Nick Drochak  <ndrochak@gol.com>
876         * System.XML.build: Change dll name to System.Xml.dll from 
877         System.XML.dll (not easy to notice, btw)
879 2001-12-07  Nick Drochak <ndrochak@gol.com>
881         * ChangeLog: Add the change log to this directory
883         * 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'.