ChangeLog 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. 2002-12-28 Lluis Sanchez Gual <[email protected]>
  2. * SoapServices.cs: Implemented some methods
  3. 2002-12-20 Lluis Sanchez Gual <[email protected]>
  4. * ObjRef.cs: Implementation now based on methods of RemotingServices.
  5. * RemotingServices.cs: Remoting information now kept in Identity objects.
  6. All methods adapted to work with identities.
  7. Renamed ExecuteMessage to InternalExecuteMessage. ExecuteMessage should
  8. not make a direct call to the object.
  9. * Identity.cs: added.
  10. 2002-12-11 Jaime Anguiano Olarra <[email protected]>
  11. * RemotingConfiguration.cs: added to the CVS.
  12. 2002-11-29 Jaime Anguiano Olarra <[email protected]>
  13. * ObjectHandle.cs: added implementation for InitializeLifetimeService
  14. * method.
  15. 2002-11-28 Gonzalo Paniagua Javier <[email protected]>
  16. * SoapServices.cs: fix error CS3005.
  17. 2002-09-03 Dietmar Maurer <[email protected]>
  18. * RemotingServices.cs: add an unique app_id string used to generate
  19. unique object uris.
  20. * ObjRef.cs: added serialization support
  21. 2002-08-31 Dietmar Maurer <[email protected]>
  22. * ObjRef.cs: gather the channel date at creation time.
  23. 2002-08-20 Dietmar Maurer <[email protected]>
  24. * RemotingServices.cs: Connect impl.
  25. 2002-08-02 Duncan Mak <[email protected]>
  26. * ActivatedClientTypeEntry.cs:
  27. * ActivatedServiceTypeEntry.cs:
  28. * WellKnownClientTypeEntry.cs:
  29. * WellKnownServiceTypeEntry.cs: Various visibility fixes.
  30. 2002-07-31 Duncan Mak <[email protected]>
  31. * TypeEntry.cs:
  32. * ActivatedClientTypeEntry.cs:
  33. * ActivatedServiceTypeEntry.cs:
  34. * WellKnownClientTypeEntry.cs:
  35. * WellKnownServiceTypeEntry.cs: Added all the classes derived from TypeEntry.
  36. * RemotingException.cs:
  37. * RemotingTimeoutException.cs:
  38. * ServerException.cs: Added missing exceptions.
  39. * IChannelInfo.cs:
  40. * IEnvoyInfo.cs:
  41. * IRemotingTypeInfo.cs: Added missing interfaces.
  42. 2002-07-24 Duncan Mak <[email protected]>
  43. * LeaseState.cs: Moved to System.Runtime.Remoting.Lifetime.
  44. * SoapMethodOption.cs:
  45. * SoapOption.cs: Removed and merged into System.Runtime.Remoting.Metadata.SoapOption.
  46. 2002-07-09 Gonzalo Paniagua Javier <[email protected]>
  47. * IObjectHandle.cs: New file.
  48. * ObjectHandle.cs: implemented constructor and Unwrap.
  49. 2002-01-05 Ravi Pratap <[email protected]>
  50. * ObjRef.cs : Strew the MonoTODO attribute.
  51. 2001-09-02 Miguel de Icaza <[email protected]>
  52. * ObjRef.cs: Include System.Runtime.Serialization