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>2008-10-28 02:57:04 +0300
committerAtsushi Eno <atsushieno@gmail.com>2008-10-28 02:57:04 +0300
commit6b68299d0f0f73d065a71ed68b08537e5d242810 (patch)
tree48f37df5c711199e599a18435fe0f4beed61454c /mcs/class/System.XML/Mono.Xml.Schema/ChangeLog
parentec2a825f8ec139c48f933c08bf57e9e4565334d4 (diff)
fix bug #433774.
svn path=/trunk/mcs/; revision=117216
Diffstat (limited to 'mcs/class/System.XML/Mono.Xml.Schema/ChangeLog')
-rw-r--r--mcs/class/System.XML/Mono.Xml.Schema/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/mcs/class/System.XML/Mono.Xml.Schema/ChangeLog b/mcs/class/System.XML/Mono.Xml.Schema/ChangeLog
index eb631dcee22..d84c1650cca 100644
--- a/mcs/class/System.XML/Mono.Xml.Schema/ChangeLog
+++ b/mcs/class/System.XML/Mono.Xml.Schema/ChangeLog
@@ -1,3 +1,12 @@
+2008-10-28 Atsushi Enomoto <atsushi@ximian.com>
+
+ * XsdIdentityState.cs : rename.
+
+2008-10-27 Atsushi Enomoto <atsushi@ximian.com>
+
+ * XmlSchemaValidatingReader.cs : give SourceUri to
+ XmlSchemaValidator, which used to be impossible in 2.0 betas.
+
2008-09-02 Atsushi Enomoto <atsushi@ximian.com>
* XmlSchemaValidatingReader.cs : call EndValidation() only once.