ChangeLog 2.6 KB

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