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