ChangeLog 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. 2002-01-17 Miguel de Icaza <[email protected]>
  2. * Dns.cs: Updated to API changes.
  3. * IPAddress.cs: Updated API. Much left to implement.
  4. * Dns.cs: Remove IPToString method
  5. 2002-01-06 Ravi Pratap <[email protected]>
  6. * Dns.cs, AuthenticationManager.cs, SocketAddress.cs : MonoTODO
  7. attribute insertion.
  8. 2001-11-22 Nick Drochak <[email protected]>
  9. * IPAddress.cs: Fix constructor bug, properly name Address property,
  10. and use triple-slash for comments.
  11. 2001-11-20 Miguel de Icaza <[email protected]>
  12. * IPAddress.cs: Updated to contain Any, Broadcast, Loopback and
  13. None as suggested by Phillip.
  14. 2001-09-26 Mads Pultz <[email protected]>
  15. * Dns.cs: Initial work on BeginGetHostByName and EndGetHostByName implemented.
  16. 2001-09-24 Mads Pultz <[email protected]>
  17. * Dns.cs: Minor changes (some print statements removed)
  18. 2001-09-23 Mads Pultz <[email protected]>
  19. * Dns.cs: Initial work submitted to repository.
  20. * IPHostEntry.cs: Initial work submitted to repository.
  21. 2001-07-12 Sean MacIsaac <[email protected]>
  22. * Authorization.cs: Fixed compiler error.
  23. * IAuthenticationModule.cs: Changes for Beta2.
  24. * IPAddress.cs: Internal storage changed to be uint not int.
  25. * IPEndPoint.cs: Fixed compiler error.
  26. * EndPoint.cs: Fixed compiler error.
  27. * AuthenticationManager.cs: Fixed typo.