ChangeLog 2.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. 2004-09-14 Raja R Harinath <[email protected]>
  2. * Makefile (EXTRA_DISTFILES): Remove Soap.cmbx.
  3. 2004-05-06 Jean-Marc Andre <[email protected]>
  4. * SoapTypeMapper.cs:
  5. Small fix about string type information not correctly formatted.
  6. 2004-04-15 Jean-Marc Andre <[email protected]>
  7. * SoapFormatter.cs, SoapReader.cs, SoapWriter.cs, SoapTypeMapper.cs:
  8. Rewrote almost completly to make the code easier to understand
  9. and maintain.
  10. AssemblyFormat and TypeFormat are now implemented.
  11. * SoapParser.cs, ObjectReader.cs, ObjectWriter.cs, SoapCommon.cs,
  12. ISoapParser.cs, ISoapReader.cs, ISoapWriter.cs:
  13. Removed for the same reasons as above.
  14. * SerializationTest.cs:
  15. New unit test inspired by the one developped by Lluis Sanchez
  16. for the BinaryFormatter.
  17. 2004-03-31 Andreas Nahr <[email protected]>
  18. * System.Runtime.Serialization.Formatters.Soap.dll.sources:
  19. Added new AssemblyInfo, removed old one, added Locale.cs
  20. * Makefile: Removed unused ref
  21. 2004-02-19 Jean-Marc Andre <[email protected]>
  22. * SoapFormatter.cs:
  23. Forced the utilisation of CultureInfo("en-US") during
  24. the serialization and deserialization because I got problems
  25. with numeral and date format.
  26. * SoapWriter.cs, SoapCommon.cs:
  27. Bug fixed: XmlTextWriter.WriteAttributeString() was used
  28. with its "namespace" parameter set to null whereas it shouldn't.
  29. 2003-12-22 Jean-Marc Andre <[email protected]>
  30. * SoapFormatterTest.cs:
  31. Added unit test for the SerializationBinder property
  32. 2003-11-21 Jean-Marc Andre <[email protected]>
  33. * SoapReader.cs:
  34. Bug fixed. SerializationBinder.BindToType wasn't called
  35. the right way in GetElementInfo() (switched assemblyName and
  36. typeName parameters).
  37. 2003-08-25 Lluis Sanchez Gual <[email protected]>
  38. * SoapTypeMapper.cs: Added mappings for more primitive types.
  39. * SoapWriter.cs: Use XmlSchema.Namespace and XmlSchema.InstanceNamespace
  40. instead of string constants.
  41. 2003-06-30 Jean-Marc Andre <[email protected]>
  42. * SoapServices:
  43. removed because it is now included in the
  44. right assembly.
  45. * SoapFormatter.cs, SoapWriter.cs, ObjectWriter.cs:
  46. cleaned the code
  47. 2003-05-27 Jean-Marc Andre <[email protected]>
  48. * SoapWriter:
  49. bugs fixed
  50. * SoapFormatter:
  51. preparing for the remoting
  52. 2003-05-15 Jean-Marc Andre <[email protected]>
  53. * SoapFormatter:
  54. New version of the SoapFormatter installed
  55. * list.unix:
  56. added to build the new formatter
  57. * makefile.gnu:
  58. changed to build the new formatter
  59. * System.Runtime.Serialization.Formatters.Soap:
  60. many files added or change to build the new formatter
  61. * Test:
  62. nunit-2 test added
  63. 2002-08-15 Tim Coleman <[email protected]>
  64. * ChangeLog:
  65. New changelog added
  66. * list:
  67. * makefile.gnu:
  68. Added so we can build this assembly on linux now.