Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAtsushi Eno <atsushieno@gmail.com>2006-02-17 11:47:38 +0300
committerAtsushi Eno <atsushieno@gmail.com>2006-02-17 11:47:38 +0300
commit29ce6906d72e718dbcd0f478a434cd6c8aa1850c (patch)
tree447c0b4304aed8cf804685f5c0a01e2dc410dd9f /mcs/class/System.XML/ChangeLog
parentef51df4bb960197abd4afad67a88bbc314e81f87 (diff)
2006-02-17 Atsushi Enomoto <atsushi@ximian.com>
* DTDValidatingReader2.cs, EntityResolvingXmlReader.cs : new files for refactoring DTD validating reader. As the first stage, it splits entity handling process from DTD validation step. (DTDValidatingReader.cs will be removed at some stage). * System.Xml.dll.sources : removed DTDValidatingReader and added DTDValidatingReader2.cs and EntityResolvingXmlReader.cs. svn path=/trunk/mcs/; revision=56967
Diffstat (limited to 'mcs/class/System.XML/ChangeLog')
-rw-r--r--mcs/class/System.XML/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/mcs/class/System.XML/ChangeLog b/mcs/class/System.XML/ChangeLog
index 0a385df2ef7..e7fd1e5824c 100644
--- a/mcs/class/System.XML/ChangeLog
+++ b/mcs/class/System.XML/ChangeLog
@@ -1,3 +1,8 @@
+2006-02-17 Atsushi Enomoto <atsushi@ximian.com>
+
+ * System.Xml.dll.sources : removed DTDValidatingReader and added
+ DTDValidatingReader2.cs and EntityResolvingXmlReader.cs.
+
2006-02-16 Atsushi Enomoto <atsushi@ximian.com>
* System.Xml.dll.sources : added IHasXmlChildNode.cs.