2010-06-21 Atsushi Enomoto <atsushi@ximian.com>
[mcs.git] / class / System.ServiceModel / ChangeLog
blobf3259c3ed1274217a90e75847a2b86a53407b729
1 2010-05-28  Astushi Enomoto  <atsushi@ximian.com>
3         * System.ServiceModel.dll.sources : remove old code from winfx beta.
5 2010-04-28  Marek Habersack  <mhabersack@novell.com>
7         * Makefile (LIB_MCS_FLAGS): added a reference to
8         System.Web.ApplicationServices in the 4.0 profile.
10 2010-04-23  Astushi Enomoto  <atsushi@ximian.com>
12         * Http_listener_notes.txt: update comment, as I have fixed one issue
13           with lengthy explanation.
15 2010-04-21  Astushi Enomoto  <atsushi@ximian.com>
17         * Http_listener_notes.txt: more comment.
19 2010-04-20  Astushi Enomoto  <atsushi@ximian.com>
21         * Http_listener_notes.txt: added explanation on *why* it is SO hard
22           to solve.
24 2010-04-05  Astushi Enomoto  <atsushi@ximian.com>
26         * System.ServiceModel.dll.sources : add some new config types and
27           ChannelTerminatedException.cs.
29 2010-04-02  Astushi Enomoto  <atsushi@ximian.com>
31         * System.ServiceModel_test.dll.sources : add some new fault tests.
33 2010-03-24  Astushi Enomoto  <atsushi@ximian.com>
35         * System.ServiceModel.dll.sources : move back all the Features tests
36           that were once disabled (now we can handle mannerless tests).
38 2010-03-19  Astushi Enomoto  <atsushi@ximian.com>
40         * System.ServiceModel.dll.sources : remove unused class.
41         * HTTP_listener_notes.txt : add some more comments.
43 2010-03-18  Astushi Enomoto  <atsushi@ximian.com>
45         * System.ServiceModel_test.dll.sources :
46           Add Constants.cs and XPathMessageContextTest.cs.
48 2010-03-18  Astushi Enomoto  <atsushi@ximian.com>
50         * System.ServiceModel.dll.sources : added some missing types.
52 2010-03-17  Astushi Enomoto  <atsushi@ximian.com>
54         * System.ServiceModel_test.dll.sources :
55           add MetadataExchangeBindingsTest.cs.
57 2010-03-16  Jb Evain  <jbevain@novell.com>
59         * net_2_1_*.dll.sources: rename to moonlight_*.dll.sources.
61 2010-03-15  Astushi Enomoto  <atsushi@ximian.com>
63         * net_4_0_System.ServiceModel.dll.sources:
64           more types from Sys.SM.Web.dll in 4.0 profile here.
66 2010-03-15  Astushi Enomoto  <atsushi@ximian.com>
68         * Dummy_2_1.cs : added cosmetic silverlight sdk compatibility stuff.
70 2010-03-11  Astushi Enomoto  <atsushi@ximian.com>
72         * System.ServiceModel.dll.sources,
73           net_2_1_raw_System.ServiceModel.dll.sources:
74           added XmlName.cs.
76 2010-02-19  Astushi Enomoto  <atsushi@ximian.com>
78         * Makefile: enable USE_DATA_CONTRACT_IMPORTER as
79           memorabilia.hardrock now works. (Will be removed when I remove
80           relevant code.)
82 2010-02-10  Astushi Enomoto  <atsushi@ximian.com>
84         * Makefile: sigh, just disable it. make dist is somehow broken.
86 2010-02-10  Astushi Enomoto  <atsushi@ximian.com>
88         * Makefile: does extra dist fail to accept *.xml ?
90 2010-02-10  Astushi Enomoto  <atsushi@ximian.com>
92         * Makefile: add test xml files to extra dist.
94 2010-02-08  Astushi Enomoto  <atsushi@ximian.com>
96         * System.ServiceModel.dll.sources:
97           renamed MetadataBundle.cs to MetadataSet.cs.
99 2010-02-05  Astushi Enomoto  <atsushi@ximian.com>
101         * Dummy_2_1.cs : remove AuthenticationSchemes. It blocks MT support.
103 2010-02-04  Astushi Enomoto  <atsushi@ximian.com>
105         * Dummy.cs, net_2_1_raw_System.ServiceModel.dll.sources : add some
106           classes out of dummy, for monotouch (hidden in 2.1 profile).
108 2010-02-04  Astushi Enomoto  <atsushi@ximian.com>
110         * HTTP_listener_notes.txt: Fixed some wrong description, simplified
111           some, and updated some.
113 2010-02-04  Astushi Enomoto  <atsushi@ximian.com>
115         * HTTP_listener_notes.txt: some notes updated.
117 2010-02-03  Astushi Enomoto  <atsushi@ximian.com>
119         * HTTP_listener_notes.txt: I couldn't help but write about it to
120           not keep myself confused by this complicated stuff.
122 2010-01-20  Astushi Enomoto  <atsushi@ximian.com>
124         * System.ServiceModel_test.dll.sources: move back some FeatureBased
125           tests.
127 2010-01-18  Astushi Enomoto  <atsushi@ximian.com>
129         * System.ServiceModel.dll.sources : added new security version types.
131 2010-01-15  Astushi Enomoto  <atsushi@ximian.com>
133         * System.ServiceModel.dll.sources: add SL config loader here
134           for easy debugging under 2.0 profile.
136 2010-01-13  Astushi Enomoto  <atsushi@ximian.com>
138         * net_2_1_raw_System.ServiceModel.dll.sources :
139           add EndpointAddressBuilder.cs.
141 2010-01-13  Astushi Enomoto  <atsushi@ximian.com>
143         * net_2_1_raw_System.ServiceModel.dll.sources :
144           add FaultContractInfo.cs.
146 2010-01-13  Astushi Enomoto  <atsushi@ximian.com>
148         * net_2_1_raw_System.ServiceModel.dll.sources :
149           add HttpCookieContainerBindingElement.cs.
151 2010-01-07  Astushi Enomoto  <atsushi@ximian.com>
153         * System.ServiceModel_test.dll.sources : ended up to remove
154           *all* mannerless serialization tests.
156 2010-01-06  Astushi Enomoto  <atsushi@ximian.com>
158         * System.ServiceModel_test.dll.sources : ended up to remove
159           mannerless tests that block other tests.
161 2009-12-03  Astushi Enomoto  <atsushi@ximian.com>
163         * System.ServiceModel_test.dll.sources:
164           added HttpsTransportBindingElementTest.cs.
166 2009-11-26  Astushi Enomoto  <atsushi@ximian.com>
168         * net_2_1_raw_System.ServiceModel.dll.sources : fix file name case,
169           which was not caught on windows.
171 2009-11-25  Astushi Enomoto  <atsushi@ximian.com>
173         * net_2_1_raw_System.ServiceModel.dll.sources, Dummy_2_1.cs:
174           reflected a couple of SL3 updates.
176 2009-11-17  Astushi Enomoto  <atsushi@ximian.com>
178         * net_2_1_System.ServiceModel.dll.sources :
179           add binary message encoder support.
181 2009-11-12  Astushi Enomoto  <atsushi@ximian.com>
183         * net_4_0_System.ServiceModel.dll.sources : 4.0 dll contains
184           syndication stuff (moved from Sys.SM.Web.dll).
186 2009-10-07  Astushi Enomoto  <atsushi@ximian.com>
188         * net_2_1_System.ServiceModel.dll.sources :
189           add IHttpCookieContainer.cs.
191 2009-10-02  Astushi Enomoto  <atsushi@ximian.com>
193         * System.ServiceModel.dll.sources: add VirtualPathExtension.cs.
195 2009-10-01  Astushi Enomoto  <atsushi@ximian.com>
197         * System.ServiceModel_test.dll.sources:
198           add ServiceContractGeneratorTest.cs.
200 2009-09-26  Astushi Enomoto  <atsushi@ximian.com>
202         * net_2_1_System.ServiceModel.dll.sources :
203           added Http[Request|Response]MessageProperty.cs. Looks like our
204           status pages are based on old 2.0 profile.
206 2009-09-15  Astushi Enomoto  <atsushi@ximian.com>
208         * System.ServiceModel.dll.sources: remove WebServiceHelper.cs.
210 2009-09-14  Astushi Enomoto  <atsushi@ximian.com>
212         * System.ServiceModel_test.dll.sources: add MessagePropertiesTest.cs.
214 2009-09-02  Astushi Enomoto  <atsushi@ximian.com>
216         * System.ServiceModel_test.dll.sources:
217           add HttpRequestMessagePropertyTest.cs
219 2009-08-24  Astushi Enomoto  <atsushi@ximian.com>
221         * System.ServiceModel.dll.sources: added 
222           DuplexClientRuntimeChannel.cs and CallbackInstanceContextProvider.cs.
224 2009-08-20  Astushi Enomoto  <atsushi@ximian.com>
226         * System.ServiceModel.dll.sources: add more named pipe files.
228 2009-08-20  Astushi Enomoto  <atsushi@ximian.com>
230         * System.ServiceModel_test.dll.sources: add OperationContextTest.cs.
232 2009-08-19  Astushi Enomoto  <atsushi@ximian.com>
234         * System.ServiceModel.dll.sources: add named pipe files.
236 2009-08-11  Astushi Enomoto  <atsushi@ximian.com>
238         * System.ServiceModel.dll.sources: add DefaultOperationInvoker.cs.
240 2009-08-07  Astushi Enomoto  <atsushi@ximian.com>
242         * System.ServiceModel.dll.sources: add ServiceProxyGenerator.cs.
244 2009-07-31  Astushi Enomoto  <atsushi@ximian.com>
246         * System.ServiceModel.dll.sources: add IPeerConnectorContract.cs.
248 2009-07-31  Astushi Enomoto  <atsushi@ximian.com>
250         * System.ServiceModel_test.dll.sources: add ServiceEndpointTest.cs.
252 2009-07-28  Astushi Enomoto  <atsushi@ximian.com>
254         * System.ServiceModel.dll.sources: add TransactionFlowAttribute.cs.
256 2009-07-23  Astushi Enomoto  <atsushi@ximian.com>
258         * System.ServiceModel.dll.sources:
259           split out binary frame manager class into separate file.
261 2009-07-21  Astushi Enomoto  <atsushi@ximian.com>
263         * System.ServiceModel.dll.sources: add TcpReplyChannel.
265 2009-07-20  Jb Evain  <jbevain@novell.com>
267         * Makefile: filter the valid profile on the framework version,
268         to make it easier to have custom variants.
270 2009-07-17  Astushi Enomoto  <atsushi@ximian.com>
272         * System.ServiceModel.dll.sources: add TcpRequestChannel.
274 2009-07-14  Astushi Enomoto  <atsushi@ximian.com>
276         * System.ServiceModel_test.dll.sources:
277           add CallbackBehaviorAttributeTest.cs.
279 2009-07-07  Astushi Enomoto  <atsushi@ximian.com>
281         * System.ServiceModel.dll.sources:
282           Added new custom peer resolver files.
284 2009-07-07  Astushi Enomoto  <atsushi@ximian.com>
286         * System.ServiceModel_test.dll.sources:
287           add PeerNodeAddressTest.cs.
289 2009-06-25  Astushi Enomoto  <atsushi@ximian.com>
291         * System.ServiceModel.dll.sources:
292           add SessionInstanceContextProvider.cs.
294 2009-06-09  Astushi Enomoto  <atsushi@ximian.com>
296         * System.ServiceModel_test.dll.sources:
297           add ServiceThrottlingBehaviorTest.
299 2009-06-08  Astushi Enomoto  <atsushi@ximian.com>
301         * System.ServiceModel.dll.sources: renamed a file.
303 2009-06-05  Sebastien Pouliot  <sebastien@ximian.com>
305         * net_2_1_raw_System.ServiceModel.dll.sources: Remove 
306         ClientAccessPolicy.cs, CrossDomainPolicy.cs and 
307         CrossDomainAccessManager.cs since the code and checks is now done
308         inside System.Windows.Browser.dll, by BrowserHttpWebRequest, for
309         every non-site-or-origin web connection - i.e. http[s]
311 2009-05-26  Astushi Enomoto  <atsushi@ximian.com>
313         * System.ServiceModel.dll.sources: cosmetic file renaming.
315 2009-05-25  Astushi Enomoto  <atsushi@ximian.com>
317         * System.ServiceModel.dll_test.sources:
318           added PeerResolverSerializationTest.cs.
320 2009-05-15  Astushi Enomoto  <atsushi@ximian.com>
322         * System.ServiceModel.dll_test.sources: added MessageFaultTest.cs.
324 2009-05-13  Astushi Enomoto  <atsushi@ximian.com>
326         * Makefile : remove xlinq dependency.
328 2009-04-28  Astushi Enomoto  <atsushi@ximian.com>
330         * System.ServiceModel.dll_test.sources: added
331           BinaryMessageEncodingBindingElementTest.cs.
333 2009-04-21  Sebastien Pouliot  <sebastien@ximian.com>
335         * net_2_1_raw_System.ServiceModel.dll.sources: Remove 
336         MonoTODOAttribute since we can get it from mscorlib.dll
338 2009-04-20  Astushi Enomoto  <atsushi@ximian.com>
340         * System.ServiceModel.dll.sources:
341           added several Peer transport support files.
342         * System.ServiceModel.dll_test.sources: added
343           NetPeerTcpBindingTest.cs and PeerTransportBindingElementTest.cs.
345 2009-04-08  Astushi Enomoto  <atsushi@ximian.com>
347         * System.ServiceModel.dll.sources:
348           added PeerTransportSecuritySettings.cs.
349         * Makefile: use -r:System.Core in non-2.1 build too.
351 2009-04-07  Astushi Enomoto  <atsushi@ximian.com>
353         * System.ServiceModel_test.dll.sources: added NetTcpBindingTest.cs.
355 2009-04-07  Astushi Enomoto  <atsushi@ximian.com>
357         * System.ServiceModel.dll.sources: added IOnlineStatus.cs.
359 2009-03-05  Astushi Enomoto  <atsushi@ximian.com>
361         * Makefile : added /r:System.Xml.Linq in 2.1 too.
363 2009-03-04  Astushi Enomoto  <atsushi@ximian.com>
365         * Makefile : add /r:System.Core in 2.1 build.
367 2009-03-04  Astushi Enomoto  <atsushi@ximian.com>
369         * net_2_1_raw_System.ServiceModel.dll.sources :
370           added cross domain checker sources.
372 2009-02-19  Astushi Enomoto  <atsushi@ximian.com>
374         * System.ServiceModel.dll.sources,
375           net_2_1_raw_System.ServiceModel.dll.sources :
376           added CodeTryBlock.cs.
378 2009-01-22  Astushi Enomoto  <atsushi@ximian.com>
380         * net_2_1_raw_System.ServiceModel.dll.sources :
381           added SilverlightClientConfigLoader.cs.
383 2009-01-14  Astushi Enomoto  <atsushi@ximian.com>
385         * System.ServiceModel.dll.sources,
386           net_2_1_raw_System.ServiceModel.dll.sources :
387           added missing exception types (corcompare work).
389 2009-01-14  Astushi Enomoto  <atsushi@ximian.com>
391         * System.ServiceModel_test.dll.sources :
392           added ClientBase_InteractiveChannelInitializerTest.cs.
394 2009-01-07  Astushi Enomoto  <atsushi@ximian.com>
396         * net_2_1_raw_System.ServiceModel.dll.sources : add OperationContext
397           and OperationContextScope to 2.1 build.
399 2008-09-12  Astushi Enomoto  <atsushi@ximian.com>
400             Jb Evain  <jbevain@novell.com>
402         * Makefile: support net_2_1_raw compilation profile.
403         * net_2_1_raw_System.ServiceModel.dll.sources
405         * *.cs: SL2 compilation support.
407 2008-05-22  Roei Erez  <roeie@mainsoft.com>
408         * fix ContractDescription.GetContract implementation
409         * Refactor Request processing
410         * Add support for message inspectors
411         * Add support for InstanceContextProvider & InstanceProvider, including lifecycles events
412         like: ReleaseServiceInstance, Open, Close...
413         * Add relevant test cases.
415 2008-04-21  Igor Zelmanovich <igorz@mainsoft.com>
417         * System.ServiceModel_test.dll.sources: Add ServiceDebugBehaviorTest.cs and
418         ServiceMetadataBehaviorTest.cs.
420 2008-04-17  Vladimir Krasnov  <vladimirk@mainsoft.com>
422         * System.ServiceModel.dll.sources: added HttpChannelManager.cs
424 2008-04-14  Igor Zelmanovich <igorz@mainsoft.com>
426         * System.ServiceModel_test.dll.sources: Add ExtensionCollectionTest.cs.
428 2008-04-13  Vladimir Krasnov  <vladimirk@mainsoft.com>
430         * added: System.ServiceModel_Test.csproj, visual studio tests project
432 2008-04-10  Eyal Alaluf <eyala@mainsoft.com>
434         * System.ServiceModel.dll.sources, System.ServiceModel.csproj:
435           Moved System.ServiceModel.Dispatcher/DefaultMessageOperationFormatter.cs
436           to System.ServiceModel.Dispatcher/BaseMessagesFormatter.cs.
437           Removed System.ServiceModel.Description/ServiceModelInternalConverter.cs.
439 2008-04-01  Roei Erez <roeie@mainsoft.com>
441         * System.ServiceModel_test_net_3_0.dll.config: Added configurations for new tests.
443 2008-04-01  Igor Zelmanovich <igorz@mainsoft.com>
445         * System.ServiceModel_test.dll.sources: Add ServiceHostBaseTest.cs.
447 2008-03-27  Atsushi Enomoto  <atsushi@ximian.com>
449         * Makefile : add System.ServiceModel_test_net_3_0.dll.config to
450           EXTRA_DISTFILES too.
452 2008-03-27  Atsushi Enomoto  <atsushi@ximian.com>
454         * Makefile : include Test/config/* in EXTRA_DISTFILES to fix
455           nunit test failures.
457 2008-03-21  Atsushi Enomoto  <atsushi@ximian.com>
459         * Makefile : more EXTRA_DISTFILES.
461 2008-03-11  Atsushi Enomoto  <atsushi@ximian.com>
463         * Makefile : oops, wrong EXTRA_DISTFILES.
465 2008-03-11  Atsushi Enomoto  <atsushi@ximian.com>
467         * Makefile : add EXTRA_DISTFILES.
469 2008-02-28  Eyal Alaluf <eyala@mainsoft.com>
471         * System.ServiceModel_test_net_3_0.dll.config: Add configurations for
472           testing ClientBase<T> ctors.
474 2008-02-27  Eyal Alaluf <eyala@mainsoft.com>
476         * Makefile: Ignore common warnings including use of obsolete API (since
477           Mono.Security.* has several such warnings).
479 2007-12-05  Atsushi Enomoto  <atsushi@ximian.com>
481         * Makefile : added net_3_5 profile as a valid target.
483 2007-08-18 Marcos Cobena (marcoscobena@gmail.com)
485         * System.ServiceModel_test.dll.sources: Updated with new tests for System.ServiceModel.PeerResolvers.
486         * Test/System.ServiceModel.PeerResolvers/CustomPeerResolverServiceTest.cs: New bunch of tests.
488 2007-08-16 Marcos Cobena (marcoscobena@gmail.com)
490         * System.ServiceModel.dll.sources: Updated with System.ServiceModel.PeerResolvers/PeerReferralPolicy.cs.
491         * PeerReferralPolicy.cs: Moved and updated here from AllEnums.cs.
492         * PeerResolverMode.cs: Updated API.
493         * RefreshResult.cs: Updated API.
494         * RegisterInfo.cs: Almost finished, minus HasBody().
495         * AllEnums.cs: PeerReferralPolicy lives now inside System.ServiceModel.PeerResolvers.
497 2007-07-19 Marcos Cobena (marcoscobena@gmail.com)
499         * PeerCustomResolverSettings.cs, PeerResolverMode.cs, PeerResolverSettings.cs, 
500                 PeerSecuritySettings.cs: New implementations.
501         * System.ServiceModel.dll.sources, AllEnums.cs, Dummy.cs: Updated to added sources.
502         * NetPeerTcpBinding.cs: Added support to new above implementations.
504 2007-07-18 Marcos Cobena (marcoscobena@gmail.com)
506         * TcpChannelListener.cs, TcpDuplexSessionChannel.cs: Text messaging now works 
507                 (both Send() and Receive()), even mixing .NET version with Mono one.
508         * TcpChannelListener.cs: By default, it uses BinaryMessageEncoder.              
510 2007-07-17 Marcos Cobena (marcoscobena@gmail.com)
512         * DuplexSessionChannelBase.cs, TcpChannelListener.cs, TcpDuplexSessionChannel.cs, 
513                 TcpTransportBindingElement.cs: Thanks to Atsushi Eno, it starts messaging.
515 2007-07-12 Marcos Cobena (marcoscobena@gmail.com)
517         * DuplexSessionChannelBase.cs, TcpChannelFactory.cs, TcpChannelListener.cs, 
518                 TcpDuplexSessionChannel.cs: Added new implementations.
519         * NetTcpBinding.cs, TcpTransportBindingElement.cs: Modified to match new TCP implementations.
520         * System.ServiceModel.dll.sources: Updated to last classes set.
522 2007-07-05  Atsushi Enomoto  <atsushi@ximian.com>
524         Makefile : added -r:System.Messaging.dll
526 2007-06-28 Marcos Cobena (marcoscobena@gmail.com)
528         * System.ServiceModel.dll.sources, System.ServiceModel\Dummy.cs : 
529         Modified to match new files under System.ServiceModel.PeerResolvers.
531 2007-04-20  Atsushi Enomoto  <atsushi@ximian.com>
533         Makefile : added ws-addr.xsd as a resource.
535 2007-04-17  Atsushi Enomoto  <atsushi@ximian.com>
537         * fixup-config.xml : updated config section types.
539 2007-03-05  Atsushi Enomoto  <atsushi@ximian.com>
541         Makefile : added -r:Mono.Security.dll and some nowarns.
543 2007-02-27  Wade Berrier  <wberrier@novell.com>
545         * Makefile: include resource files in EXTRA_DISTFILES
547 2006-10-13  Atsushi Enomoto  <atsushi@ximian.com>
549         * fixup-config2.cs, fixup-config2.xml :
550           It is used to add svc. -> SvcHttpHandler mapping in web.config.
552 2006-10-04  Ankit Jain  <jankit@novell.com>
554         * System.ServiceModel.dll.sources: Update.
556 2006-09-29  Ankit Jain  <jankit@novell.com>
558         * System.ServiceModel.dll.sources: Update.
560 2006-09-26  Ankit Jain  <jankit@novell.com>
562         * System.ServiceModel.dll.sources: Update.
564 2006-09-07  Ankit Jain  <jankit@novell.com>
566         * System.ServiceModel_test.dll.sources: Add WsdlExporterTest.cs
568 2006-07-21  Atsushi Enomoto  <atsushi@ximian.com>
570         * Makefile : it used to be referenced by S.IM.Selectors.dll.
571           Nowadays it references S.IM.Selectors.dll.
573 2006-07-13  Ankit Jain  <jankit@novell.com>
575         * System.ServiceModel_test.dll.sources: Add MetadataResolverTest.cs
577 2006-07-12  Ankit Jain  <jankit@novell.com>
579         * System.ServiceModel.dll.sources: Update for June CTP changes. Add
580         EndpointAddress10.cs
582 2006-07-04  Atsushi Enomoto  <atsushi@ximian.com>
584         * Makefile : add path to referenced assemblies as gmcs always loads
585           them from the GAC.
587 2006-07-03  Ankit Jain  <jankit@novell.com>
589         * System.ServiceModel.dll.sources: Update for June CTP changes.
591 2006-07-03  Ankit Jain  <jankit@novell.com>
593         * System.ServiceModel.dll.sources: Add IMetadataExchange.cs and
594         MetadataExchangeBinding.cs . Update to match changes in June CTP.
596 2006-06-30  Atsushi Enomoto  <atsushi@ximian.com>
598         * fixup-config.xml : updated to match June CTP config types.
600 2006-06-27  Atsushi Enomoto  <atsushi@ximian.com>
602         * fixup-config.xml : bindings section has binding sub sections.
604 2006-06-27  Atsushi Enomoto  <atsushi@ximian.com>
606         * fixup-config.cs : now it supports updating.
607         * fixup-config.xml : "bindings" is in fact just a section.
608           MS bad naming on class.
610 2006-06-26  Atsushi Enomoto  <atsushi@ximian.com>
612         * fixup-config.cs, fixup-config.xml : when you try configuration
613           support, you can run fixup-config.exe and then supplemental
614           config sections are added.
616 2006-06-12  Atsushi Enomoto  <atsushi@ximian.com>
618         * Makefile : remove extra option.
620 2006-06-12  Ankit Jain  <jankit@novell.com>
622         * System.ServiceModel.dll.sources: Add
623         System.ServiceModel.Description/MetadataSectionSerializerBase.cs
624         * System.ServiceModel_test.dll.sources: Add
625         System.ServiceModel.Description/WsdlImporterTest.cs
627 2006-06-12  Atsushi Enomoto  <atsushi@ximian.com>
629         * Makefile : use Mono.CodeGeneration.
631 2006-04-26  Ankit Jain  <jankit@novell.com>
633         * System.ServiceModel_test.dll.sources : Add
634         System.ServiceModel.Description/WebServiceHelper.cs .
636 2006-02-11  Ankit Jain  <jankit@novell.com>
638         * System.ServiceModel_test.dll.sources : Add
639         ServiceHostTest.cs and UriSchemeKeyedCollectionTest.cs 
641 2005-10-19  Atsushi Enomoto  <atsushi@ximian.com>
643         * winfx.pub : new set of assembly, thus new public key.
645 2005-10-09  Atsushi Enomoto  <atsushi@ximian.com>
647         * Makefile : eliminated some warning noises.
649 2005-10-08  Atsushi Enomoto  <atsushi@ximian.com>
651         * Makefile : addded /r:System.Transactions.
653 2005-09-29  Duncan Mak  <duncan@novell.com>
655         * Makefile (RESOURCE_FILES): Include
656         resources/WS-Addressing.schema.
657         (LIB_MCS_FLAGS): Add "/resource:" flag.
659 2005-09-29  Atsushi Enomoto  <atsushi@ximian.com>
661         * System.ServiceModel_test.dll.sources : required for make run-test.
663 2005-09-29  Atsushi Enomoto  <atsushi@ximian.com>
665         * System.ServiceModel.dll.sources : regenerated to add new files.
667 2005-09-29  Atsushi Enomoto  <atsushi@ximian.com>
669         * System.ServiceModel.dll.sources : regenerated to add new files.
671 2005-09-29  Atsushi Enomoto  <atsushi@ximian.com>
673         * Makefile : reference to sys.configuration.dll.
674         * System.ServiceModel.dll.sources : regenerated to add new files.
676 2005-09-28  Atsushi Enomoto  <atsushi@ximian.com>
678         * System.ServiceModel.dll.sources : regenerated to add new files.
680 2005-09-28  Atsushi Enomoto  <atsushi@ximian.com>
682         * System.ServiceModel.dll.sources : further regen.
684 2005-09-28  Atsushi Enomoto  <atsushi@ximian.com>
686         * System.ServiceModel.dll.sources : regenerated to add new files.
688 2005-09-28  Atsushi Enomoto  <atsushi@ximian.com>
690         * System.ServiceModel.dll.sources : regenerated to add new files.
692 2005-09-28  Atsushi Enomoto  <atsushi@ximian.com>
694         * System.ServiceModel.dll.sources : regenerated to add new files.
696 2005-09-28  Atsushi Enomoto  <atsushi@ximian.com>
698         * System.ServiceModel.dll.sources : regenerated to add new files.
700 2005-09-27  Atsushi Enomoto  <atsushi@ximian.com>
702         * System.ServiceModel.dll.sources : regenerated to add new files.
704 2005-09-27  Atsushi Enomoto  <atsushi@ximian.com>
706         * System.ServiceModel.dll.sources : added CommunicationErrorEventArgs.
708 2005-09-27  Atsushi Enomoto  <atsushi@ximian.com>
710         * Makefile : so now update-dll-sources is common target to all libs.