ChangeLog 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. 2008-08-09 Gert Driesen <[email protected]>
  2. * MetaData.cs: Fixed argument names to match MS.
  3. * SdlChannelSink.cs: Fixed argument names to match MS.
  4. * SUDSGeneratorException.cs: Marked Serializable on 2.0 profile, and
  5. added deserialization ctor.
  6. * SUDSParserException.cs: Marked Serializable on 2.0 profile, and
  7. added deserialization ctor.
  8. 2006-03-05 Andrew Skiba <[email protected]>
  9. * SdlChannelSink.cs: : exceptions propagating
  10. incompatible with dotnet. Patch by [email protected]
  11. 2005-11-06 Svetlana Zholkovsky <[email protected]>
  12. * MetaData.cs: only TARGET_JVM changes
  13. 2005-01-14 Lluis Sanchez Gual <[email protected]>
  14. * MetaDataCodeGenerator.cs: Fix warning.
  15. 2004-11-30 Lluis Sanchez Gual <[email protected]>
  16. * MetaDataExporter.cs: Addded EnumToUnderlying method to get the underlying
  17. type of an enum. This fixes bug #69753.
  18. 2004-05-13 Lluis Sanchez Gual <[email protected]>
  19. * SUDSGeneratorException.cs, SUDSParserException.cs: Removed unneeded
  20. methods and added internal constructor.
  21. * SdlChannelSink.cs: Fixed public constructor.
  22. * SdlChannelSinkProvider.cs: Added missing constructor.
  23. 2003-12-10 Lluis Sanchez Gual <[email protected]>
  24. * MetaDataExporter.cs: Several fixes.
  25. * SdlChannelSink.cs: Implemented.
  26. * SdlChannelSinkProvider.cs: Implemented.
  27. 2003-12-05 Lluis Sanchez Gual <[email protected]>
  28. * MetaData.cs: Added check of compilation results in
  29. ConvertCodeSourceFileToAssemblyFile().
  30. * MetaDataCodeGenerator.cs, MetaDataExporter.cs: Many fixes.
  31. Added support for delegates, base classes, implemented interfaces,
  32. methods, properties, ISerializable, enums, etc.
  33. 2003-12-03 Lluis Sanchez Gual <[email protected]>
  34. * MetaData.cs: Implemented most of methods.
  35. * ServiceType.cs: Implemented.
  36. * MetaDataCodeGenerator.cs: Added. Implements code generation functionality.
  37. * MetaDataExporter.cs: Added. Implements support methods for generating
  38. schemas for MetaData.