ChangeLog 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. 2009-04-07 Atsushi Enomoto <[email protected]>
  2. * IPeerResolverContract.cs: fix SessionMode value.
  3. 2007-08-19 Atsushi Enomoto <[email protected]>
  4. * RegisterInfo.cs : marcos would have never thought that this is
  5. the source of message xml incompatibility.
  6. 2007-08-19 Marcos Cobena ([email protected])
  7. * PeerCustomResolverSettings.cs, RefreshInfo.cs, RefreshResponseInfo.cs,
  8. ServiceSettingsResponseInfo.cs, UnregisterInfo.cs, UpdateInfo.cs: Bunch of updates.
  9. 2007-08-19 Atsushi Enomoto <[email protected]>
  10. * PeerCustomResolverSettings.cs : this class too.
  11. 2007-08-19 Atsushi Enomoto <[email protected]>
  12. * PeerResolverSettings.cs : there is nothing actually supported in
  13. this class, so don't forget MonoTODOs.
  14. 2007-08-17 Marcos Cobena ([email protected])
  15. * CustomPeerResolverService.cs: Updated to dependency types.
  16. * RegisterInfo.cs, RegisterResponseInfo.cs, ResolveInfo.cs,
  17. ResolveResponseInfo.cs, UnregisterInfo.cs: Updated to produce same messages as .NET does.
  18. 2007-08-17 Atsushi Enomoto <[email protected]>
  19. * RegisterInfo.cs : rewritten. Fixed broken approach to static
  20. object and eliminated duplicate fields. Use DataMember on Guid
  21. field directly.
  22. 2007-08-16 Marcos Cobena ([email protected])
  23. * PeerReferralPolicy.cs: Moved and updated here from AllEnums.cs.
  24. * PeerResolverMode.cs: Updated API.
  25. * RefreshResult.cs: Updated API.
  26. * RegisterInfo.cs: Almost finished, minus HasBody().
  27. 2007-07-24 Marcos Cobena ([email protected])
  28. * CustomPeerResolverService.cs, IPeerResolverContract.cs, RegisterInfo.cs, ResolveInfo.cs: Minor changes.
  29. * RegisterResponseInfo.cs: Implemented.
  30. 2007-06-28 Marcos Cobena ([email protected])
  31. * CustomPeerResolverService.cs : Minor fixes for working against tests.
  32. * New classes initial implementations.
  33. 2007-05-18 Marcos Cobena ([email protected])
  34. * IPeerResolverContract.cs
  35. CustomPeerResolverService.cs : Minor fixes. IPeerResolverContract
  36. works fine now with attributes.
  37. 2007-05-13 Atsushi Enomoto <[email protected]>
  38. * IPeerResolverContract.cs CustomPeerResolverService.cs :
  39. whitespaces should be replaced with tabs.
  40. 2007-05-04 Marcos Cobena ([email protected])
  41. * IPeerResolverContract.cs
  42. CustomPeerResolverService.cs : Initial implementations.