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