Move tests that do not reference RabbitMQ to System.Messaging.
[mono.git] / mcs / class / System.ServiceModel / 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-07-17  Astushi Enomoto  <atsushi@ximian.com>
7
8         * System.ServiceModel.dll.sources: add TcpRequestChannel.
9
10 2009-07-14  Astushi Enomoto  <atsushi@ximian.com>
11
12         * System.ServiceModel_test.dll.sources:
13           add CallbackBehaviorAttributeTest.cs.
14
15 2009-07-07  Astushi Enomoto  <atsushi@ximian.com>
16
17         * System.ServiceModel.dll.sources:
18           Added new custom peer resolver files.
19
20 2009-07-07  Astushi Enomoto  <atsushi@ximian.com>
21
22         * System.ServiceModel_test.dll.sources:
23           add PeerNodeAddressTest.cs.
24
25 2009-06-25  Astushi Enomoto  <atsushi@ximian.com>
26
27         * System.ServiceModel.dll.sources:
28           add SessionInstanceContextProvider.cs.
29
30 2009-06-09  Astushi Enomoto  <atsushi@ximian.com>
31
32         * System.ServiceModel_test.dll.sources:
33           add ServiceThrottlingBehaviorTest.
34
35 2009-06-08  Astushi Enomoto  <atsushi@ximian.com>
36
37         * System.ServiceModel.dll.sources: renamed a file.
38
39 2009-06-05  Sebastien Pouliot  <sebastien@ximian.com>
40
41         * net_2_1_raw_System.ServiceModel.dll.sources: Remove 
42         ClientAccessPolicy.cs, CrossDomainPolicy.cs and 
43         CrossDomainAccessManager.cs since the code and checks is now done
44         inside System.Windows.Browser.dll, by BrowserHttpWebRequest, for
45         every non-site-or-origin web connection - i.e. http[s]
46
47 2009-05-26  Astushi Enomoto  <atsushi@ximian.com>
48
49         * System.ServiceModel.dll.sources: cosmetic file renaming.
50
51 2009-05-25  Astushi Enomoto  <atsushi@ximian.com>
52
53         * System.ServiceModel.dll_test.sources:
54           added PeerResolverSerializationTest.cs.
55
56 2009-05-15  Astushi Enomoto  <atsushi@ximian.com>
57
58         * System.ServiceModel.dll_test.sources: added MessageFaultTest.cs.
59
60 2009-05-13  Astushi Enomoto  <atsushi@ximian.com>
61
62         * Makefile : remove xlinq dependency.
63
64 2009-04-28  Astushi Enomoto  <atsushi@ximian.com>
65
66         * System.ServiceModel.dll_test.sources: added
67           BinaryMessageEncodingBindingElementTest.cs.
68
69 2009-04-21  Sebastien Pouliot  <sebastien@ximian.com>
70
71         * net_2_1_raw_System.ServiceModel.dll.sources: Remove 
72         MonoTODOAttribute since we can get it from mscorlib.dll
73
74 2009-04-20  Astushi Enomoto  <atsushi@ximian.com>
75
76         * System.ServiceModel.dll.sources:
77           added several Peer transport support files.
78         * System.ServiceModel.dll_test.sources: added
79           NetPeerTcpBindingTest.cs and PeerTransportBindingElementTest.cs.
80
81 2009-04-08  Astushi Enomoto  <atsushi@ximian.com>
82
83         * System.ServiceModel.dll.sources:
84           added PeerTransportSecuritySettings.cs.
85         * Makefile: use -r:System.Core in non-2.1 build too.
86
87 2009-04-07  Astushi Enomoto  <atsushi@ximian.com>
88
89         * System.ServiceModel_test.dll.sources: added NetTcpBindingTest.cs.
90
91 2009-04-07  Astushi Enomoto  <atsushi@ximian.com>
92
93         * System.ServiceModel.dll.sources: added IOnlineStatus.cs.
94
95 2009-03-05  Astushi Enomoto  <atsushi@ximian.com>
96
97         * Makefile : added /r:System.Xml.Linq in 2.1 too.
98
99 2009-03-04  Astushi Enomoto  <atsushi@ximian.com>
100
101         * Makefile : add /r:System.Core in 2.1 build.
102
103 2009-03-04  Astushi Enomoto  <atsushi@ximian.com>
104
105         * net_2_1_raw_System.ServiceModel.dll.sources :
106           added cross domain checker sources.
107
108 2009-02-19  Astushi Enomoto  <atsushi@ximian.com>
109
110         * System.ServiceModel.dll.sources,
111           net_2_1_raw_System.ServiceModel.dll.sources :
112           added CodeTryBlock.cs.
113
114 2009-01-22  Astushi Enomoto  <atsushi@ximian.com>
115
116         * net_2_1_raw_System.ServiceModel.dll.sources :
117           added SilverlightClientConfigLoader.cs.
118
119 2009-01-14  Astushi Enomoto  <atsushi@ximian.com>
120
121         * System.ServiceModel.dll.sources,
122           net_2_1_raw_System.ServiceModel.dll.sources :
123           added missing exception types (corcompare work).
124
125 2009-01-14  Astushi Enomoto  <atsushi@ximian.com>
126
127         * System.ServiceModel_test.dll.sources :
128           added ClientBase_InteractiveChannelInitializerTest.cs.
129
130 2009-01-07  Astushi Enomoto  <atsushi@ximian.com>
131
132         * net_2_1_raw_System.ServiceModel.dll.sources : add OperationContext
133           and OperationContextScope to 2.1 build.
134
135 2008-09-12  Astushi Enomoto  <atsushi@ximian.com>
136             Jb Evain  <jbevain@novell.com>
137
138         * Makefile: support net_2_1_raw compilation profile.
139         * net_2_1_raw_System.ServiceModel.dll.sources
140
141         * *.cs: SL2 compilation support.
142
143 2008-05-22  Roei Erez  <roeie@mainsoft.com>
144         * fix ContractDescription.GetContract implementation
145         * Refactor Request processing
146         * Add support for message inspectors
147         * Add support for InstanceContextProvider & InstanceProvider, including lifecycles events
148         like: ReleaseServiceInstance, Open, Close...
149         * Add relevant test cases.
150
151 2008-04-21  Igor Zelmanovich <igorz@mainsoft.com>
152
153         * System.ServiceModel_test.dll.sources: Add ServiceDebugBehaviorTest.cs and
154         ServiceMetadataBehaviorTest.cs.
155
156 2008-04-17  Vladimir Krasnov  <vladimirk@mainsoft.com>
157
158         * System.ServiceModel.dll.sources: added HttpChannelManager.cs
159
160 2008-04-14  Igor Zelmanovich <igorz@mainsoft.com>
161
162         * System.ServiceModel_test.dll.sources: Add ExtensionCollectionTest.cs.
163
164 2008-04-13  Vladimir Krasnov  <vladimirk@mainsoft.com>
165
166         * added: System.ServiceModel_Test.csproj, visual studio tests project
167
168 2008-04-10  Eyal Alaluf <eyala@mainsoft.com>
169
170         * System.ServiceModel.dll.sources, System.ServiceModel.csproj:
171           Moved System.ServiceModel.Dispatcher/DefaultMessageOperationFormatter.cs
172           to System.ServiceModel.Dispatcher/BaseMessagesFormatter.cs.
173           Removed System.ServiceModel.Description/ServiceModelInternalConverter.cs.
174
175 2008-04-01  Roei Erez <roeie@mainsoft.com>
176
177         * System.ServiceModel_test_net_3_0.dll.config: Added configurations for new tests.
178
179 2008-04-01  Igor Zelmanovich <igorz@mainsoft.com>
180
181         * System.ServiceModel_test.dll.sources: Add ServiceHostBaseTest.cs.
182
183 2008-03-27  Atsushi Enomoto  <atsushi@ximian.com>
184
185         * Makefile : add System.ServiceModel_test_net_3_0.dll.config to
186           EXTRA_DISTFILES too.
187
188 2008-03-27  Atsushi Enomoto  <atsushi@ximian.com>
189
190         * Makefile : include Test/config/* in EXTRA_DISTFILES to fix
191           nunit test failures.
192
193 2008-03-21  Atsushi Enomoto  <atsushi@ximian.com>
194
195         * Makefile : more EXTRA_DISTFILES.
196
197 2008-03-11  Atsushi Enomoto  <atsushi@ximian.com>
198
199         * Makefile : oops, wrong EXTRA_DISTFILES.
200
201 2008-03-11  Atsushi Enomoto  <atsushi@ximian.com>
202
203         * Makefile : add EXTRA_DISTFILES.
204
205 2008-02-28  Eyal Alaluf <eyala@mainsoft.com>
206
207         * System.ServiceModel_test_net_3_0.dll.config: Add configurations for
208           testing ClientBase<T> ctors.
209
210 2008-02-27  Eyal Alaluf <eyala@mainsoft.com>
211
212         * Makefile: Ignore common warnings including use of obsolete API (since
213           Mono.Security.* has several such warnings).
214
215 2007-12-05  Atsushi Enomoto  <atsushi@ximian.com>
216
217         * Makefile : added net_3_5 profile as a valid target.
218
219 2007-08-18 Marcos Cobena (marcoscobena@gmail.com)
220
221         * System.ServiceModel_test.dll.sources: Updated with new tests for System.ServiceModel.PeerResolvers.
222         * Test/System.ServiceModel.PeerResolvers/CustomPeerResolverServiceTest.cs: New bunch of tests.
223
224 2007-08-16 Marcos Cobena (marcoscobena@gmail.com)
225
226         * System.ServiceModel.dll.sources: Updated with System.ServiceModel.PeerResolvers/PeerReferralPolicy.cs.
227         * PeerReferralPolicy.cs: Moved and updated here from AllEnums.cs.
228         * PeerResolverMode.cs: Updated API.
229         * RefreshResult.cs: Updated API.
230         * RegisterInfo.cs: Almost finished, minus HasBody().
231         * AllEnums.cs: PeerReferralPolicy lives now inside System.ServiceModel.PeerResolvers.
232
233 2007-07-19 Marcos Cobena (marcoscobena@gmail.com)
234
235         * PeerCustomResolverSettings.cs, PeerResolverMode.cs, PeerResolverSettings.cs, 
236                 PeerSecuritySettings.cs: New implementations.
237         * System.ServiceModel.dll.sources, AllEnums.cs, Dummy.cs: Updated to added sources.
238         * NetPeerTcpBinding.cs: Added support to new above implementations.
239
240 2007-07-18 Marcos Cobena (marcoscobena@gmail.com)
241
242         * TcpChannelListener.cs, TcpDuplexSessionChannel.cs: Text messaging now works 
243                 (both Send() and Receive()), even mixing .NET version with Mono one.
244         * TcpChannelListener.cs: By default, it uses BinaryMessageEncoder.              
245
246 2007-07-17 Marcos Cobena (marcoscobena@gmail.com)
247
248         * DuplexSessionChannelBase.cs, TcpChannelListener.cs, TcpDuplexSessionChannel.cs, 
249                 TcpTransportBindingElement.cs: Thanks to Atsushi Eno, it starts messaging.
250
251 2007-07-12 Marcos Cobena (marcoscobena@gmail.com)
252
253         * DuplexSessionChannelBase.cs, TcpChannelFactory.cs, TcpChannelListener.cs, 
254                 TcpDuplexSessionChannel.cs: Added new implementations.
255         * NetTcpBinding.cs, TcpTransportBindingElement.cs: Modified to match new TCP implementations.
256         * System.ServiceModel.dll.sources: Updated to last classes set.
257
258 2007-07-05  Atsushi Enomoto  <atsushi@ximian.com>
259
260         Makefile : added -r:System.Messaging.dll
261
262 2007-06-28 Marcos Cobena (marcoscobena@gmail.com)
263
264         * System.ServiceModel.dll.sources, System.ServiceModel\Dummy.cs : 
265         Modified to match new files under System.ServiceModel.PeerResolvers.
266
267 2007-04-20  Atsushi Enomoto  <atsushi@ximian.com>
268
269         Makefile : added ws-addr.xsd as a resource.
270
271 2007-04-17  Atsushi Enomoto  <atsushi@ximian.com>
272
273         * fixup-config.xml : updated config section types.
274
275 2007-03-05  Atsushi Enomoto  <atsushi@ximian.com>
276
277         Makefile : added -r:Mono.Security.dll and some nowarns.
278
279 2007-02-27  Wade Berrier  <wberrier@novell.com>
280
281         * Makefile: include resource files in EXTRA_DISTFILES
282
283 2006-10-13  Atsushi Enomoto  <atsushi@ximian.com>
284
285         * fixup-config2.cs, fixup-config2.xml :
286           It is used to add svc. -> SvcHttpHandler mapping in web.config.
287
288 2006-10-04  Ankit Jain  <jankit@novell.com>
289
290         * System.ServiceModel.dll.sources: Update.
291
292 2006-09-29  Ankit Jain  <jankit@novell.com>
293
294         * System.ServiceModel.dll.sources: Update.
295
296 2006-09-26  Ankit Jain  <jankit@novell.com>
297
298         * System.ServiceModel.dll.sources: Update.
299
300 2006-09-07  Ankit Jain  <jankit@novell.com>
301
302         * System.ServiceModel_test.dll.sources: Add WsdlExporterTest.cs
303
304 2006-07-21  Atsushi Enomoto  <atsushi@ximian.com>
305
306         * Makefile : it used to be referenced by S.IM.Selectors.dll.
307           Nowadays it references S.IM.Selectors.dll.
308
309 2006-07-13  Ankit Jain  <jankit@novell.com>
310
311         * System.ServiceModel_test.dll.sources: Add MetadataResolverTest.cs
312
313 2006-07-12  Ankit Jain  <jankit@novell.com>
314
315         * System.ServiceModel.dll.sources: Update for June CTP changes. Add
316         EndpointAddress10.cs
317
318 2006-07-04  Atsushi Enomoto  <atsushi@ximian.com>
319
320         * Makefile : add path to referenced assemblies as gmcs always loads
321           them from the GAC.
322
323 2006-07-03  Ankit Jain  <jankit@novell.com>
324
325         * System.ServiceModel.dll.sources: Update for June CTP changes.
326
327 2006-07-03  Ankit Jain  <jankit@novell.com>
328
329         * System.ServiceModel.dll.sources: Add IMetadataExchange.cs and
330         MetadataExchangeBinding.cs . Update to match changes in June CTP.
331
332 2006-06-30  Atsushi Enomoto  <atsushi@ximian.com>
333
334         * fixup-config.xml : updated to match June CTP config types.
335
336 2006-06-27  Atsushi Enomoto  <atsushi@ximian.com>
337
338         * fixup-config.xml : bindings section has binding sub sections.
339
340 2006-06-27  Atsushi Enomoto  <atsushi@ximian.com>
341
342         * fixup-config.cs : now it supports updating.
343         * fixup-config.xml : "bindings" is in fact just a section.
344           MS bad naming on class.
345
346 2006-06-26  Atsushi Enomoto  <atsushi@ximian.com>
347
348         * fixup-config.cs, fixup-config.xml : when you try configuration
349           support, you can run fixup-config.exe and then supplemental
350           config sections are added.
351
352 2006-06-12  Atsushi Enomoto  <atsushi@ximian.com>
353
354         * Makefile : remove extra option.
355
356 2006-06-12  Ankit Jain  <jankit@novell.com>
357
358         * System.ServiceModel.dll.sources: Add
359         System.ServiceModel.Description/MetadataSectionSerializerBase.cs
360         * System.ServiceModel_test.dll.sources: Add
361         System.ServiceModel.Description/WsdlImporterTest.cs
362
363 2006-06-12  Atsushi Enomoto  <atsushi@ximian.com>
364
365         * Makefile : use Mono.CodeGeneration.
366
367 2006-04-26  Ankit Jain  <jankit@novell.com>
368
369         * System.ServiceModel_test.dll.sources : Add
370         System.ServiceModel.Description/WebServiceHelper.cs .
371
372 2006-02-11  Ankit Jain  <jankit@novell.com>
373
374         * System.ServiceModel_test.dll.sources : Add
375         ServiceHostTest.cs and UriSchemeKeyedCollectionTest.cs 
376
377 2005-10-19  Atsushi Enomoto  <atsushi@ximian.com>
378
379         * winfx.pub : new set of assembly, thus new public key.
380
381 2005-10-09  Atsushi Enomoto  <atsushi@ximian.com>
382
383         * Makefile : eliminated some warning noises.
384
385 2005-10-08  Atsushi Enomoto  <atsushi@ximian.com>
386
387         * Makefile : addded /r:System.Transactions.
388
389 2005-09-29  Duncan Mak  <duncan@novell.com>
390
391         * Makefile (RESOURCE_FILES): Include
392         resources/WS-Addressing.schema.
393         (LIB_MCS_FLAGS): Add "/resource:" flag.
394
395 2005-09-29  Atsushi Enomoto  <atsushi@ximian.com>
396
397         * System.ServiceModel_test.dll.sources : required for make run-test.
398
399 2005-09-29  Atsushi Enomoto  <atsushi@ximian.com>
400
401         * System.ServiceModel.dll.sources : regenerated to add new files.
402
403 2005-09-29  Atsushi Enomoto  <atsushi@ximian.com>
404
405         * System.ServiceModel.dll.sources : regenerated to add new files.
406
407 2005-09-29  Atsushi Enomoto  <atsushi@ximian.com>
408
409         * Makefile : reference to sys.configuration.dll.
410         * System.ServiceModel.dll.sources : regenerated to add new files.
411
412 2005-09-28  Atsushi Enomoto  <atsushi@ximian.com>
413
414         * System.ServiceModel.dll.sources : regenerated to add new files.
415
416 2005-09-28  Atsushi Enomoto  <atsushi@ximian.com>
417
418         * System.ServiceModel.dll.sources : further regen.
419
420 2005-09-28  Atsushi Enomoto  <atsushi@ximian.com>
421
422         * System.ServiceModel.dll.sources : regenerated to add new files.
423
424 2005-09-28  Atsushi Enomoto  <atsushi@ximian.com>
425
426         * System.ServiceModel.dll.sources : regenerated to add new files.
427
428 2005-09-28  Atsushi Enomoto  <atsushi@ximian.com>
429
430         * System.ServiceModel.dll.sources : regenerated to add new files.
431
432 2005-09-28  Atsushi Enomoto  <atsushi@ximian.com>
433
434         * System.ServiceModel.dll.sources : regenerated to add new files.
435
436 2005-09-27  Atsushi Enomoto  <atsushi@ximian.com>
437
438         * System.ServiceModel.dll.sources : regenerated to add new files.
439
440 2005-09-27  Atsushi Enomoto  <atsushi@ximian.com>
441
442         * System.ServiceModel.dll.sources : added CommunicationErrorEventArgs.
443
444 2005-09-27  Atsushi Enomoto  <atsushi@ximian.com>
445
446         * Makefile : so now update-dll-sources is common target to all libs.