2009-10-23 Atsushi Enomoto <atsushi@ximian.com>
[mono.git] / mcs / class / System.Runtime.Serialization / ChangeLog
1 2009-10-23  Atsushi Enomoto  <atsushi@ximian.com>
2
3         * monotouch_System.Runtime.Serialization.dll.sources :
4           add OnXmlDictionaryReaderClose.cs.
5
6 2009-09-21  Sebastien Pouliot  <sebastien@ximian.com> 
7
8         * net_2_1_raw_System.Runtime.Serialization.dll.sources: Remove 
9         System.Xml/XmlMtomDictionaryWriter.cs
10
11 2009-09-07  Atsushi Enomoto  <atsushi@ximian.com>
12
13         * net_2_1_System.Runtime.Serialization.dll.sources : ditto.
14
15 2009-09-07  Atsushi Enomoto  <atsushi@ximian.com>
16
17         * System.Runtime.Serialization.dll.sources :
18           added IgnoreDataMemberAttribute.cs.
19
20 2009-07-20  Jb Evain  <jbevain@novell.com>
21
22         * Makefile: filter the valid profile on the framework version,
23         to make it easier to have custom variants.
24
25 2009-04-21  Sebastien Pouliot  <sebastien@ximian.com> 
26
27         * System.Xml.Schema/*: Remove (not needed for 2.1 anymore)
28         * net_2_1_raw_System.Runtime.Serialization.dll.sources: Remove 
29         more code duplication for 2.1 and fix the build
30
31 2009-04-21  Sebastien Pouliot  <sebastien@ximian.com>
32
33         * net_2_1_raw_System.Runtime.Serialization.dll.sources: Remove
34         MonoTODOAttribute since we get it from mscorlib (fix build too).
35         Remove System.Xml.Schema/XmlSchema.cs from build since we can
36         get the fields directly from System.Xml.dll
37
38 2009-04-15  Atsushi Enomoto  <atsushi@ximian.com>
39
40         * System.Runtime.Serialization.dll.sources : added mtom reader.
41
42 2009-04-02  Atsushi Enomoto  <atsushi@ximian.com>
43
44         * System.Runtime.Serialization.dll.sources : added mtom writer.
45         * System.Runtime.Serialization_test.dll.sources : added mtom writer test.
46
47 2009-03-31  Atsushi Enomoto  <atsushi@ximian.com>
48
49         * binary-writer-method-gen.cs : another easy code writer for binary
50           xml writer methods.
51         * System.Runtime.Serialization.dll.sources : added autogenerated code.
52
53 2009-03-11  Atsushi Enomoto  <atsushi@ximian.com>
54
55         * Makefile: added -r:System.Core.
56
57 2009-02-12  Jonathan Pryor  <jpryor@novell.com>
58
59         * System.Runtime.Serialization_test.dll.sources: Add
60           System.Xml/XmlDictionaryWriterTest.cs to the test build.
61
62 2009-02-11  Jonathan Pryor  <jpryor@novell.com>
63
64         * System.Runtime.Serialization_test.dll.sources: Add
65           System.Xml/XmlDictionaryStringTest.cs to the test build.
66
67 2009-02-10  Atsushi Enomoto  <atsushi@ximian.com>
68
69         * System.Runtime.Serialization.dll.sources: Add
70           System.Xml/IFragmentCapableXmlDictionaryWriter.cs to the build.
71
72 2008-11-23  Atsushi Enomoto  <atsushi@ximian.com>
73
74         * System.Runtime.Serialization_test.dll.soruces :
75           remove ALL Mainsoft serialization tests that completely fail under
76           .NET and reduce 107 test failures out of 113.
77           They are English (language) dependent.
78
79 2008-09-09  Atsushi Enomoto  <atsushi@ximian.com>
80                         Jb Evain  <jbevain@novell.com>
81
82         * net_2_1_raw_System.Runtime.Serialization.dll.sources: new sources
83         file for the SL2 profile.
84         * Makefile: add support for SL2 profile.
85
86 2008-03-31  Igor Zelmanovich <igorz@mainsoft.com>
87
88         * Makefile : add reference to System.Data.dll, 
89         required for test suite.
90         * System.Runtime.Serialization_test.dll.sources : added
91         DataContractSerializerTest_FrameworkTypes_System.Data.cs
92
93 2008-03-31  Atsushi Enomoto  <atsushi@ximian.com>
94
95         * Makefile : Fix EXTRA_DISTFILES.
96
97 2008-03-21  Atsushi Enomoto  <atsushi@ximian.com>
98
99         * Makefile : added missing EXTRA_DISTFILES.
100
101 2008-02-27 Eyal Alaluf <eyala@mainsoft.com>
102
103         * Makefile: Filter out some warnings.
104         * System.Runtime.Serialization_test.dll.sources: Added tests for
105           System.Runtime.Serialization attributes.
106
107 2007-12-05  Atsushi Enomoto  <atsushi@ximian.com>
108
109         * Makefile : add net_3_5 profile as a target profile.
110
111 2007-03-30  Atsushi Enomoto  <atsushi@ximian.com>
112
113         * reader-method-gen.cs : changed ReadElementContentAsXxx() 
114           implementation to rather call ReadContentAsXxx() so that binary
115           reader implementation could be implemented easily.
116
117 2007-03-16  Atsushi Enomoto  <atsushi@ximian.com>
118
119         (oops, I forgot to add entry for it last time)
120         * reader-method-gen.cs : added ReadElementContentAsXxx() support.
121
122 2007-02-27  Wade Berrier  <wberrier@novell.com>
123
124         * Makefile: Include resource files in EXTRA_DISTFILES
125
126 2006-09-05  Ankit Jain  <jankit@novell.com>
127
128         * resources/mstypes.schema: New.
129         * Makefile (RESOURCE_FILES): Add resources/mstypes.schema
130
131 2006-09-01  Ankit Jain  <jankit@novell.com>
132
133         * System.Runtime.Serialization_test.dll.sources : Added
134         XsdDataContractExporterTest.cs
135
136 2006-07-27  Ankit Jain  <jankit@novell.com>
137
138         * Makefile (TEST_MCS_FLAGS): Add /r:System.ServiceModel.dll
139         * System.Runtime.Serialization_test.dll.sources : Added
140         XsdDataContractImporterTest.cs
141
142 2005-10-20  Atsushi Enomoto  <atsushi@ximian.com>
143
144         * System.Runtime.Serialization_test.dll.sources : added. However
145           run-test is not working fine due to appdomain problem(?).
146
147 2005-10-03  Atsushi Enomoto  <atsushi@ximian.com>
148
149         * Makefile : added /r:System.Configuration.dll.
150         * System.Runtime.Serialization.dll.sources : added new files.
151
152 2005-09-27  Atsushi Enomoto  <atsushi@ximian.com>
153
154         * System.Runtime.Serialization.dll.sources :
155           added XmlSimpleDictionaryReader.cs (slightly boring implementation).
156           Now it is autogenerated by "make update-dll-sources".
157
158 2005-09-22  Atsushi Enomoto  <atsushi@ximian.com>
159
160         * Makefile,
161           System.Runtime.Serialization.dll.sources : new files.
162