ChangeLog 1.6 KB

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