TARGET_J2EE/JVM fixes
[mono.git] / mcs / class / Microsoft.Web.Services / ChangeLog
index bd8bd2041f1726dff19c028af59e41facaa72105..ffd661b50f28bad91399f47369d7ba7249bd9820 100644 (file)
@@ -1,3 +1,133 @@
+2004-11-25  Raja R Harinath  <rharinath@novell.com>
+
+       * Makefile (dist-local): Use cp -p.
+
+2004-03-30  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * Microsoft.Web.Services.dll.2.sources: Added Mono.Xml.XmlCanonicalizer
+       * Microsoft.Web.Services.dll.sources: Added Mono.Xml.XmlCanonicalizer
+
+2004-03-23  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * mswse.pub: New. Microsoft WSE public key to be used for 
+       strongnaming the Microsoft.Web.Service assembly.
+
+2003-12-08  Peter Williams  <peter@newton.cx>
+
+       * Makefile: Update Makefile to use embedded tabs instead
+       of ECHO_ESCAPE. Fixes build on OS X.
+
+2003-10-26  Todd Berman <tberman@gentoo.org>
+
+       * Microsoft.Web.Services.dll.2.sources: Added RoutingFault.cs
+       * Microsoft.Web.Services.dll.2.sources: Added Found.cs
+       * Microsoft.Web.Services.dll.sources: Added RoutingFault.cs
+       * Microsoft.Web.Services.dll.sources: Added Found.cs
+
+2003-10-25  Sebastien Pouliot  <spouliot@videotron.ca>
+
+       * Microsoft.Web.Services.dll.2.sources: Added IMutableSecurityToken.cs
+       in Microsoft.Web.Services.Security (new in WSE2)
+
+2003-10-22  Todd Berman <tberman@gentoo.org>
+
+       * Microsoft.Web.Services.dll.2.sources: Added SoapDimeFormatter.cs
+       * Microsoft.Web.Services.dll.2.sources: Added SoapChannelCollection.cs
+       * Microsoft.Web.Services.dll.2.sources: Added SoapChannel.cs
+       * Microsoft.Web.Services.dll.2.sources: Added SoapTransport.cs
+       * Microsoft.Web.Services.dll.2.sources: Added MessagingConfiguration.cs
+       * Microsoft.Web.Services.dll.2.sources: Added SoapPlainFormatter.cs
+       * Microsoft.Web.Services.dll.2.sources: Added SoapTcpTransport.cs
+       * Microsoft.Web.Services.dll.2.sources: Added SoapTcpChannel.cs
+       * Microsoft.Web.Services.dll.2.sources: Added SoapTcpListener.cs
+       * Microsoft.Web.Services.dll.2.sources: Added AsyncResult.cs
+
+2003-10-12  Todd Berman <tberman@gentoo.org>
+
+       * Makefile: Fixed up the test target so it works now
+
+2003-10-08  Todd Berman <tberman@gentoo.org>
+
+       * Microsoft.Web.Services.dll2.sources: Added RelatesTo.cs
+
+2003-10-08  Todd Berman <tberman@gentoo.org>
+
+       * Microsoft.Web.Services.dll.2.sources: Added FaultTo.cs
+       * Microsoft.Web.Services.dll.2.sources: Added From.cs
+       * Microsoft.Web.Services.dll.2.sources: Added MessageID.cs
+       * Microsoft.Web.Services.dll.2.sources: Added Recipient.cs
+
+2003-10-07  Todd Berman <tberman@gentoo.org>
+
+       * Microsoft.Web.Services.dll.2.sources: Added ReferenceProperties.cs
+
+2003-10-07  Todd Berman <tberman@gentoo.org>
+
+       * Microsoft.Web.Services.dll.2.sources: Added OpenElementElement.cs
+
+2003-10-05  Sebastien Pouliot  <spouliot@videotron.ca>
+
+       * Microsoft.Web.Services.Diagnostics: Added new namespace with 
+       internal TraceFilter.cs and public TraceInputFilter.cs and
+       TraceOutputFilter.cs
+       * Microsoft.Web.Services.dll.sources: Removed classes from 
+       Microsoft.Web.Services.Policy and Microsoft.Web.Services.Messaging
+       from the WSE 1.0 build (extra - corcompare).
+
+2003-10-05  Todd Berman <tberman@gentoo.org>
+
+       * Microsoft.Web.Services.dll.2.sources: Added QualifiedName.cs
+
+2003-10-05  Todd Berman <tberman@gentoo.org>
+
+       * Microsoft.Web.Services.dll.2.sources: Added AddressList.cs
+
+2003-10-05  Todd Berman <tberman@gentoo.org>
+
+       * Microsoft.Web.Services.Security/UsernameToken.cs: small WSE2 build
+       fixes.
+       * Microsoft.Web.Services.Addressing/AttributeUri.cs: implemented.
+       * Microsoft.Web.Services.Addressing/Address.cs: implemented
+
+2003-10-04  Sebastien Pouliot  <spouliot@videotron.ca>
+
+       * Microsoft.Web.Services.dll.sources: Added ChainStream to build.
+       * Microsoft.Web.Services.dll.2.sources: Added ChainStream to build.
+
+2003-10-04  Todd Berman <tberman@gentoo.org>
+
+       * Microsoft.Web.Services.Addressing/Action.cs: implemented
+
+2003-09-30  Todd Berman <tberman@gentoo.org>
+
+       * Microsoft.Web.Services.Addressing/AttributedUriString.cs: implemented
+
+2003-09-30  Todd Berman <tberman@gentoo.org>
+       
+       * Ok, this was the beforementioned (on -devel) WSE Makefile edit.
+       
+       Right now, this builds both WSE1 and WSE2, and installs them both, as
+       
+       Microsoft.Web.Services.1.dll and
+       Microsoft.Web.Services.2.dll respectively.
+       
+       It will also install Microsoft.Web.Services.1.dll as
+       Microsoft.Web.Services.dll. This behaviour can be overridden by defining
+       DEFAULT_WSE2
+       
+       This can be defined in config.make or on the commandline (i think).
+       I have tested clean, all, and install, but have not tested dist or test.
+       dist should work, test might or might not. (however, a toplevel make
+       dist wont be affected, because this dir is not being built by default)
+
+       This is pure amateur makefile hackery on my part, anyone who want to
+       improve on this effort, please feel free.
+
+2003-09-29  Todd Berman <tberman@gentoo.org>
+
+       * Microsoft.Web.Services.Addressing/AttributedUriString.cs: stubs
+       * Microsoft.Web.Services.Xml/OpenAttributeElement.cs: implemented
+
 2003-09-29  Todd Berman <tberman@gentoo.org>
 
        * Microsoft.Web.Services.Addressing/AddressingHeaders.cs: Partially