ChangeLog 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  1. 2009-06-01 Atsushi Enomoto <[email protected]>
  2. * CustomPeerResolverService.cs : Refresh() now gives readable reply.
  3. 2009-05-29 Atsushi Enomoto <[email protected]>
  4. * CustomPeerResolverService.cs : implement some members.
  5. 2009-05-29 Atsushi Enomoto <[email protected]>
  6. * RegisterResponseInfo.cs : it does not always reply lifetime.
  7. 2009-05-28 Atsushi Enomoto <[email protected]>
  8. * RegisterResponseInfo.cs : oops, Marcos was right. .NET returns
  9. "Update" element here.
  10. 2009-05-28 Atsushi Enomoto <[email protected]>
  11. * ServiceSettingsResponseInfo.cs, RegisterResponseInfo.cs,
  12. RefreshResponseInfo.cs, ResolveInfo.cs, UpdateInfo.cs,
  13. UnregisterInfo.cs, ResolveResponseInfo.cs, RefreshInfo.cs :
  14. set explicit namespaces on DataContract so that their members can
  15. be serialized in appropriate namespace (namespaces in
  16. MessageBodyMemberAttribute does not apply there).
  17. 2009-05-27 Atsushi Enomoto <[email protected]>
  18. * ResolveInfo.cs : argument check.
  19. 2009-04-21 Atsushi Enomoto <[email protected]>
  20. * PeerCustomResolverSettings.cs : added Clone().
  21. 2009-04-07 Atsushi Enomoto <[email protected]>
  22. * IPeerResolverContract.cs: fix SessionMode value.
  23. 2007-08-19 Atsushi Enomoto <[email protected]>
  24. * RegisterInfo.cs : marcos would have never thought that this is
  25. the source of message xml incompatibility.
  26. 2007-08-19 Marcos Cobena ([email protected])
  27. * PeerCustomResolverSettings.cs, RefreshInfo.cs, RefreshResponseInfo.cs,
  28. ServiceSettingsResponseInfo.cs, UnregisterInfo.cs, UpdateInfo.cs: Bunch of updates.
  29. 2007-08-19 Atsushi Enomoto <[email protected]>
  30. * PeerCustomResolverSettings.cs : this class too.
  31. 2007-08-19 Atsushi Enomoto <[email protected]>
  32. * PeerResolverSettings.cs : there is nothing actually supported in
  33. this class, so don't forget MonoTODOs.
  34. 2007-08-17 Marcos Cobena ([email protected])
  35. * CustomPeerResolverService.cs: Updated to dependency types.
  36. * RegisterInfo.cs, RegisterResponseInfo.cs, ResolveInfo.cs,
  37. ResolveResponseInfo.cs, UnregisterInfo.cs: Updated to produce same messages as .NET does.
  38. 2007-08-17 Atsushi Enomoto <[email protected]>
  39. * RegisterInfo.cs : rewritten. Fixed broken approach to static
  40. object and eliminated duplicate fields. Use DataMember on Guid
  41. field directly.
  42. 2007-08-16 Marcos Cobena ([email protected])
  43. * PeerReferralPolicy.cs: Moved and updated here from AllEnums.cs.
  44. * PeerResolverMode.cs: Updated API.
  45. * RefreshResult.cs: Updated API.
  46. * RegisterInfo.cs: Almost finished, minus HasBody().
  47. 2007-07-24 Marcos Cobena ([email protected])
  48. * CustomPeerResolverService.cs, IPeerResolverContract.cs, RegisterInfo.cs, ResolveInfo.cs: Minor changes.
  49. * RegisterResponseInfo.cs: Implemented.
  50. 2007-06-28 Marcos Cobena ([email protected])
  51. * CustomPeerResolverService.cs : Minor fixes for working against tests.
  52. * New classes initial implementations.
  53. 2007-05-18 Marcos Cobena ([email protected])
  54. * IPeerResolverContract.cs
  55. CustomPeerResolverService.cs : Minor fixes. IPeerResolverContract
  56. works fine now with attributes.
  57. 2007-05-13 Atsushi Enomoto <[email protected]>
  58. * IPeerResolverContract.cs CustomPeerResolverService.cs :
  59. whitespaces should be replaced with tabs.
  60. 2007-05-04 Marcos Cobena ([email protected])
  61. * IPeerResolverContract.cs
  62. CustomPeerResolverService.cs : Initial implementations.