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