Move tests that do not reference RabbitMQ to System.Messaging.
[mono.git] / mcs / class / System.ServiceModel.Web / ChangeLog
1 2009-07-20  Jb Evain  <jbevain@novell.com>
2
3         * Makefile: filter the valid profile on the framework version,
4         to make it easier to have custom variants.
5
6 2009-04-22  Sebastien Pouliot  <sebastien@ximian.com>
7
8         * net_2_1_raw_System.ServiceModel.Web.dll.sources: Remove the common
9         Const, Locale and MonoTODO since we can now get them from mscorlib.dll
10
11 2009-04-06  Atsushi Enomoto  <atsushi@ximian.com>
12
13         * System.ServiceModel.Web_test.dll.sources : added
14           AtomPub10CategoriesDocumentFormatterTest.
15
16 2009-04-03  Atsushi Enomoto  <atsushi@ximian.com>
17
18         * System.ServiceModel.Web_test.dll.sources : added
19           ServiceDocumentTest and AtomPub10ServiceDocumentFormatterTest.
20
21 2009-04-03  Atsushi Enomoto  <atsushi@ximian.com>
22
23         * System.ServiceModel.Web.dll.sources : added 3.5 SP1 atompp stuff.
24
25 2009-02-02  Atsushi Enomoto  <atsushi@ximian.com>
26
27         * Makefile : add -d:NET_3_5.
28
29 2008-09-12  Jb Evain  <jbevain@novell.com>
30
31         * net_2_1_raw_System.ServiceModel.Web.dll.sources
32         * Makefile
33         * System.Runtime.Serialization.Json/JsonReader.cs:
34                 support the SL2 profile compilation.
35
36 2008-04-21  Igor Zelmanovich <igorz@mainsoft.com>
37
38         * System.ServiceModel.Web_test.dll.sources: add WebServiceHostTest.cs.
39
40 2008-02-16  Atsushi Enomoto  <atsushi@ximian.com>
41
42         * Makefile : -r:System.Configuration.dll.
43
44 2007-12-07  Atsushi Enomoto  <atsushi@ximian.com>
45
46         * System.ServiceModel.Web.dll.sources : fixed wrong source name.
47
48 2007-12-05  Atsushi Enomoto  <atsushi@ximian.com>
49
50         * System.ServiceModel.Web_test.dll.sources,
51           System.ServiceModel.Web.dll.sources : updated to reflect the latest
52           file lists.
53         * Makefile : added -r:System.ServiceModel.dll
54
55 2007-09-01  Atsushi Enomoto  <atsushi@ximian.com>
56
57         * System.ServiceModel.Web_test.dll.sources : removed all old tests
58           for obsoleted types. They must be updated before being added so
59           that they do not block run-test-ondotnet. Added JsonWriterTest.cs.
60         * System.ServiceModel.Web.dll.sources : added JsonWriter.cs and
61           JsonReaderWriterFactory.cs.
62         * Makefile : fixed version number. It is not NO_TEST anymore.
63
64 2007-06-07  Joel Reed  <joelwreed@comcast.com>
65
66         * ATOM: serialize generator, logo, copyrights, and language
67         add two new unit test data feeds
68
69 2007-06-05  Joel Reed  <joelwreed@comcast.com>
70
71         * add SyndicationCategory stubbed out class from Stephen A Jazdzewski,
72         add RSS serialization tests, add richer atom feed serialization test
73
74 2007-06-04  Joel Reed  <joelwreed@comcast.com>
75
76         * add properties and constructor implementations for 
77         UrlSyndicationContent and XmlSyndicationContent
78
79 2007-05-31  Joel Reed  <joelwreed@comcast.com>
80
81         * add more testcases and stubbed out classes from Stephen A Jazdzewski
82
83         * Move System.ServiceModel.Syndication files into a subdirectory
84