7934c6b8d099fd3753cae73c621b3f70d774cacb
[mono.git] / mcs / class / System.ServiceModel / ChangeLog
1 2010-07-30  Astushi Enomoto  <atsushi@ximian.com>
2
3         * System.ServiceModel.dll.sources: add 4.0 standard endpoint types.
4
5 2010-07-12  Astushi Enomoto  <atsushi@ximian.com>
6
7         * System.ServiceModel.dll.sources: remove SecurityHandler.cs
8
9 2010-07-12  Astushi Enomoto  <atsushi@ximian.com>
10
11         * System.ServiceModel.dll.sources:
12           move MessageSecurityBindingSupport.cs too.
13
14 2010-07-12  Astushi Enomoto  <atsushi@ximian.com>
15
16         * System.ServiceModel.dll.sources: moved bunch of security internal
17           classes to System.ServiceModel.Channels.Security directory.
18
19 2010-07-12  Astushi Enomoto  <atsushi@ximian.com>
20
21         * Dummy_2_1.cs : add internal namespaces.
22         * System.ServiceModel.dll.sources: add SecurityReplyChannel.cs
23
24 2010-07-05  Astushi Enomoto  <atsushi@ximian.com>
25
26         * System.ServiceModel.dll.sources :
27           renamed new HTTP channel listener implementation sources, and
28           removed old sources.
29
30 2010-06-28  Astushi Enomoto  <atsushi@ximian.com>
31
32         * HTTP_listener_notes.txt : updated, things became much better.
33
34 2010-06-24  Astushi Enomoto  <atsushi@ximian.com>
35
36         * System.ServiceModel.dll.sources :
37           add new HTTP channel listener implementation sources.
38
39           Old sources will be kept for a while, won't entirely vanish as
40           ASP.NET support will live there.
41
42 2010-05-28  Astushi Enomoto  <atsushi@ximian.com>
43
44         * System.ServiceModel.dll.sources : remove old code from winfx beta.
45
46 2010-04-28  Marek Habersack  <mhabersack@novell.com>
47
48         * Makefile (LIB_MCS_FLAGS): added a reference to
49         System.Web.ApplicationServices in the 4.0 profile.
50
51 2010-04-23  Astushi Enomoto  <atsushi@ximian.com>
52
53         * Http_listener_notes.txt: update comment, as I have fixed one issue
54           with lengthy explanation.
55
56 2010-04-21  Astushi Enomoto  <atsushi@ximian.com>
57
58         * Http_listener_notes.txt: more comment.
59
60 2010-04-20  Astushi Enomoto  <atsushi@ximian.com>
61
62         * Http_listener_notes.txt: added explanation on *why* it is SO hard
63           to solve.
64
65 2010-04-05  Astushi Enomoto  <atsushi@ximian.com>
66
67         * System.ServiceModel.dll.sources : add some new config types and
68           ChannelTerminatedException.cs.
69
70 2010-04-02  Astushi Enomoto  <atsushi@ximian.com>
71
72         * System.ServiceModel_test.dll.sources : add some new fault tests.
73
74 2010-03-24  Astushi Enomoto  <atsushi@ximian.com>
75
76         * System.ServiceModel.dll.sources : move back all the Features tests
77           that were once disabled (now we can handle mannerless tests).
78
79 2010-03-19  Astushi Enomoto  <atsushi@ximian.com>
80
81         * System.ServiceModel.dll.sources : remove unused class.
82         * HTTP_listener_notes.txt : add some more comments.
83
84 2010-03-18  Astushi Enomoto  <atsushi@ximian.com>
85
86         * System.ServiceModel_test.dll.sources :
87           Add Constants.cs and XPathMessageContextTest.cs.
88
89 2010-03-18  Astushi Enomoto  <atsushi@ximian.com>
90
91         * System.ServiceModel.dll.sources : added some missing types.
92
93 2010-03-17  Astushi Enomoto  <atsushi@ximian.com>
94
95         * System.ServiceModel_test.dll.sources :
96           add MetadataExchangeBindingsTest.cs.
97
98 2010-03-16  Jb Evain  <jbevain@novell.com>
99
100         * net_2_1_*.dll.sources: rename to moonlight_*.dll.sources.
101
102 2010-03-15  Astushi Enomoto  <atsushi@ximian.com>
103
104         * net_4_0_System.ServiceModel.dll.sources:
105           more types from Sys.SM.Web.dll in 4.0 profile here.
106
107 2010-03-15  Astushi Enomoto  <atsushi@ximian.com>
108
109         * Dummy_2_1.cs : added cosmetic silverlight sdk compatibility stuff.
110
111 2010-03-11  Astushi Enomoto  <atsushi@ximian.com>
112
113         * System.ServiceModel.dll.sources,
114           net_2_1_raw_System.ServiceModel.dll.sources:
115           added XmlName.cs.
116
117 2010-02-19  Astushi Enomoto  <atsushi@ximian.com>
118
119         * Makefile: enable USE_DATA_CONTRACT_IMPORTER as
120           memorabilia.hardrock now works. (Will be removed when I remove
121           relevant code.)
122
123 2010-02-10  Astushi Enomoto  <atsushi@ximian.com>
124
125         * Makefile: sigh, just disable it. make dist is somehow broken.
126
127 2010-02-10  Astushi Enomoto  <atsushi@ximian.com>
128
129         * Makefile: does extra dist fail to accept *.xml ?
130
131 2010-02-10  Astushi Enomoto  <atsushi@ximian.com>
132
133         * Makefile: add test xml files to extra dist.
134
135 2010-02-08  Astushi Enomoto  <atsushi@ximian.com>
136
137         * System.ServiceModel.dll.sources:
138           renamed MetadataBundle.cs to MetadataSet.cs.
139
140 2010-02-05  Astushi Enomoto  <atsushi@ximian.com>
141
142         * Dummy_2_1.cs : remove AuthenticationSchemes. It blocks MT support.
143
144 2010-02-04  Astushi Enomoto  <atsushi@ximian.com>
145
146         * Dummy.cs, net_2_1_raw_System.ServiceModel.dll.sources : add some
147           classes out of dummy, for monotouch (hidden in 2.1 profile).
148
149 2010-02-04  Astushi Enomoto  <atsushi@ximian.com>
150
151         * HTTP_listener_notes.txt: Fixed some wrong description, simplified
152           some, and updated some.
153
154 2010-02-04  Astushi Enomoto  <atsushi@ximian.com>
155
156         * HTTP_listener_notes.txt: some notes updated.
157
158 2010-02-03  Astushi Enomoto  <atsushi@ximian.com>
159
160         * HTTP_listener_notes.txt: I couldn't help but write about it to
161           not keep myself confused by this complicated stuff.
162
163 2010-01-20  Astushi Enomoto  <atsushi@ximian.com>
164
165         * System.ServiceModel_test.dll.sources: move back some FeatureBased
166           tests.
167
168 2010-01-18  Astushi Enomoto  <atsushi@ximian.com>
169
170         * System.ServiceModel.dll.sources : added new security version types.
171
172 2010-01-15  Astushi Enomoto  <atsushi@ximian.com>
173
174         * System.ServiceModel.dll.sources: add SL config loader here
175           for easy debugging under 2.0 profile.
176
177 2010-01-13  Astushi Enomoto  <atsushi@ximian.com>
178
179         * net_2_1_raw_System.ServiceModel.dll.sources :
180           add EndpointAddressBuilder.cs.
181
182 2010-01-13  Astushi Enomoto  <atsushi@ximian.com>
183
184         * net_2_1_raw_System.ServiceModel.dll.sources :
185           add FaultContractInfo.cs.
186
187 2010-01-13  Astushi Enomoto  <atsushi@ximian.com>
188
189         * net_2_1_raw_System.ServiceModel.dll.sources :
190           add HttpCookieContainerBindingElement.cs.
191
192 2010-01-07  Astushi Enomoto  <atsushi@ximian.com>
193
194         * System.ServiceModel_test.dll.sources : ended up to remove
195           *all* mannerless serialization tests.
196
197 2010-01-06  Astushi Enomoto  <atsushi@ximian.com>
198
199         * System.ServiceModel_test.dll.sources : ended up to remove
200           mannerless tests that block other tests.
201
202 2009-12-03  Astushi Enomoto  <atsushi@ximian.com>
203
204         * System.ServiceModel_test.dll.sources:
205           added HttpsTransportBindingElementTest.cs.
206
207 2009-11-26  Astushi Enomoto  <atsushi@ximian.com>
208
209         * net_2_1_raw_System.ServiceModel.dll.sources : fix file name case,
210           which was not caught on windows.
211
212 2009-11-25  Astushi Enomoto  <atsushi@ximian.com>
213
214         * net_2_1_raw_System.ServiceModel.dll.sources, Dummy_2_1.cs:
215           reflected a couple of SL3 updates.
216
217 2009-11-17  Astushi Enomoto  <atsushi@ximian.com>
218
219         * net_2_1_System.ServiceModel.dll.sources :
220           add binary message encoder support.
221
222 2009-11-12  Astushi Enomoto  <atsushi@ximian.com>
223
224         * net_4_0_System.ServiceModel.dll.sources : 4.0 dll contains
225           syndication stuff (moved from Sys.SM.Web.dll).
226
227 2009-10-07  Astushi Enomoto  <atsushi@ximian.com>
228
229         * net_2_1_System.ServiceModel.dll.sources :
230           add IHttpCookieContainer.cs.
231
232 2009-10-02  Astushi Enomoto  <atsushi@ximian.com>
233
234         * System.ServiceModel.dll.sources: add VirtualPathExtension.cs.
235
236 2009-10-01  Astushi Enomoto  <atsushi@ximian.com>
237
238         * System.ServiceModel_test.dll.sources:
239           add ServiceContractGeneratorTest.cs.
240
241 2009-09-26  Astushi Enomoto  <atsushi@ximian.com>
242
243         * net_2_1_System.ServiceModel.dll.sources :
244           added Http[Request|Response]MessageProperty.cs. Looks like our
245           status pages are based on old 2.0 profile.
246
247 2009-09-15  Astushi Enomoto  <atsushi@ximian.com>
248
249         * System.ServiceModel.dll.sources: remove WebServiceHelper.cs.
250
251 2009-09-14  Astushi Enomoto  <atsushi@ximian.com>
252
253         * System.ServiceModel_test.dll.sources: add MessagePropertiesTest.cs.
254
255 2009-09-02  Astushi Enomoto  <atsushi@ximian.com>
256
257         * System.ServiceModel_test.dll.sources:
258           add HttpRequestMessagePropertyTest.cs
259
260 2009-08-24  Astushi Enomoto  <atsushi@ximian.com>
261
262         * System.ServiceModel.dll.sources: added 
263           DuplexClientRuntimeChannel.cs and CallbackInstanceContextProvider.cs.
264
265 2009-08-20  Astushi Enomoto  <atsushi@ximian.com>
266
267         * System.ServiceModel.dll.sources: add more named pipe files.
268
269 2009-08-20  Astushi Enomoto  <atsushi@ximian.com>
270
271         * System.ServiceModel_test.dll.sources: add OperationContextTest.cs.
272
273 2009-08-19  Astushi Enomoto  <atsushi@ximian.com>
274
275         * System.ServiceModel.dll.sources: add named pipe files.
276
277 2009-08-11  Astushi Enomoto  <atsushi@ximian.com>
278
279         * System.ServiceModel.dll.sources: add DefaultOperationInvoker.cs.
280
281 2009-08-07  Astushi Enomoto  <atsushi@ximian.com>
282
283         * System.ServiceModel.dll.sources: add ServiceProxyGenerator.cs.
284
285 2009-07-31  Astushi Enomoto  <atsushi@ximian.com>
286
287         * System.ServiceModel.dll.sources: add IPeerConnectorContract.cs.
288
289 2009-07-31  Astushi Enomoto  <atsushi@ximian.com>
290
291         * System.ServiceModel_test.dll.sources: add ServiceEndpointTest.cs.
292
293 2009-07-28  Astushi Enomoto  <atsushi@ximian.com>
294
295         * System.ServiceModel.dll.sources: add TransactionFlowAttribute.cs.
296
297 2009-07-23  Astushi Enomoto  <atsushi@ximian.com>
298
299         * System.ServiceModel.dll.sources:
300           split out binary frame manager class into separate file.
301
302 2009-07-21  Astushi Enomoto  <atsushi@ximian.com>
303
304         * System.ServiceModel.dll.sources: add TcpReplyChannel.
305
306 2009-07-20  Jb Evain  <jbevain@novell.com>
307
308         * Makefile: filter the valid profile on the framework version,
309         to make it easier to have custom variants.
310
311 2009-07-17  Astushi Enomoto  <atsushi@ximian.com>
312
313         * System.ServiceModel.dll.sources: add TcpRequestChannel.
314
315 2009-07-14  Astushi Enomoto  <atsushi@ximian.com>
316
317         * System.ServiceModel_test.dll.sources:
318           add CallbackBehaviorAttributeTest.cs.
319
320 2009-07-07  Astushi Enomoto  <atsushi@ximian.com>
321
322         * System.ServiceModel.dll.sources:
323           Added new custom peer resolver files.
324
325 2009-07-07  Astushi Enomoto  <atsushi@ximian.com>
326
327         * System.ServiceModel_test.dll.sources:
328           add PeerNodeAddressTest.cs.
329
330 2009-06-25  Astushi Enomoto  <atsushi@ximian.com>
331
332         * System.ServiceModel.dll.sources:
333           add SessionInstanceContextProvider.cs.
334
335 2009-06-09  Astushi Enomoto  <atsushi@ximian.com>
336
337         * System.ServiceModel_test.dll.sources:
338           add ServiceThrottlingBehaviorTest.
339
340 2009-06-08  Astushi Enomoto  <atsushi@ximian.com>
341
342         * System.ServiceModel.dll.sources: renamed a file.
343
344 2009-06-05  Sebastien Pouliot  <sebastien@ximian.com>
345
346         * net_2_1_raw_System.ServiceModel.dll.sources: Remove 
347         ClientAccessPolicy.cs, CrossDomainPolicy.cs and 
348         CrossDomainAccessManager.cs since the code and checks is now done
349         inside System.Windows.Browser.dll, by BrowserHttpWebRequest, for
350         every non-site-or-origin web connection - i.e. http[s]
351
352 2009-05-26  Astushi Enomoto  <atsushi@ximian.com>
353
354         * System.ServiceModel.dll.sources: cosmetic file renaming.
355
356 2009-05-25  Astushi Enomoto  <atsushi@ximian.com>
357
358         * System.ServiceModel.dll_test.sources:
359           added PeerResolverSerializationTest.cs.
360
361 2009-05-15  Astushi Enomoto  <atsushi@ximian.com>
362
363         * System.ServiceModel.dll_test.sources: added MessageFaultTest.cs.
364
365 2009-05-13  Astushi Enomoto  <atsushi@ximian.com>
366
367         * Makefile : remove xlinq dependency.
368
369 2009-04-28  Astushi Enomoto  <atsushi@ximian.com>
370
371         * System.ServiceModel.dll_test.sources: added
372           BinaryMessageEncodingBindingElementTest.cs.
373
374 2009-04-21  Sebastien Pouliot  <sebastien@ximian.com>
375
376         * net_2_1_raw_System.ServiceModel.dll.sources: Remove 
377         MonoTODOAttribute since we can get it from mscorlib.dll
378
379 2009-04-20  Astushi Enomoto  <atsushi@ximian.com>
380
381         * System.ServiceModel.dll.sources:
382           added several Peer transport support files.
383         * System.ServiceModel.dll_test.sources: added
384           NetPeerTcpBindingTest.cs and PeerTransportBindingElementTest.cs.
385
386 2009-04-08  Astushi Enomoto  <atsushi@ximian.com>
387
388         * System.ServiceModel.dll.sources:
389           added PeerTransportSecuritySettings.cs.
390         * Makefile: use -r:System.Core in non-2.1 build too.
391
392 2009-04-07  Astushi Enomoto  <atsushi@ximian.com>
393
394         * System.ServiceModel_test.dll.sources: added NetTcpBindingTest.cs.
395
396 2009-04-07  Astushi Enomoto  <atsushi@ximian.com>
397
398         * System.ServiceModel.dll.sources: added IOnlineStatus.cs.
399
400 2009-03-05  Astushi Enomoto  <atsushi@ximian.com>
401
402         * Makefile : added /r:System.Xml.Linq in 2.1 too.
403
404 2009-03-04  Astushi Enomoto  <atsushi@ximian.com>
405
406         * Makefile : add /r:System.Core in 2.1 build.
407
408 2009-03-04  Astushi Enomoto  <atsushi@ximian.com>
409
410         * net_2_1_raw_System.ServiceModel.dll.sources :
411           added cross domain checker sources.
412
413 2009-02-19  Astushi Enomoto  <atsushi@ximian.com>
414
415         * System.ServiceModel.dll.sources,
416           net_2_1_raw_System.ServiceModel.dll.sources :
417           added CodeTryBlock.cs.
418
419 2009-01-22  Astushi Enomoto  <atsushi@ximian.com>
420
421         * net_2_1_raw_System.ServiceModel.dll.sources :
422           added SilverlightClientConfigLoader.cs.
423
424 2009-01-14  Astushi Enomoto  <atsushi@ximian.com>
425
426         * System.ServiceModel.dll.sources,
427           net_2_1_raw_System.ServiceModel.dll.sources :
428           added missing exception types (corcompare work).
429
430 2009-01-14  Astushi Enomoto  <atsushi@ximian.com>
431
432         * System.ServiceModel_test.dll.sources :
433           added ClientBase_InteractiveChannelInitializerTest.cs.
434
435 2009-01-07  Astushi Enomoto  <atsushi@ximian.com>
436
437         * net_2_1_raw_System.ServiceModel.dll.sources : add OperationContext
438           and OperationContextScope to 2.1 build.
439
440 2008-09-12  Astushi Enomoto  <atsushi@ximian.com>
441             Jb Evain  <jbevain@novell.com>
442
443         * Makefile: support net_2_1_raw compilation profile.
444         * net_2_1_raw_System.ServiceModel.dll.sources
445
446         * *.cs: SL2 compilation support.
447
448 2008-05-22  Roei Erez  <roeie@mainsoft.com>
449         * fix ContractDescription.GetContract implementation
450         * Refactor Request processing
451         * Add support for message inspectors
452         * Add support for InstanceContextProvider & InstanceProvider, including lifecycles events
453         like: ReleaseServiceInstance, Open, Close...
454         * Add relevant test cases.
455
456 2008-04-21  Igor Zelmanovich <igorz@mainsoft.com>
457
458         * System.ServiceModel_test.dll.sources: Add ServiceDebugBehaviorTest.cs and
459         ServiceMetadataBehaviorTest.cs.
460
461 2008-04-17  Vladimir Krasnov  <vladimirk@mainsoft.com>
462
463         * System.ServiceModel.dll.sources: added HttpChannelManager.cs
464
465 2008-04-14  Igor Zelmanovich <igorz@mainsoft.com>
466
467         * System.ServiceModel_test.dll.sources: Add ExtensionCollectionTest.cs.
468
469 2008-04-13  Vladimir Krasnov  <vladimirk@mainsoft.com>
470
471         * added: System.ServiceModel_Test.csproj, visual studio tests project
472
473 2008-04-10  Eyal Alaluf <eyala@mainsoft.com>
474
475         * System.ServiceModel.dll.sources, System.ServiceModel.csproj:
476           Moved System.ServiceModel.Dispatcher/DefaultMessageOperationFormatter.cs
477           to System.ServiceModel.Dispatcher/BaseMessagesFormatter.cs.
478           Removed System.ServiceModel.Description/ServiceModelInternalConverter.cs.
479
480 2008-04-01  Roei Erez <roeie@mainsoft.com>
481
482         * System.ServiceModel_test_net_3_0.dll.config: Added configurations for new tests.
483
484 2008-04-01  Igor Zelmanovich <igorz@mainsoft.com>
485
486         * System.ServiceModel_test.dll.sources: Add ServiceHostBaseTest.cs.
487
488 2008-03-27  Atsushi Enomoto  <atsushi@ximian.com>
489
490         * Makefile : add System.ServiceModel_test_net_3_0.dll.config to
491           EXTRA_DISTFILES too.
492
493 2008-03-27  Atsushi Enomoto  <atsushi@ximian.com>
494
495         * Makefile : include Test/config/* in EXTRA_DISTFILES to fix
496           nunit test failures.
497
498 2008-03-21  Atsushi Enomoto  <atsushi@ximian.com>
499
500         * Makefile : more EXTRA_DISTFILES.
501
502 2008-03-11  Atsushi Enomoto  <atsushi@ximian.com>
503
504         * Makefile : oops, wrong EXTRA_DISTFILES.
505
506 2008-03-11  Atsushi Enomoto  <atsushi@ximian.com>
507
508         * Makefile : add EXTRA_DISTFILES.
509
510 2008-02-28  Eyal Alaluf <eyala@mainsoft.com>
511
512         * System.ServiceModel_test_net_3_0.dll.config: Add configurations for
513           testing ClientBase<T> ctors.
514
515 2008-02-27  Eyal Alaluf <eyala@mainsoft.com>
516
517         * Makefile: Ignore common warnings including use of obsolete API (since
518           Mono.Security.* has several such warnings).
519
520 2007-12-05  Atsushi Enomoto  <atsushi@ximian.com>
521
522         * Makefile : added net_3_5 profile as a valid target.
523
524 2007-08-18 Marcos Cobena (marcoscobena@gmail.com)
525
526         * System.ServiceModel_test.dll.sources: Updated with new tests for System.ServiceModel.PeerResolvers.
527         * Test/System.ServiceModel.PeerResolvers/CustomPeerResolverServiceTest.cs: New bunch of tests.
528
529 2007-08-16 Marcos Cobena (marcoscobena@gmail.com)
530
531         * System.ServiceModel.dll.sources: Updated with System.ServiceModel.PeerResolvers/PeerReferralPolicy.cs.
532         * PeerReferralPolicy.cs: Moved and updated here from AllEnums.cs.
533         * PeerResolverMode.cs: Updated API.
534         * RefreshResult.cs: Updated API.
535         * RegisterInfo.cs: Almost finished, minus HasBody().
536         * AllEnums.cs: PeerReferralPolicy lives now inside System.ServiceModel.PeerResolvers.
537
538 2007-07-19 Marcos Cobena (marcoscobena@gmail.com)
539
540         * PeerCustomResolverSettings.cs, PeerResolverMode.cs, PeerResolverSettings.cs, 
541                 PeerSecuritySettings.cs: New implementations.
542         * System.ServiceModel.dll.sources, AllEnums.cs, Dummy.cs: Updated to added sources.
543         * NetPeerTcpBinding.cs: Added support to new above implementations.
544
545 2007-07-18 Marcos Cobena (marcoscobena@gmail.com)
546
547         * TcpChannelListener.cs, TcpDuplexSessionChannel.cs: Text messaging now works 
548                 (both Send() and Receive()), even mixing .NET version with Mono one.
549         * TcpChannelListener.cs: By default, it uses BinaryMessageEncoder.              
550
551 2007-07-17 Marcos Cobena (marcoscobena@gmail.com)
552
553         * DuplexSessionChannelBase.cs, TcpChannelListener.cs, TcpDuplexSessionChannel.cs, 
554                 TcpTransportBindingElement.cs: Thanks to Atsushi Eno, it starts messaging.
555
556 2007-07-12 Marcos Cobena (marcoscobena@gmail.com)
557
558         * DuplexSessionChannelBase.cs, TcpChannelFactory.cs, TcpChannelListener.cs, 
559                 TcpDuplexSessionChannel.cs: Added new implementations.
560         * NetTcpBinding.cs, TcpTransportBindingElement.cs: Modified to match new TCP implementations.
561         * System.ServiceModel.dll.sources: Updated to last classes set.
562
563 2007-07-05  Atsushi Enomoto  <atsushi@ximian.com>
564
565         Makefile : added -r:System.Messaging.dll
566
567 2007-06-28 Marcos Cobena (marcoscobena@gmail.com)
568
569         * System.ServiceModel.dll.sources, System.ServiceModel\Dummy.cs : 
570         Modified to match new files under System.ServiceModel.PeerResolvers.
571
572 2007-04-20  Atsushi Enomoto  <atsushi@ximian.com>
573
574         Makefile : added ws-addr.xsd as a resource.
575
576 2007-04-17  Atsushi Enomoto  <atsushi@ximian.com>
577
578         * fixup-config.xml : updated config section types.
579
580 2007-03-05  Atsushi Enomoto  <atsushi@ximian.com>
581
582         Makefile : added -r:Mono.Security.dll and some nowarns.
583
584 2007-02-27  Wade Berrier  <wberrier@novell.com>
585
586         * Makefile: include resource files in EXTRA_DISTFILES
587
588 2006-10-13  Atsushi Enomoto  <atsushi@ximian.com>
589
590         * fixup-config2.cs, fixup-config2.xml :
591           It is used to add svc. -> SvcHttpHandler mapping in web.config.
592
593 2006-10-04  Ankit Jain  <jankit@novell.com>
594
595         * System.ServiceModel.dll.sources: Update.
596
597 2006-09-29  Ankit Jain  <jankit@novell.com>
598
599         * System.ServiceModel.dll.sources: Update.
600
601 2006-09-26  Ankit Jain  <jankit@novell.com>
602
603         * System.ServiceModel.dll.sources: Update.
604
605 2006-09-07  Ankit Jain  <jankit@novell.com>
606
607         * System.ServiceModel_test.dll.sources: Add WsdlExporterTest.cs
608
609 2006-07-21  Atsushi Enomoto  <atsushi@ximian.com>
610
611         * Makefile : it used to be referenced by S.IM.Selectors.dll.
612           Nowadays it references S.IM.Selectors.dll.
613
614 2006-07-13  Ankit Jain  <jankit@novell.com>
615
616         * System.ServiceModel_test.dll.sources: Add MetadataResolverTest.cs
617
618 2006-07-12  Ankit Jain  <jankit@novell.com>
619
620         * System.ServiceModel.dll.sources: Update for June CTP changes. Add
621         EndpointAddress10.cs
622
623 2006-07-04  Atsushi Enomoto  <atsushi@ximian.com>
624
625         * Makefile : add path to referenced assemblies as gmcs always loads
626           them from the GAC.
627
628 2006-07-03  Ankit Jain  <jankit@novell.com>
629
630         * System.ServiceModel.dll.sources: Update for June CTP changes.
631
632 2006-07-03  Ankit Jain  <jankit@novell.com>
633
634         * System.ServiceModel.dll.sources: Add IMetadataExchange.cs and
635         MetadataExchangeBinding.cs . Update to match changes in June CTP.
636
637 2006-06-30  Atsushi Enomoto  <atsushi@ximian.com>
638
639         * fixup-config.xml : updated to match June CTP config types.
640
641 2006-06-27  Atsushi Enomoto  <atsushi@ximian.com>
642
643         * fixup-config.xml : bindings section has binding sub sections.
644
645 2006-06-27  Atsushi Enomoto  <atsushi@ximian.com>
646
647         * fixup-config.cs : now it supports updating.
648         * fixup-config.xml : "bindings" is in fact just a section.
649           MS bad naming on class.
650
651 2006-06-26  Atsushi Enomoto  <atsushi@ximian.com>
652
653         * fixup-config.cs, fixup-config.xml : when you try configuration
654           support, you can run fixup-config.exe and then supplemental
655           config sections are added.
656
657 2006-06-12  Atsushi Enomoto  <atsushi@ximian.com>
658
659         * Makefile : remove extra option.
660
661 2006-06-12  Ankit Jain  <jankit@novell.com>
662
663         * System.ServiceModel.dll.sources: Add
664         System.ServiceModel.Description/MetadataSectionSerializerBase.cs
665         * System.ServiceModel_test.dll.sources: Add
666         System.ServiceModel.Description/WsdlImporterTest.cs
667
668 2006-06-12  Atsushi Enomoto  <atsushi@ximian.com>
669
670         * Makefile : use Mono.CodeGeneration.
671
672 2006-04-26  Ankit Jain  <jankit@novell.com>
673
674         * System.ServiceModel_test.dll.sources : Add
675         System.ServiceModel.Description/WebServiceHelper.cs .
676
677 2006-02-11  Ankit Jain  <jankit@novell.com>
678
679         * System.ServiceModel_test.dll.sources : Add
680         ServiceHostTest.cs and UriSchemeKeyedCollectionTest.cs 
681
682 2005-10-19  Atsushi Enomoto  <atsushi@ximian.com>
683
684         * winfx.pub : new set of assembly, thus new public key.
685
686 2005-10-09  Atsushi Enomoto  <atsushi@ximian.com>
687
688         * Makefile : eliminated some warning noises.
689
690 2005-10-08  Atsushi Enomoto  <atsushi@ximian.com>
691
692         * Makefile : addded /r:System.Transactions.
693
694 2005-09-29  Duncan Mak  <duncan@novell.com>
695
696         * Makefile (RESOURCE_FILES): Include
697         resources/WS-Addressing.schema.
698         (LIB_MCS_FLAGS): Add "/resource:" flag.
699
700 2005-09-29  Atsushi Enomoto  <atsushi@ximian.com>
701
702         * System.ServiceModel_test.dll.sources : required for make run-test.
703
704 2005-09-29  Atsushi Enomoto  <atsushi@ximian.com>
705
706         * System.ServiceModel.dll.sources : regenerated to add new files.
707
708 2005-09-29  Atsushi Enomoto  <atsushi@ximian.com>
709
710         * System.ServiceModel.dll.sources : regenerated to add new files.
711
712 2005-09-29  Atsushi Enomoto  <atsushi@ximian.com>
713
714         * Makefile : reference to sys.configuration.dll.
715         * System.ServiceModel.dll.sources : regenerated to add new files.
716
717 2005-09-28  Atsushi Enomoto  <atsushi@ximian.com>
718
719         * System.ServiceModel.dll.sources : regenerated to add new files.
720
721 2005-09-28  Atsushi Enomoto  <atsushi@ximian.com>
722
723         * System.ServiceModel.dll.sources : further regen.
724
725 2005-09-28  Atsushi Enomoto  <atsushi@ximian.com>
726
727         * System.ServiceModel.dll.sources : regenerated to add new files.
728
729 2005-09-28  Atsushi Enomoto  <atsushi@ximian.com>
730
731         * System.ServiceModel.dll.sources : regenerated to add new files.
732
733 2005-09-28  Atsushi Enomoto  <atsushi@ximian.com>
734
735         * System.ServiceModel.dll.sources : regenerated to add new files.
736
737 2005-09-28  Atsushi Enomoto  <atsushi@ximian.com>
738
739         * System.ServiceModel.dll.sources : regenerated to add new files.
740
741 2005-09-27  Atsushi Enomoto  <atsushi@ximian.com>
742
743         * System.ServiceModel.dll.sources : regenerated to add new files.
744
745 2005-09-27  Atsushi Enomoto  <atsushi@ximian.com>
746
747         * System.ServiceModel.dll.sources : added CommunicationErrorEventArgs.
748
749 2005-09-27  Atsushi Enomoto  <atsushi@ximian.com>
750
751         * Makefile : so now update-dll-sources is common target to all libs.