ChangeLog 2.5 KB

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