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