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