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