2005-01-31 Zoltan Varga <vargaz@freemail.hu>
[mono.git] / mcs / class / Microsoft.Web.Services / ChangeLog
1 2004-11-25  Raja R Harinath  <rharinath@novell.com>
2
3         * Makefile (dist-local): Use cp -p.
4
5 2004-03-30  Sebastien Pouliot  <sebastien@ximian.com>
6
7         * Microsoft.Web.Services.dll.2.sources: Added Mono.Xml.XmlCanonicalizer
8         * Microsoft.Web.Services.dll.sources: Added Mono.Xml.XmlCanonicalizer
9
10 2004-03-23  Sebastien Pouliot  <sebastien@ximian.com>
11
12         * mswse.pub: New. Microsoft WSE public key to be used for 
13         strongnaming the Microsoft.Web.Service assembly.
14
15 2003-12-08  Peter Williams  <peter@newton.cx>
16
17         * Makefile: Update Makefile to use embedded tabs instead
18         of ECHO_ESCAPE. Fixes build on OS X.
19
20 2003-10-26  Todd Berman <tberman@gentoo.org>
21
22         * Microsoft.Web.Services.dll.2.sources: Added RoutingFault.cs
23         * Microsoft.Web.Services.dll.2.sources: Added Found.cs
24         * Microsoft.Web.Services.dll.sources: Added RoutingFault.cs
25         * Microsoft.Web.Services.dll.sources: Added Found.cs
26
27 2003-10-25  Sebastien Pouliot  <spouliot@videotron.ca>
28
29         * Microsoft.Web.Services.dll.2.sources: Added IMutableSecurityToken.cs
30         in Microsoft.Web.Services.Security (new in WSE2)
31
32 2003-10-22  Todd Berman <tberman@gentoo.org>
33
34         * Microsoft.Web.Services.dll.2.sources: Added SoapDimeFormatter.cs
35         * Microsoft.Web.Services.dll.2.sources: Added SoapChannelCollection.cs
36         * Microsoft.Web.Services.dll.2.sources: Added SoapChannel.cs
37         * Microsoft.Web.Services.dll.2.sources: Added SoapTransport.cs
38         * Microsoft.Web.Services.dll.2.sources: Added MessagingConfiguration.cs
39         * Microsoft.Web.Services.dll.2.sources: Added SoapPlainFormatter.cs
40         * Microsoft.Web.Services.dll.2.sources: Added SoapTcpTransport.cs
41         * Microsoft.Web.Services.dll.2.sources: Added SoapTcpChannel.cs
42         * Microsoft.Web.Services.dll.2.sources: Added SoapTcpListener.cs
43         * Microsoft.Web.Services.dll.2.sources: Added AsyncResult.cs
44
45 2003-10-12  Todd Berman <tberman@gentoo.org>
46
47         * Makefile: Fixed up the test target so it works now
48
49 2003-10-08  Todd Berman <tberman@gentoo.org>
50
51         * Microsoft.Web.Services.dll2.sources: Added RelatesTo.cs
52
53 2003-10-08  Todd Berman <tberman@gentoo.org>
54
55         * Microsoft.Web.Services.dll.2.sources: Added FaultTo.cs
56         * Microsoft.Web.Services.dll.2.sources: Added From.cs
57         * Microsoft.Web.Services.dll.2.sources: Added MessageID.cs
58         * Microsoft.Web.Services.dll.2.sources: Added Recipient.cs
59
60 2003-10-07  Todd Berman <tberman@gentoo.org>
61
62         * Microsoft.Web.Services.dll.2.sources: Added ReferenceProperties.cs
63
64 2003-10-07  Todd Berman <tberman@gentoo.org>
65
66         * Microsoft.Web.Services.dll.2.sources: Added OpenElementElement.cs
67
68 2003-10-05  Sebastien Pouliot  <spouliot@videotron.ca>
69
70         * Microsoft.Web.Services.Diagnostics: Added new namespace with 
71         internal TraceFilter.cs and public TraceInputFilter.cs and
72         TraceOutputFilter.cs
73         * Microsoft.Web.Services.dll.sources: Removed classes from 
74         Microsoft.Web.Services.Policy and Microsoft.Web.Services.Messaging
75         from the WSE 1.0 build (extra - corcompare).
76
77 2003-10-05  Todd Berman <tberman@gentoo.org>
78
79         * Microsoft.Web.Services.dll.2.sources: Added QualifiedName.cs
80
81 2003-10-05  Todd Berman <tberman@gentoo.org>
82
83         * Microsoft.Web.Services.dll.2.sources: Added AddressList.cs
84
85 2003-10-05  Todd Berman <tberman@gentoo.org>
86
87         * Microsoft.Web.Services.Security/UsernameToken.cs: small WSE2 build
88         fixes.
89         * Microsoft.Web.Services.Addressing/AttributeUri.cs: implemented.
90         * Microsoft.Web.Services.Addressing/Address.cs: implemented
91
92 2003-10-04  Sebastien Pouliot  <spouliot@videotron.ca>
93
94         * Microsoft.Web.Services.dll.sources: Added ChainStream to build.
95         * Microsoft.Web.Services.dll.2.sources: Added ChainStream to build.
96
97 2003-10-04  Todd Berman <tberman@gentoo.org>
98
99         * Microsoft.Web.Services.Addressing/Action.cs: implemented
100
101 2003-09-30  Todd Berman <tberman@gentoo.org>
102
103         * Microsoft.Web.Services.Addressing/AttributedUriString.cs: implemented
104
105 2003-09-30  Todd Berman <tberman@gentoo.org>
106         
107         * Ok, this was the beforementioned (on -devel) WSE Makefile edit.
108         
109         Right now, this builds both WSE1 and WSE2, and installs them both, as
110         
111         Microsoft.Web.Services.1.dll and
112         Microsoft.Web.Services.2.dll respectively.
113         
114         It will also install Microsoft.Web.Services.1.dll as
115         Microsoft.Web.Services.dll. This behaviour can be overridden by defining
116         DEFAULT_WSE2
117         
118         This can be defined in config.make or on the commandline (i think).
119         I have tested clean, all, and install, but have not tested dist or test.
120         dist should work, test might or might not. (however, a toplevel make
121         dist wont be affected, because this dir is not being built by default)
122
123         This is pure amateur makefile hackery on my part, anyone who want to
124         improve on this effort, please feel free.
125
126 2003-09-29  Todd Berman <tberman@gentoo.org>
127
128         * Microsoft.Web.Services.Addressing/AttributedUriString.cs: stubs
129         * Microsoft.Web.Services.Xml/OpenAttributeElement.cs: implemented
130
131 2003-09-29  Todd Berman <tberman@gentoo.org>
132
133         * Microsoft.Web.Services.Addressing/AddressingHeaders.cs: Partially 
134         stubbed.
135         * Microsoft.Web.Services/SoapContext.cs: using AddressingHeaders now.
136
137 2003-09-25  Todd Berman <tberman@gentoo.org>
138
139         * Microsoft.Web.Services/SoapContext.cs: Added Action, To and ReplyTo
140         properties.
141         * Microsoft.Web.Services.Addressing/
142                 Action.cs:
143                 Address.cs:
144                 AttributedUri.cs:
145                 AttributedUriString.cs:
146                 EndpointReference.cs:
147                 EndpointReferenceType.cs:
148                 ReplyTo.cs:
149                 To.cs: Partially stubbed.
150         * Microsoft.Web.Services.Messaging/SoapReceiver.cs: Added protected
151         abstract method Receive.
152         * Microsoft.Web.Services.Messaging/
153                 SoapReceivers.cs: 
154                 SoapSender.cs: Partially stubbed.
155         * Microsoft.Web.Services.Xml/IXmlElement.cs: Moved to the Xml namespace
156         which is where MS has it, added the namespace to classes that needed it
157         * Microsoft.Web.Services.Xml/OpenAttributeElement.cs: Partially stubbed
158         * Microsoft.Web.Services.dll.sources: Added new files.
159         
160 2003-09-06  Sebastien Pouliot  <spouliot@videotron.ca>
161
162         * Microsoft.Web.Services.dll.sources: Added stubbed input/output soap 
163         filters for Routing and Referral so Configuration can be compiled.
164
165 2003-09-06  Sebastien Pouliot  <spouliot@videotron.ca>
166
167         * Microsoft.Web.Services.dll.sources: Added another shared (and 
168         renamed) file from System.Security assembly (Signature.cs ->
169         SignedXmlSignature.cs).
170
171 2003-09-05  Sebastien Pouliot  <spouliot@videotron.ca>
172
173         * Microsoft.Web.Services.dll.sources: Added stubbed classes from
174         Microsoft.Web.Services.Configuration to fix compilation.
175
176 2003-09-04  Sebastien Pouliot  <spouliot@videotron.ca>
177
178         * Makefile: Added reference to System.Security assembly and a define
179         for WSE1 (required for classes shared between SS and WSE).
180         * Microsoft.Web.Services.dll.sources: Added (shared) files from
181         System.Security assembly. Removed unused files. Added Assembly files.
182
183 2003-09-04  Duncan Mak  <duncan@ximian.com>
184
185         * Integrate the files from Sebastien.
186
187 2003-09-02  Duncan Mak  <duncan@ximian.com>
188
189         * Microsoft.Web.Services/Soap.cs:
190         * Microsoft.Web.Services/IXmlElement.cs: Implemented. 
191
192 2003-09-02  Daniel Kornhauser  <dkor@alum.mit.edu>
193
194         * Microsoft.Web.Services: All Exceptions in this assembly
195         implemented.