ChangeLog 3.3 KB

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