re-enable ResolveEntity in XmlReader and derived classes
[mono.git] / mcs / class / System.XML / Mono.Xml / ChangeLog
1 2008-08-21  Stephane Delcroix  <sdelcroix@novell.com>
2
3         * SubtreeXmlReader.cs
4         * XmlFilterReader.cs: re-enable ResolveEntity for 2.1
5
6 2008-05-07  Atsushi Enomoto <atsushi@ximian.com>
7
8         * XmlFilterReader.cs : clone settings so that it does not depend on
9           inconsistent settings after creation. Fixed bug #385638.
10
11 2007-10-19  Atsushi Enomoto <atsushi@ximian.com>
12
13         * SubtreeXmlReader.cs : when a subtree reader is closed, the original
14           reader moves to the end of the subtree. Fixed bug #334752, patch by
15           Scott Peterson.
16
17 2007-08-09  Atsushi Enomoto <atsushi@ximian.com>
18
19         * SubtreeXmlReader.cs XmlFilterReader.cs : further dependent changes.
20
21 2007-08-09  Atsushi Enomoto <atsushi@ximian.com>
22
23         * SubtreeXmlReader.cs XmlFilterReader.cs : dependent changes due to
24           XmlReader.cs changes for 2.1 profile.
25
26 2007-07-04  Atsushi Enomoto <atsushi@ximian.com>
27
28         * SubtreeXmlReader.cs XmlFilterReader.cs :
29           exclude xsd stuff from NET_2_1 profile.
30
31 2007-05-03  Atsushi Enomoto <atsushi@ximian.com>
32
33         * XmlFilterReader.cs : do not close input when CloseInput is true.
34
35 2005-11-07  Atsushi Enomoto <atsushi@ximian.com>
36
37         * SubtreeXmlReader.cs : XmlReader.IsEmptyElement is not virtual
38           anymore, so added it.
39
40 2005-08-03  Gert Driesen <drieseng@users.sourceforge.net>
41
42         * SubtreeXmlReader.cs: GetNamespacesInScope now returns generic
43         IDictionary.
44
45 2004-05-05  Atsushi Enomoto <atsushi@ximian.com>
46
47         * SubtreeXmlReader.cs :
48           removed atomizedName related 2.0 member (deprecated).
49
50 2004-12-17  Atsushi Enomoto <atsushi@ximian.com>
51
52         * SubtreeXmlReader.cs, XmlFilterReader.cs :
53           added CanReadBinaryContent and CanReadValueChunk.
54           Call Binary.Reset() to enable them.
55
56 2004-12-16  Atsushi Enomoto <atsushi@ximian.com>
57
58         * SubtreeXmlReader.cs, XmlFilterReader.cs :
59           Override SchemaInfo to return input reader's SchemaInfo.
60
61 2004-12-15  Atsushi Enomoto <atsushi@ximian.com>
62
63         * XmlFilterReader.cs : don't expect XmlReaderSettings of its source.
64
65 2004-11-08  Atsushi Enomoto <atsushi@ximian.com>
66
67         * XmlFilterReader.cs : ReadInnerXml() and ReadOuterXml() should not
68           invoke those of argument reader. It causes unfiltered results like
69           XmlValidatingReader bug in MS.NET 1.0. Just don't implement it.
70
71 2004-10-28  Atsushi Enomoto <atsushi@ximian.com>
72
73         * SubtreeXmlReader.cs, XmlFilterReader.cs : internal.
74
75 2004-08-30  Atsushi Enomoto <atsushi@ximian.com>
76
77         * SubtreeXmlReader.cs : need to set EOF when input reader reached to
78           the end.
79
80 2004-07-29  Atsushi Enomoto <atsushi@ximian.com>
81
82         * Added SubtreeXmlReader.cs.
83
84 2004-07-13  Atsushi Enomoto <atsushi@ximian.com>
85
86         * Added XmlFilterReader.cs.
87
88 2004-06-11  Atsushi Enomoto <atsushi@ximian.com>
89
90         * IHasXmlParserContext.cs, IHasXmlSchemaInfo.cs : internal.
91
92 2004-06-10  Atsushi Enomoto <atsushi@ximian.com>
93
94         * XmlNodeWriter.cs : it's internal.
95
96 2003-08-21  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
97
98         * XmlNodeWriter.cs : Extended to support for non-document entity.
99
100 2003-08-14  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
101
102         * added IHasXmlSchemaInfo.cs.
103
104 2003-08-07  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
105
106         * added IHasXmlParserContext.cs.
107
108 2003-07-29 Ben Maurer  <bmaurer@users.sourceforge.net>
109
110         * Initial Checkin
111