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