Moved ProviderCollectionTest.cs from System assembly to System.Configuration.
[mono.git] / mcs / class / System.ServiceModel / ChangeLog
1 2008-09-12  Astushi Enomoto  <atsushi@ximian.com>
2             Jb Evain  <jbevain@novell.com>
3
4         * Makefile: support net_2_1_raw compilation profile.
5         * net_2_1_raw_System.ServiceModel.dll.sources
6
7         * *.cs: SL2 compilation support.
8
9 2008-05-22  Roei Erez  <roeie@mainsoft.com>
10         * fix ContractDescription.GetContract implementation
11         * Refactor Request processing
12         * Add support for message inspectors
13         * Add support for InstanceContextProvider & InstanceProvider, including lifecycles events
14         like: ReleaseServiceInstance, Open, Close...
15         * Add relevant test cases.
16
17 2008-04-21  Igor Zelmanovich <igorz@mainsoft.com>
18
19         * System.ServiceModel_test.dll.sources: Add ServiceDebugBehaviorTest.cs and
20         ServiceMetadataBehaviorTest.cs.
21
22 2008-04-17  Vladimir Krasnov  <vladimirk@mainsoft.com>
23
24         * System.ServiceModel.dll.sources: added HttpChannelManager.cs
25
26 2008-04-14  Igor Zelmanovich <igorz@mainsoft.com>
27
28         * System.ServiceModel_test.dll.sources: Add ExtensionCollectionTest.cs.
29
30 2008-04-13  Vladimir Krasnov  <vladimirk@mainsoft.com>
31
32         * added: System.ServiceModel_Test.csproj, visual studio tests project
33
34 2008-04-10  Eyal Alaluf <eyala@mainsoft.com>
35
36         * System.ServiceModel.dll.sources, System.ServiceModel.csproj:
37           Moved System.ServiceModel.Dispatcher/DefaultMessageOperationFormatter.cs
38           to System.ServiceModel.Dispatcher/BaseMessagesFormatter.cs.
39           Removed System.ServiceModel.Description/ServiceModelInternalConverter.cs.
40
41 2008-04-01  Roei Erez <roeie@mainsoft.com>
42
43         * System.ServiceModel_test_net_3_0.dll.config: Added configurations for new tests.
44
45 2008-04-01  Igor Zelmanovich <igorz@mainsoft.com>
46
47         * System.ServiceModel_test.dll.sources: Add ServiceHostBaseTest.cs.
48
49 2008-03-27  Atsushi Enomoto  <atsushi@ximian.com>
50
51         * Makefile : add System.ServiceModel_test_net_3_0.dll.config to
52           EXTRA_DISTFILES too.
53
54 2008-03-27  Atsushi Enomoto  <atsushi@ximian.com>
55
56         * Makefile : include Test/config/* in EXTRA_DISTFILES to fix
57           nunit test failures.
58
59 2008-03-21  Atsushi Enomoto  <atsushi@ximian.com>
60
61         * Makefile : more EXTRA_DISTFILES.
62
63 2008-03-11  Atsushi Enomoto  <atsushi@ximian.com>
64
65         * Makefile : oops, wrong EXTRA_DISTFILES.
66
67 2008-03-11  Atsushi Enomoto  <atsushi@ximian.com>
68
69         * Makefile : add EXTRA_DISTFILES.
70
71 2008-02-28  Eyal Alaluf <eyala@mainsoft.com>
72
73         * System.ServiceModel_test_net_3_0.dll.config: Add configurations for
74           testing ClientBase<T> ctors.
75
76 2008-02-27  Eyal Alaluf <eyala@mainsoft.com>
77
78         * Makefile: Ignore common warnings including use of obsolete API (since
79           Mono.Security.* has several such warnings).
80
81 2007-12-05  Atsushi Enomoto  <atsushi@ximian.com>
82
83         * Makefile : added net_3_5 profile as a valid target.
84
85 2007-08-18 Marcos Cobena (marcoscobena@gmail.com)
86
87         * System.ServiceModel_test.dll.sources: Updated with new tests for System.ServiceModel.PeerResolvers.
88         * Test/System.ServiceModel.PeerResolvers/CustomPeerResolverServiceTest.cs: New bunch of tests.
89
90 2007-08-16 Marcos Cobena (marcoscobena@gmail.com)
91
92         * System.ServiceModel.dll.sources: Updated with System.ServiceModel.PeerResolvers/PeerReferralPolicy.cs.
93         * PeerReferralPolicy.cs: Moved and updated here from AllEnums.cs.
94         * PeerResolverMode.cs: Updated API.
95         * RefreshResult.cs: Updated API.
96         * RegisterInfo.cs: Almost finished, minus HasBody().
97         * AllEnums.cs: PeerReferralPolicy lives now inside System.ServiceModel.PeerResolvers.
98
99 2007-07-19 Marcos Cobena (marcoscobena@gmail.com)
100
101         * PeerCustomResolverSettings.cs, PeerResolverMode.cs, PeerResolverSettings.cs, 
102                 PeerSecuritySettings.cs: New implementations.
103         * System.ServiceModel.dll.sources, AllEnums.cs, Dummy.cs: Updated to added sources.
104         * NetPeerTcpBinding.cs: Added support to new above implementations.
105
106 2007-07-18 Marcos Cobena (marcoscobena@gmail.com)
107
108         * TcpChannelListener.cs, TcpDuplexSessionChannel.cs: Text messaging now works 
109                 (both Send() and Receive()), even mixing .NET version with Mono one.
110         * TcpChannelListener.cs: By default, it uses BinaryMessageEncoder.              
111
112 2007-07-17 Marcos Cobena (marcoscobena@gmail.com)
113
114         * DuplexSessionChannelBase.cs, TcpChannelListener.cs, TcpDuplexSessionChannel.cs, 
115                 TcpTransportBindingElement.cs: Thanks to Atsushi Eno, it starts messaging.
116
117 2007-07-12 Marcos Cobena (marcoscobena@gmail.com)
118
119         * DuplexSessionChannelBase.cs, TcpChannelFactory.cs, TcpChannelListener.cs, 
120                 TcpDuplexSessionChannel.cs: Added new implementations.
121         * NetTcpBinding.cs, TcpTransportBindingElement.cs: Modified to match new TCP implementations.
122         * System.ServiceModel.dll.sources: Updated to last classes set.
123
124 2007-07-05  Atsushi Enomoto  <atsushi@ximian.com>
125
126         Makefile : added -r:System.Messaging.dll
127
128 2007-06-28 Marcos Cobena (marcoscobena@gmail.com)
129
130         * System.ServiceModel.dll.sources, System.ServiceModel\Dummy.cs : 
131         Modified to match new files under System.ServiceModel.PeerResolvers.
132
133 2007-04-20  Atsushi Enomoto  <atsushi@ximian.com>
134
135         Makefile : added ws-addr.xsd as a resource.
136
137 2007-04-17  Atsushi Enomoto  <atsushi@ximian.com>
138
139         * fixup-config.xml : updated config section types.
140
141 2007-03-05  Atsushi Enomoto  <atsushi@ximian.com>
142
143         Makefile : added -r:Mono.Security.dll and some nowarns.
144
145 2007-02-27  Wade Berrier  <wberrier@novell.com>
146
147         * Makefile: include resource files in EXTRA_DISTFILES
148
149 2006-10-13  Atsushi Enomoto  <atsushi@ximian.com>
150
151         * fixup-config2.cs, fixup-config2.xml :
152           It is used to add svc. -> SvcHttpHandler mapping in web.config.
153
154 2006-10-04  Ankit Jain  <jankit@novell.com>
155
156         * System.ServiceModel.dll.sources: Update.
157
158 2006-09-29  Ankit Jain  <jankit@novell.com>
159
160         * System.ServiceModel.dll.sources: Update.
161
162 2006-09-26  Ankit Jain  <jankit@novell.com>
163
164         * System.ServiceModel.dll.sources: Update.
165
166 2006-09-07  Ankit Jain  <jankit@novell.com>
167
168         * System.ServiceModel_test.dll.sources: Add WsdlExporterTest.cs
169
170 2006-07-21  Atsushi Enomoto  <atsushi@ximian.com>
171
172         * Makefile : it used to be referenced by S.IM.Selectors.dll.
173           Nowadays it references S.IM.Selectors.dll.
174
175 2006-07-13  Ankit Jain  <jankit@novell.com>
176
177         * System.ServiceModel_test.dll.sources: Add MetadataResolverTest.cs
178
179 2006-07-12  Ankit Jain  <jankit@novell.com>
180
181         * System.ServiceModel.dll.sources: Update for June CTP changes. Add
182         EndpointAddress10.cs
183
184 2006-07-04  Atsushi Enomoto  <atsushi@ximian.com>
185
186         * Makefile : add path to referenced assemblies as gmcs always loads
187           them from the GAC.
188
189 2006-07-03  Ankit Jain  <jankit@novell.com>
190
191         * System.ServiceModel.dll.sources: Update for June CTP changes.
192
193 2006-07-03  Ankit Jain  <jankit@novell.com>
194
195         * System.ServiceModel.dll.sources: Add IMetadataExchange.cs and
196         MetadataExchangeBinding.cs . Update to match changes in June CTP.
197
198 2006-06-30  Atsushi Enomoto  <atsushi@ximian.com>
199
200         * fixup-config.xml : updated to match June CTP config types.
201
202 2006-06-27  Atsushi Enomoto  <atsushi@ximian.com>
203
204         * fixup-config.xml : bindings section has binding sub sections.
205
206 2006-06-27  Atsushi Enomoto  <atsushi@ximian.com>
207
208         * fixup-config.cs : now it supports updating.
209         * fixup-config.xml : "bindings" is in fact just a section.
210           MS bad naming on class.
211
212 2006-06-26  Atsushi Enomoto  <atsushi@ximian.com>
213
214         * fixup-config.cs, fixup-config.xml : when you try configuration
215           support, you can run fixup-config.exe and then supplemental
216           config sections are added.
217
218 2006-06-12  Atsushi Enomoto  <atsushi@ximian.com>
219
220         * Makefile : remove extra option.
221
222 2006-06-12  Ankit Jain  <jankit@novell.com>
223
224         * System.ServiceModel.dll.sources: Add
225         System.ServiceModel.Description/MetadataSectionSerializerBase.cs
226         * System.ServiceModel_test.dll.sources: Add
227         System.ServiceModel.Description/WsdlImporterTest.cs
228
229 2006-06-12  Atsushi Enomoto  <atsushi@ximian.com>
230
231         * Makefile : use Mono.CodeGeneration.
232
233 2006-04-26  Ankit Jain  <jankit@novell.com>
234
235         * System.ServiceModel_test.dll.sources : Add
236         System.ServiceModel.Description/WebServiceHelper.cs .
237
238 2006-02-11  Ankit Jain  <jankit@novell.com>
239
240         * System.ServiceModel_test.dll.sources : Add
241         ServiceHostTest.cs and UriSchemeKeyedCollectionTest.cs 
242
243 2005-10-19  Atsushi Enomoto  <atsushi@ximian.com>
244
245         * winfx.pub : new set of assembly, thus new public key.
246
247 2005-10-09  Atsushi Enomoto  <atsushi@ximian.com>
248
249         * Makefile : eliminated some warning noises.
250
251 2005-10-08  Atsushi Enomoto  <atsushi@ximian.com>
252
253         * Makefile : addded /r:System.Transactions.
254
255 2005-09-29  Duncan Mak  <duncan@novell.com>
256
257         * Makefile (RESOURCE_FILES): Include
258         resources/WS-Addressing.schema.
259         (LIB_MCS_FLAGS): Add "/resource:" flag.
260
261 2005-09-29  Atsushi Enomoto  <atsushi@ximian.com>
262
263         * System.ServiceModel_test.dll.sources : required for make run-test.
264
265 2005-09-29  Atsushi Enomoto  <atsushi@ximian.com>
266
267         * System.ServiceModel.dll.sources : regenerated to add new files.
268
269 2005-09-29  Atsushi Enomoto  <atsushi@ximian.com>
270
271         * System.ServiceModel.dll.sources : regenerated to add new files.
272
273 2005-09-29  Atsushi Enomoto  <atsushi@ximian.com>
274
275         * Makefile : reference to sys.configuration.dll.
276         * System.ServiceModel.dll.sources : regenerated to add new files.
277
278 2005-09-28  Atsushi Enomoto  <atsushi@ximian.com>
279
280         * System.ServiceModel.dll.sources : regenerated to add new files.
281
282 2005-09-28  Atsushi Enomoto  <atsushi@ximian.com>
283
284         * System.ServiceModel.dll.sources : further regen.
285
286 2005-09-28  Atsushi Enomoto  <atsushi@ximian.com>
287
288         * System.ServiceModel.dll.sources : regenerated to add new files.
289
290 2005-09-28  Atsushi Enomoto  <atsushi@ximian.com>
291
292         * System.ServiceModel.dll.sources : regenerated to add new files.
293
294 2005-09-28  Atsushi Enomoto  <atsushi@ximian.com>
295
296         * System.ServiceModel.dll.sources : regenerated to add new files.
297
298 2005-09-28  Atsushi Enomoto  <atsushi@ximian.com>
299
300         * System.ServiceModel.dll.sources : regenerated to add new files.
301
302 2005-09-27  Atsushi Enomoto  <atsushi@ximian.com>
303
304         * System.ServiceModel.dll.sources : regenerated to add new files.
305
306 2005-09-27  Atsushi Enomoto  <atsushi@ximian.com>
307
308         * System.ServiceModel.dll.sources : added CommunicationErrorEventArgs.
309
310 2005-09-27  Atsushi Enomoto  <atsushi@ximian.com>
311
312         * Makefile : so now update-dll-sources is common target to all libs.