ChangeLog 1.1 KB

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