* roottypes.cs: Rename from tree.cs.
[mono.git] / mcs / class / Microsoft.Web.Services / Microsoft.Web.Services.Routing / ChangeLog
1 2003-10-26  Todd Berman <tberman@gentoo.org>
2
3         * RoutingFault.cs: Implementation
4         * Path.cs: More Implementation
5         * Found.cs: Implementation
6
7 2003-10-26  Todd Berman <tberman@gentoo.org>
8
9         * RoutingOutputFilter.cs: Adding ReplyTo
10
11 2003-10-22  Todd Berman <tberman@gentoo.org>
12
13         * RoutingOutputFilter.cs: Quick WSE2 hack for the To and Action fields,
14         still needs a lot of implementation.
15
16 2003-09-07  Sebastien Pouliot  <spouliot@videotron.ca>
17
18         * Path.cs: Constructors are internal and Clone is non virtual in WSE1
19         (corcompare). Added missing properties (many are obsolete in WSE2).
20         * RoutingInputFilter.cs: Added missing TODO.
21         * RoutingOutputFilter.cs: Added missing TODO.
22         * Via.cs: Removed virtual from Clone for WSE1 (corcompare).
23         * ViaCollection.cs: Removed virtual from Clone/GetEnumerator/CopyTo/
24         SyncRoot for WSE1 (corcompare).
25         * WSRouting.cs: New. Routing constant strings.
26
27 2003-09-06  Sebastien Pouliot  <spouliot@videotron.ca>
28
29         * RoutingInputFilter.cs: Stubbed for compilation (configuration).
30         * RoutingOutputFilter.cs: Stubbed for compilation (configuration).
31
32 2003-09-04  Sebastien Pouliot  <spouliot@videotron.ca>
33
34         * Path.cs: Corrected typos to fix compilation.
35         * Via.cs: Corrected typos to fix compilation.
36         * ViaCollection.cs: Corrected typos to fix compilation.