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