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