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