TARGET_J2EE/JVM fixes
[mono.git] / mcs / class / Microsoft.Web.Services / ChangeLog
index f3c1942269b06b5febf61aae2b72076ec59d244a..ffd661b50f28bad91399f47369d7ba7249bd9820 100644 (file)
@@ -1,3 +1,185 @@
+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 
+       stubbed.
+       * Microsoft.Web.Services/SoapContext.cs: using AddressingHeaders now.
+
+2003-09-25  Todd Berman <tberman@gentoo.org>
+
+       * Microsoft.Web.Services/SoapContext.cs: Added Action, To and ReplyTo
+       properties.
+       * Microsoft.Web.Services.Addressing/
+               Action.cs:
+               Address.cs:
+               AttributedUri.cs:
+               AttributedUriString.cs:
+               EndpointReference.cs:
+               EndpointReferenceType.cs:
+               ReplyTo.cs:
+               To.cs: Partially stubbed.
+       * Microsoft.Web.Services.Messaging/SoapReceiver.cs: Added protected
+       abstract method Receive.
+       * Microsoft.Web.Services.Messaging/
+               SoapReceivers.cs: 
+               SoapSender.cs: Partially stubbed.
+       * Microsoft.Web.Services.Xml/IXmlElement.cs: Moved to the Xml namespace
+       which is where MS has it, added the namespace to classes that needed it
+       * Microsoft.Web.Services.Xml/OpenAttributeElement.cs: Partially stubbed
+       * Microsoft.Web.Services.dll.sources: Added new files.
+       
+2003-09-06  Sebastien Pouliot  <spouliot@videotron.ca>
+
+       * Microsoft.Web.Services.dll.sources: Added stubbed input/output soap 
+       filters for Routing and Referral so Configuration can be compiled.
+
+2003-09-06  Sebastien Pouliot  <spouliot@videotron.ca>
+
+       * Microsoft.Web.Services.dll.sources: Added another shared (and 
+       renamed) file from System.Security assembly (Signature.cs ->
+       SignedXmlSignature.cs).
+
+2003-09-05  Sebastien Pouliot  <spouliot@videotron.ca>
+
+       * Microsoft.Web.Services.dll.sources: Added stubbed classes from
+       Microsoft.Web.Services.Configuration to fix compilation.
+
+2003-09-04  Sebastien Pouliot  <spouliot@videotron.ca>
+
+       * Makefile: Added reference to System.Security assembly and a define
+       for WSE1 (required for classes shared between SS and WSE).
+       * Microsoft.Web.Services.dll.sources: Added (shared) files from
+       System.Security assembly. Removed unused files. Added Assembly files.
+
 2003-09-04  Duncan Mak  <duncan@ximian.com>
 
        * Integrate the files from Sebastien.
 2003-09-02  Daniel Kornhauser  <dkor@alum.mit.edu>
 
        * Microsoft.Web.Services: All Exceptions in this assembly
-       implemented.
\ No newline at end of file
+       implemented.