ChangeLog 2.1 KB

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