net_2_1_raw_System.ServiceModel.dll.sources: Remove MonoTODOAttribute since we can...
[mono.git] / mcs / class / System.ServiceModel / ChangeLog
1 2009-04-21  Sebastien Pouliot  <sebastien@ximian.com>
2
3         * net_2_1_raw_System.ServiceModel.dll.sources: Remove 
4         MonoTODOAttribute since we can get it from mscorlib.dll
5
6 2009-04-20  Astushi Enomoto  <atsushi@ximian.com>
7
8         * System.ServiceModel.dll.sources:
9           added several Peer transport support files.
10         * System.ServiceModel.dll_test.sources: added
11           NetPeerTcpBindingTest.cs and PeerTransportBindingElementTest.cs.
12
13 2009-04-08  Astushi Enomoto  <atsushi@ximian.com>
14
15         * System.ServiceModel.dll.sources:
16           added PeerTransportSecuritySettings.cs.
17         * Makefile: use -r:System.Core in non-2.1 build too.
18
19 2009-04-07  Astushi Enomoto  <atsushi@ximian.com>
20
21         * System.ServiceModel_test.dll.sources: added NetTcpBindingTest.cs.
22
23 2009-04-07  Astushi Enomoto  <atsushi@ximian.com>
24
25         * System.ServiceModel.dll.sources: added IOnlineStatus.cs.
26
27 2009-03-05  Astushi Enomoto  <atsushi@ximian.com>
28
29         * Makefile : added /r:System.Xml.Linq in 2.1 too.
30
31 2009-03-04  Astushi Enomoto  <atsushi@ximian.com>
32
33         * Makefile : add /r:System.Core in 2.1 build.
34
35 2009-03-04  Astushi Enomoto  <atsushi@ximian.com>
36
37         * net_2_1_raw_System.ServiceModel.dll.sources :
38           added cross domain checker sources.
39
40 2009-02-19  Astushi Enomoto  <atsushi@ximian.com>
41
42         * System.ServiceModel.dll.sources,
43           net_2_1_raw_System.ServiceModel.dll.sources :
44           added CodeTryBlock.cs.
45
46 2009-01-22  Astushi Enomoto  <atsushi@ximian.com>
47
48         * net_2_1_raw_System.ServiceModel.dll.sources :
49           added SilverlightClientConfigLoader.cs.
50
51 2009-01-14  Astushi Enomoto  <atsushi@ximian.com>
52
53         * System.ServiceModel.dll.sources,
54           net_2_1_raw_System.ServiceModel.dll.sources :
55           added missing exception types (corcompare work).
56
57 2009-01-14  Astushi Enomoto  <atsushi@ximian.com>
58
59         * System.ServiceModel_test.dll.sources :
60           added ClientBase_InteractiveChannelInitializerTest.cs.
61
62 2009-01-07  Astushi Enomoto  <atsushi@ximian.com>
63
64         * net_2_1_raw_System.ServiceModel.dll.sources : add OperationContext
65           and OperationContextScope to 2.1 build.
66
67 2008-09-12  Astushi Enomoto  <atsushi@ximian.com>
68             Jb Evain  <jbevain@novell.com>
69
70         * Makefile: support net_2_1_raw compilation profile.
71         * net_2_1_raw_System.ServiceModel.dll.sources
72
73         * *.cs: SL2 compilation support.
74
75 2008-05-22  Roei Erez  <roeie@mainsoft.com>
76         * fix ContractDescription.GetContract implementation
77         * Refactor Request processing
78         * Add support for message inspectors
79         * Add support for InstanceContextProvider & InstanceProvider, including lifecycles events
80         like: ReleaseServiceInstance, Open, Close...
81         * Add relevant test cases.
82
83 2008-04-21  Igor Zelmanovich <igorz@mainsoft.com>
84
85         * System.ServiceModel_test.dll.sources: Add ServiceDebugBehaviorTest.cs and
86         ServiceMetadataBehaviorTest.cs.
87
88 2008-04-17  Vladimir Krasnov  <vladimirk@mainsoft.com>
89
90         * System.ServiceModel.dll.sources: added HttpChannelManager.cs
91
92 2008-04-14  Igor Zelmanovich <igorz@mainsoft.com>
93
94         * System.ServiceModel_test.dll.sources: Add ExtensionCollectionTest.cs.
95
96 2008-04-13  Vladimir Krasnov  <vladimirk@mainsoft.com>
97
98         * added: System.ServiceModel_Test.csproj, visual studio tests project
99
100 2008-04-10  Eyal Alaluf <eyala@mainsoft.com>
101
102         * System.ServiceModel.dll.sources, System.ServiceModel.csproj:
103           Moved System.ServiceModel.Dispatcher/DefaultMessageOperationFormatter.cs
104           to System.ServiceModel.Dispatcher/BaseMessagesFormatter.cs.
105           Removed System.ServiceModel.Description/ServiceModelInternalConverter.cs.
106
107 2008-04-01  Roei Erez <roeie@mainsoft.com>
108
109         * System.ServiceModel_test_net_3_0.dll.config: Added configurations for new tests.
110
111 2008-04-01  Igor Zelmanovich <igorz@mainsoft.com>
112
113         * System.ServiceModel_test.dll.sources: Add ServiceHostBaseTest.cs.
114
115 2008-03-27  Atsushi Enomoto  <atsushi@ximian.com>
116
117         * Makefile : add System.ServiceModel_test_net_3_0.dll.config to
118           EXTRA_DISTFILES too.
119
120 2008-03-27  Atsushi Enomoto  <atsushi@ximian.com>
121
122         * Makefile : include Test/config/* in EXTRA_DISTFILES to fix
123           nunit test failures.
124
125 2008-03-21  Atsushi Enomoto  <atsushi@ximian.com>
126
127         * Makefile : more EXTRA_DISTFILES.
128
129 2008-03-11  Atsushi Enomoto  <atsushi@ximian.com>
130
131         * Makefile : oops, wrong EXTRA_DISTFILES.
132
133 2008-03-11  Atsushi Enomoto  <atsushi@ximian.com>
134
135         * Makefile : add EXTRA_DISTFILES.
136
137 2008-02-28  Eyal Alaluf <eyala@mainsoft.com>
138
139         * System.ServiceModel_test_net_3_0.dll.config: Add configurations for
140           testing ClientBase<T> ctors.
141
142 2008-02-27  Eyal Alaluf <eyala@mainsoft.com>
143
144         * Makefile: Ignore common warnings including use of obsolete API (since
145           Mono.Security.* has several such warnings).
146
147 2007-12-05  Atsushi Enomoto  <atsushi@ximian.com>
148
149         * Makefile : added net_3_5 profile as a valid target.
150
151 2007-08-18 Marcos Cobena (marcoscobena@gmail.com)
152
153         * System.ServiceModel_test.dll.sources: Updated with new tests for System.ServiceModel.PeerResolvers.
154         * Test/System.ServiceModel.PeerResolvers/CustomPeerResolverServiceTest.cs: New bunch of tests.
155
156 2007-08-16 Marcos Cobena (marcoscobena@gmail.com)
157
158         * System.ServiceModel.dll.sources: Updated with System.ServiceModel.PeerResolvers/PeerReferralPolicy.cs.
159         * PeerReferralPolicy.cs: Moved and updated here from AllEnums.cs.
160         * PeerResolverMode.cs: Updated API.
161         * RefreshResult.cs: Updated API.
162         * RegisterInfo.cs: Almost finished, minus HasBody().
163         * AllEnums.cs: PeerReferralPolicy lives now inside System.ServiceModel.PeerResolvers.
164
165 2007-07-19 Marcos Cobena (marcoscobena@gmail.com)
166
167         * PeerCustomResolverSettings.cs, PeerResolverMode.cs, PeerResolverSettings.cs, 
168                 PeerSecuritySettings.cs: New implementations.
169         * System.ServiceModel.dll.sources, AllEnums.cs, Dummy.cs: Updated to added sources.
170         * NetPeerTcpBinding.cs: Added support to new above implementations.
171
172 2007-07-18 Marcos Cobena (marcoscobena@gmail.com)
173
174         * TcpChannelListener.cs, TcpDuplexSessionChannel.cs: Text messaging now works 
175                 (both Send() and Receive()), even mixing .NET version with Mono one.
176         * TcpChannelListener.cs: By default, it uses BinaryMessageEncoder.              
177
178 2007-07-17 Marcos Cobena (marcoscobena@gmail.com)
179
180         * DuplexSessionChannelBase.cs, TcpChannelListener.cs, TcpDuplexSessionChannel.cs, 
181                 TcpTransportBindingElement.cs: Thanks to Atsushi Eno, it starts messaging.
182
183 2007-07-12 Marcos Cobena (marcoscobena@gmail.com)
184
185         * DuplexSessionChannelBase.cs, TcpChannelFactory.cs, TcpChannelListener.cs, 
186                 TcpDuplexSessionChannel.cs: Added new implementations.
187         * NetTcpBinding.cs, TcpTransportBindingElement.cs: Modified to match new TCP implementations.
188         * System.ServiceModel.dll.sources: Updated to last classes set.
189
190 2007-07-05  Atsushi Enomoto  <atsushi@ximian.com>
191
192         Makefile : added -r:System.Messaging.dll
193
194 2007-06-28 Marcos Cobena (marcoscobena@gmail.com)
195
196         * System.ServiceModel.dll.sources, System.ServiceModel\Dummy.cs : 
197         Modified to match new files under System.ServiceModel.PeerResolvers.
198
199 2007-04-20  Atsushi Enomoto  <atsushi@ximian.com>
200
201         Makefile : added ws-addr.xsd as a resource.
202
203 2007-04-17  Atsushi Enomoto  <atsushi@ximian.com>
204
205         * fixup-config.xml : updated config section types.
206
207 2007-03-05  Atsushi Enomoto  <atsushi@ximian.com>
208
209         Makefile : added -r:Mono.Security.dll and some nowarns.
210
211 2007-02-27  Wade Berrier  <wberrier@novell.com>
212
213         * Makefile: include resource files in EXTRA_DISTFILES
214
215 2006-10-13  Atsushi Enomoto  <atsushi@ximian.com>
216
217         * fixup-config2.cs, fixup-config2.xml :
218           It is used to add svc. -> SvcHttpHandler mapping in web.config.
219
220 2006-10-04  Ankit Jain  <jankit@novell.com>
221
222         * System.ServiceModel.dll.sources: Update.
223
224 2006-09-29  Ankit Jain  <jankit@novell.com>
225
226         * System.ServiceModel.dll.sources: Update.
227
228 2006-09-26  Ankit Jain  <jankit@novell.com>
229
230         * System.ServiceModel.dll.sources: Update.
231
232 2006-09-07  Ankit Jain  <jankit@novell.com>
233
234         * System.ServiceModel_test.dll.sources: Add WsdlExporterTest.cs
235
236 2006-07-21  Atsushi Enomoto  <atsushi@ximian.com>
237
238         * Makefile : it used to be referenced by S.IM.Selectors.dll.
239           Nowadays it references S.IM.Selectors.dll.
240
241 2006-07-13  Ankit Jain  <jankit@novell.com>
242
243         * System.ServiceModel_test.dll.sources: Add MetadataResolverTest.cs
244
245 2006-07-12  Ankit Jain  <jankit@novell.com>
246
247         * System.ServiceModel.dll.sources: Update for June CTP changes. Add
248         EndpointAddress10.cs
249
250 2006-07-04  Atsushi Enomoto  <atsushi@ximian.com>
251
252         * Makefile : add path to referenced assemblies as gmcs always loads
253           them from the GAC.
254
255 2006-07-03  Ankit Jain  <jankit@novell.com>
256
257         * System.ServiceModel.dll.sources: Update for June CTP changes.
258
259 2006-07-03  Ankit Jain  <jankit@novell.com>
260
261         * System.ServiceModel.dll.sources: Add IMetadataExchange.cs and
262         MetadataExchangeBinding.cs . Update to match changes in June CTP.
263
264 2006-06-30  Atsushi Enomoto  <atsushi@ximian.com>
265
266         * fixup-config.xml : updated to match June CTP config types.
267
268 2006-06-27  Atsushi Enomoto  <atsushi@ximian.com>
269
270         * fixup-config.xml : bindings section has binding sub sections.
271
272 2006-06-27  Atsushi Enomoto  <atsushi@ximian.com>
273
274         * fixup-config.cs : now it supports updating.
275         * fixup-config.xml : "bindings" is in fact just a section.
276           MS bad naming on class.
277
278 2006-06-26  Atsushi Enomoto  <atsushi@ximian.com>
279
280         * fixup-config.cs, fixup-config.xml : when you try configuration
281           support, you can run fixup-config.exe and then supplemental
282           config sections are added.
283
284 2006-06-12  Atsushi Enomoto  <atsushi@ximian.com>
285
286         * Makefile : remove extra option.
287
288 2006-06-12  Ankit Jain  <jankit@novell.com>
289
290         * System.ServiceModel.dll.sources: Add
291         System.ServiceModel.Description/MetadataSectionSerializerBase.cs
292         * System.ServiceModel_test.dll.sources: Add
293         System.ServiceModel.Description/WsdlImporterTest.cs
294
295 2006-06-12  Atsushi Enomoto  <atsushi@ximian.com>
296
297         * Makefile : use Mono.CodeGeneration.
298
299 2006-04-26  Ankit Jain  <jankit@novell.com>
300
301         * System.ServiceModel_test.dll.sources : Add
302         System.ServiceModel.Description/WebServiceHelper.cs .
303
304 2006-02-11  Ankit Jain  <jankit@novell.com>
305
306         * System.ServiceModel_test.dll.sources : Add
307         ServiceHostTest.cs and UriSchemeKeyedCollectionTest.cs 
308
309 2005-10-19  Atsushi Enomoto  <atsushi@ximian.com>
310
311         * winfx.pub : new set of assembly, thus new public key.
312
313 2005-10-09  Atsushi Enomoto  <atsushi@ximian.com>
314
315         * Makefile : eliminated some warning noises.
316
317 2005-10-08  Atsushi Enomoto  <atsushi@ximian.com>
318
319         * Makefile : addded /r:System.Transactions.
320
321 2005-09-29  Duncan Mak  <duncan@novell.com>
322
323         * Makefile (RESOURCE_FILES): Include
324         resources/WS-Addressing.schema.
325         (LIB_MCS_FLAGS): Add "/resource:" flag.
326
327 2005-09-29  Atsushi Enomoto  <atsushi@ximian.com>
328
329         * System.ServiceModel_test.dll.sources : required for make run-test.
330
331 2005-09-29  Atsushi Enomoto  <atsushi@ximian.com>
332
333         * System.ServiceModel.dll.sources : regenerated to add new files.
334
335 2005-09-29  Atsushi Enomoto  <atsushi@ximian.com>
336
337         * System.ServiceModel.dll.sources : regenerated to add new files.
338
339 2005-09-29  Atsushi Enomoto  <atsushi@ximian.com>
340
341         * Makefile : reference to sys.configuration.dll.
342         * System.ServiceModel.dll.sources : regenerated to add new files.
343
344 2005-09-28  Atsushi Enomoto  <atsushi@ximian.com>
345
346         * System.ServiceModel.dll.sources : regenerated to add new files.
347
348 2005-09-28  Atsushi Enomoto  <atsushi@ximian.com>
349
350         * System.ServiceModel.dll.sources : further regen.
351
352 2005-09-28  Atsushi Enomoto  <atsushi@ximian.com>
353
354         * System.ServiceModel.dll.sources : regenerated to add new files.
355
356 2005-09-28  Atsushi Enomoto  <atsushi@ximian.com>
357
358         * System.ServiceModel.dll.sources : regenerated to add new files.
359
360 2005-09-28  Atsushi Enomoto  <atsushi@ximian.com>
361
362         * System.ServiceModel.dll.sources : regenerated to add new files.
363
364 2005-09-28  Atsushi Enomoto  <atsushi@ximian.com>
365
366         * System.ServiceModel.dll.sources : regenerated to add new files.
367
368 2005-09-27  Atsushi Enomoto  <atsushi@ximian.com>
369
370         * System.ServiceModel.dll.sources : regenerated to add new files.
371
372 2005-09-27  Atsushi Enomoto  <atsushi@ximian.com>
373
374         * System.ServiceModel.dll.sources : added CommunicationErrorEventArgs.
375
376 2005-09-27  Atsushi Enomoto  <atsushi@ximian.com>
377
378         * Makefile : so now update-dll-sources is common target to all libs.