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