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