ChangeLog 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
  1. 2006-10-29 Robert Jordan <[email protected]>
  2. * added SerializationCallbackTest.cs. See bug #78594.
  3. 2006-04-04 roei erez <[email protected]>
  4. * added InternalSoapValuesTest.cs to Tests sources
  5. * SoapReader.cs: bug 77563 competability with MS.NET in
  6. serializing/deserializing internal soap types (Decimal, DateTime ...)
  7. 2005-11-16 Vladislav Spivak <[email protected]>
  8. * Added net_1_1_java source includes
  9. 2005-10-30 Svetlana Zholkovsky <[email protected]>
  10. * Add Mainsoft's files System.Runtime.Serialization.Formatters.Soap.vmwcsproj and
  11. System.Runtime.Serialization.Formatters.Soap.sln to the svn
  12. * Add some TARGET_JVM conditions to the AssemblyInfo.cs
  13. * Fix SoapTypeMapper.cs:
  14. - MethodSignature.ReadXmlValue method to return empty Type array instead of null.
  15. - SoapTypeMapper.GetXmlElement method to exclude '&' from the encoded string.
  16. 2004-09-14 Raja R Harinath <[email protected]>
  17. * Makefile (EXTRA_DISTFILES): Remove Soap.cmbx.
  18. 2004-05-06 Jean-Marc Andre <[email protected]>
  19. * SoapTypeMapper.cs:
  20. Small fix about string type information not correctly formatted.
  21. 2004-04-15 Jean-Marc Andre <[email protected]>
  22. * SoapFormatter.cs, SoapReader.cs, SoapWriter.cs, SoapTypeMapper.cs:
  23. Rewrote almost completly to make the code easier to understand
  24. and maintain.
  25. AssemblyFormat and TypeFormat are now implemented.
  26. * SoapParser.cs, ObjectReader.cs, ObjectWriter.cs, SoapCommon.cs,
  27. ISoapParser.cs, ISoapReader.cs, ISoapWriter.cs:
  28. Removed for the same reasons as above.
  29. * SerializationTest.cs:
  30. New unit test inspired by the one developped by Lluis Sanchez
  31. for the BinaryFormatter.
  32. 2004-03-31 Andreas Nahr <[email protected]>
  33. * System.Runtime.Serialization.Formatters.Soap.dll.sources:
  34. Added new AssemblyInfo, removed old one, added Locale.cs
  35. * Makefile: Removed unused ref
  36. 2004-02-19 Jean-Marc Andre <[email protected]>
  37. * SoapFormatter.cs:
  38. Forced the utilisation of CultureInfo("en-US") during
  39. the serialization and deserialization because I got problems
  40. with numeral and date format.
  41. * SoapWriter.cs, SoapCommon.cs:
  42. Bug fixed: XmlTextWriter.WriteAttributeString() was used
  43. with its "namespace" parameter set to null whereas it shouldn't.
  44. 2003-12-22 Jean-Marc Andre <[email protected]>
  45. * SoapFormatterTest.cs:
  46. Added unit test for the SerializationBinder property
  47. 2003-11-21 Jean-Marc Andre <[email protected]>
  48. * SoapReader.cs:
  49. Bug fixed. SerializationBinder.BindToType wasn't called
  50. the right way in GetElementInfo() (switched assemblyName and
  51. typeName parameters).
  52. 2003-08-25 Lluis Sanchez Gual <[email protected]>
  53. * SoapTypeMapper.cs: Added mappings for more primitive types.
  54. * SoapWriter.cs: Use XmlSchema.Namespace and XmlSchema.InstanceNamespace
  55. instead of string constants.
  56. 2003-06-30 Jean-Marc Andre <[email protected]>
  57. * SoapServices:
  58. removed because it is now included in the
  59. right assembly.
  60. * SoapFormatter.cs, SoapWriter.cs, ObjectWriter.cs:
  61. cleaned the code
  62. 2003-05-27 Jean-Marc Andre <[email protected]>
  63. * SoapWriter:
  64. bugs fixed
  65. * SoapFormatter:
  66. preparing for the remoting
  67. 2003-05-15 Jean-Marc Andre <[email protected]>
  68. * SoapFormatter:
  69. New version of the SoapFormatter installed
  70. * list.unix:
  71. added to build the new formatter
  72. * makefile.gnu:
  73. changed to build the new formatter
  74. * System.Runtime.Serialization.Formatters.Soap:
  75. many files added or change to build the new formatter
  76. * Test:
  77. nunit-2 test added
  78. 2002-08-15 Tim Coleman <[email protected]>
  79. * ChangeLog:
  80. New changelog added
  81. * list:
  82. * makefile.gnu:
  83. Added so we can build this assembly on linux now.