2010-03-12 Atsushi Enomoto <atsushi@ximian.com>
[mono.git] / mcs / class / System.ServiceModel.Web / ChangeLog
1 2010-03-12  Atsushi Enomoto  <atsushi@ximian.com>
2
3         * monotouch_System.ServiceModel.Web.dll.sources :
4           This also needs new files.
5
6 2010-03-10  Atsushi Enomoto  <atsushi@ximian.com>
7
8         * net_2_0_System.ServiceModel.Web.dll.sources,
9           net_2_1_raw_System.ServiceModel.Web.dll.sources :
10           move JsonReader.cs as Sys.R.S.Json/JavaScriptReader.cs
11
12 2010-03-10  Atsushi Enomoto  <atsushi@ximian.com>
13
14         * net_2_0_System.ServiceModel.Web.dll.sources,
15           net_2_1_raw_System.ServiceModel.Web.dll.sources :
16           add JavaScriptObjectDeserializer.cs and JsonReader in Sys.Json
17           (which is to be moved later).
18
19 2010-03-02  Atsushi Enomoto  <atsushi@ximian.com>
20
21         * System.ServiceModel.Web_test.dll.sources : add new test.
22         * Makefile : add new extra dist.
23
24 2010-01-26  Sebastien Pouliot  <sebastien@ximian.com>
25
26         * monotouch_System.ServiceModel.Web.dll.sources: Don't inherit from
27         net_2_1_raw*.sources when you require a superset of moonlight API
28
29 2010-01-25  Sebastien Pouliot  <sebastien@ximian.com>
30
31         * net_2_1_raw_System.ServiceModel.Web.dll.sources: Use custom
32         version of DataContractJsonSerializer for Moonlight
33
34 2009-11-12  Atsushi Enomoto  <atsushi@ximian.com>
35
36         * common_System.ServiceModel.Web.dll.sources,
37           net_2_0_System.ServiceModel.Web.dll.sources,
38           net_4_0_System.ServiceModel.Web.dll.sources :
39
40           in 4.0 profile, some types are moved from this
41           assembly, so extract common basis and include
42           it in 2.0 and 4.0 profile sources (4.0 is
43           equivalent to common so far).
44
45 2009-10-23  Atsushi Enomoto  <atsushi@ximian.com>
46
47         * monotouch_System.ServiceModel.Web.dll.sources:
48           adding experimental WebHttpBinding stuff.
49
50 2009-10-08  Atsushi Enomoto  <atsushi@ximian.com>
51
52         * System.ServiceModel.Web_test.dll.sources :
53           add WebScriptEnablingBehaviorTest.cs.
54
55 2009-10-02  Atsushi Enomoto  <atsushi@ximian.com>
56
57         * System.ServiceModel.Web_test.dll.sources :
58            add WebScriptServiceHostFactoryTest.cs.
59
60 2009-09-17  Atsushi Enomoto  <atsushi@ximian.com>
61
62         * Makefile : add -r:System.Web.Extensions.dll.
63
64 2009-09-17  Atsushi Enomoto  <atsushi@ximian.com>
65
66         * System.ServiceModel.Web_test.dll.sources :
67           added UriTemplateTableTest.cs.
68
69 2009-09-07  Atsushi Enomoto  <atsushi@ximian.com>
70
71         * System.ServiceModel.Web_test.dll.sources :
72           added UriTemplateEquivalenceComparerTest.cs.
73
74 2009-09-02  Atsushi Enomoto  <atsushi@ximian.com>
75
76         * Makefile : use System.Core.
77
78 2009-09-01  Atsushi Enomoto  <atsushi@ximian.com>
79
80         * System.ServiceModel.Web_test.dll.sources :
81           added WebOperationContextTest.cs.
82
83 2009-07-20  Jb Evain  <jbevain@novell.com>
84
85         * Makefile: filter the valid profile on the framework version,
86         to make it easier to have custom variants.
87
88 2009-04-22  Sebastien Pouliot  <sebastien@ximian.com>
89
90         * net_2_1_raw_System.ServiceModel.Web.dll.sources: Remove the common
91         Const, Locale and MonoTODO since we can now get them from mscorlib.dll
92
93 2009-04-06  Atsushi Enomoto  <atsushi@ximian.com>
94
95         * System.ServiceModel.Web_test.dll.sources : added
96           AtomPub10CategoriesDocumentFormatterTest.
97
98 2009-04-03  Atsushi Enomoto  <atsushi@ximian.com>
99
100         * System.ServiceModel.Web_test.dll.sources : added
101           ServiceDocumentTest and AtomPub10ServiceDocumentFormatterTest.
102
103 2009-04-03  Atsushi Enomoto  <atsushi@ximian.com>
104
105         * System.ServiceModel.Web.dll.sources : added 3.5 SP1 atompp stuff.
106
107 2009-02-02  Atsushi Enomoto  <atsushi@ximian.com>
108
109         * Makefile : add -d:NET_3_5.
110
111 2008-09-12  Jb Evain  <jbevain@novell.com>
112
113         * net_2_1_raw_System.ServiceModel.Web.dll.sources
114         * Makefile
115         * System.Runtime.Serialization.Json/JsonReader.cs:
116                 support the SL2 profile compilation.
117
118 2008-04-21  Igor Zelmanovich <igorz@mainsoft.com>
119
120         * System.ServiceModel.Web_test.dll.sources: add WebServiceHostTest.cs.
121
122 2008-02-16  Atsushi Enomoto  <atsushi@ximian.com>
123
124         * Makefile : -r:System.Configuration.dll.
125
126 2007-12-07  Atsushi Enomoto  <atsushi@ximian.com>
127
128         * System.ServiceModel.Web.dll.sources : fixed wrong source name.
129
130 2007-12-05  Atsushi Enomoto  <atsushi@ximian.com>
131
132         * System.ServiceModel.Web_test.dll.sources,
133           System.ServiceModel.Web.dll.sources : updated to reflect the latest
134           file lists.
135         * Makefile : added -r:System.ServiceModel.dll
136
137 2007-09-01  Atsushi Enomoto  <atsushi@ximian.com>
138
139         * System.ServiceModel.Web_test.dll.sources : removed all old tests
140           for obsoleted types. They must be updated before being added so
141           that they do not block run-test-ondotnet. Added JsonWriterTest.cs.
142         * System.ServiceModel.Web.dll.sources : added JsonWriter.cs and
143           JsonReaderWriterFactory.cs.
144         * Makefile : fixed version number. It is not NO_TEST anymore.
145
146 2007-06-07  Joel Reed  <joelwreed@comcast.com>
147
148         * ATOM: serialize generator, logo, copyrights, and language
149         add two new unit test data feeds
150
151 2007-06-05  Joel Reed  <joelwreed@comcast.com>
152
153         * add SyndicationCategory stubbed out class from Stephen A Jazdzewski,
154         add RSS serialization tests, add richer atom feed serialization test
155
156 2007-06-04  Joel Reed  <joelwreed@comcast.com>
157
158         * add properties and constructor implementations for 
159         UrlSyndicationContent and XmlSyndicationContent
160
161 2007-05-31  Joel Reed  <joelwreed@comcast.com>
162
163         * add more testcases and stubbed out classes from Stephen A Jazdzewski
164
165         * Move System.ServiceModel.Syndication files into a subdirectory
166