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