ChangeLog 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. 2003-12-22 Jean-Marc Andre <[email protected]>
  2. * SoapFormatterTest.cs:
  3. Added unit test for the SerializationBinder property
  4. 2003-11-21 Jean-Marc Andre <[email protected]>
  5. * SoapReader.cs:
  6. Bug fixed. SerializationBinder.BindToType wasn't called
  7. the right way in GetElementInfo() (switched assemblyName and
  8. typeName parameters).
  9. 2003-08-25 Lluis Sanchez Gual <[email protected]>
  10. * SoapTypeMapper.cs: Added mappings for more primitive types.
  11. * SoapWriter.cs: Use XmlSchema.Namespace and XmlSchema.InstanceNamespace
  12. instead of string constants.
  13. 2003-06-30 Jean-Marc Andre <[email protected]>
  14. * SoapServices:
  15. removed because it is now included in the
  16. right assembly.
  17. * SoapFormatter.cs, SoapWriter.cs, ObjectWriter.cs:
  18. cleaned the code
  19. 2003-05-27 Jean-Marc Andre <[email protected]>
  20. * SoapWriter:
  21. bugs fixed
  22. * SoapFormatter:
  23. preparing for the remoting
  24. 2003-05-15 Jean-Marc Andre <[email protected]>
  25. * SoapFormatter:
  26. New version of the SoapFormatter installed
  27. * list.unix:
  28. added to build the new formatter
  29. * makefile.gnu:
  30. changed to build the new formatter
  31. * System.Runtime.Serialization.Formatters.Soap:
  32. many files added or change to build the new formatter
  33. * Test:
  34. nunit-2 test added
  35. 2002-08-15 Tim Coleman <[email protected]>
  36. * ChangeLog:
  37. New changelog added
  38. * list:
  39. * makefile.gnu:
  40. Added so we can build this assembly on linux now.