X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2FSystem.Runtime.Serialization.Formatters.Soap%2FSystem.Runtime.Serialization.Formatters.Soap%2FChangeLog;h=11933eb6ad54740c72c3d29fbc5803c47ee9fac1;hb=be1d9a7fe207f86fe7033cb49dea0e9a367ece79;hp=374d45989ad77c99f3811a0ec14e4f3e514d3822;hpb=a1bc7a688d12454f922e5d4fe60b30d41b7ca4ff;p=mono.git diff --git a/mcs/class/System.Runtime.Serialization.Formatters.Soap/System.Runtime.Serialization.Formatters.Soap/ChangeLog b/mcs/class/System.Runtime.Serialization.Formatters.Soap/System.Runtime.Serialization.Formatters.Soap/ChangeLog index 374d45989ad..11933eb6ad5 100644 --- a/mcs/class/System.Runtime.Serialization.Formatters.Soap/System.Runtime.Serialization.Formatters.Soap/ChangeLog +++ b/mcs/class/System.Runtime.Serialization.Formatters.Soap/System.Runtime.Serialization.Formatters.Soap/ChangeLog @@ -1,3 +1,48 @@ +2006-10-29 Robert Jordan + + * SoapReader.cs, SoapWriter.cs [NET_2_0]: + Use the SerializationObjectManager. + +2006-07-10 Lluis Sanchez Gual + + * SoapReader.cs: Register strings in the object manager. + Fixes bug #78696. + +2006-05-31 Gert Driesen + + * SoapFormatter.cs: Only apply ComVisible attribute to FilterLevel + on 1.0 profile. + +2006-05-31 Gert Driesen + + * SoapWriter.cs: Fixed line endings. Set eol-style to CRLF. + * SoapReader.cs: Fixed line endings. Set eol-style to CRLF. + * SoapFormatter.cs: Fixed line endings. Set eol-style to CRLF. + Remove unnecessary dtor. + * SoapTypeMapper.cs: Fixed line endings. Set eol-style to native. + +2006-04-04 roei erez + + *SoapReader.cs: bug 77563 competability with MS.NET in + serializing/deserializing internal soap types (Decimal, DateTime ...) + +2005-09-21 Lluis Sanchez Gual + + * SoapWriter.cs, SoapReader.cs: Encode/Decode field names when + serializing/deserializing an object using custom serialization. + Fixes bug #75970. + +2005-07-29 Lluis Sanchez Gual + + * SoapWriter.cs: Wrap method signature headers in a MethodSignature + object before serializing. Track changes in SoapTypeMapper. + * SoapReader.cs: Track changes in SoapTypeMapper. Factorized some code. + * SoapTypeMapper.cs: Replaced indexers by regular methods, this makes + code easier to read an understand. Simplified the code for registering + basic soap types. Added support for types from + System.Runtime.Remoting.Metadata.W3cXsd2001. Implemented support + for MethodSignature serialization. All this fixes bug #75537. + 2005-07-14 Lluis Sanchez Gual * SoapReader.cs: Fixed parsing of array dimensions. Patch by Roei Erez