**** Merged from MCS ****
[mono-project.git] / mcs / class / Microsoft.Web.Services / Microsoft.Web.Services.Configuration / ChangeLog
blob5d790e638f6688e62c6976b793dea85f7317dc20
1 2003-10-26  Todd Berman <tberman@gentoo.org>
3         * WebServicesConfiguration.cs: Allowing the MessagingConfiguration to 
4         stay the same one (prevents double socket binding attempts)
6 2003-10-22  Todd Berman <tberman@gentoo.org>
8         * WebServicesConfiguration.cs: Added MessagingConfiguration
9         * FilterConfiguration.cs: #if'd out some stuff breaking wse2
11 2003-10-05  Sebastien Pouliot  <spouliot@videotron.ca>
13         * FilterConfiguration.cs: Added Trace[In/Out]putFilters support.
14         * WebServicesConfiguration.cs: now reads <microsoft.web.services>
15         <diagnostics><trace>
17 2003-09-06  Sebastien Pouliot  <spouliot@videotron.ca>
19         * ConfigurationBase.cs: Completed implementation (both WSE1 and WSE2).
20         * FilterConfiguration.cs: Now returns the default input/output filters. 
21         * WebServicesConfiguration.cs: Works for WSE1. Added WSE2 stubs.
23 2003-09-05  Sebastien Pouliot  <spouliot@videotron.ca>
25         * ConfigurationBase.cs: New. Limited implementation to fix compile.
26         * FilterConfiguration.cs: New. Stub to fix compile.     
27         * WebServicesConfiguration.cs: New. Stub to fix compile.