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