ChangeLog 851 B

123456789101112131415161718192021222324252627282930
  1. 2001-11-20 Miguel de Icaza <[email protected]>
  2. * IPAddress.cs: Updated to contain Any, Broadcast, Loopback and
  3. None as suggested by Phillip.
  4. 2001-09-26 Mads Pultz <[email protected]>
  5. * Dns.cs: Initial work on BeginGetHostByName and EndGetHostByName implemented.
  6. 2001-09-24 Mads Pultz <[email protected]>
  7. * Dns.cs: Minor changes (some print statements removed)
  8. 2001-09-23 Mads Pultz <[email protected]>
  9. * Dns.cs: Initial work submitted to repository.
  10. * IPHostEntry.cs: Initial work submitted to repository.
  11. 2001-07-12 Sean MacIsaac <[email protected]>
  12. * Authorization.cs: Fixed compiler error.
  13. * IAuthenticationModule.cs: Changes for Beta2.
  14. * IPAddress.cs: Internal storage changed to be uint not int.
  15. * IPEndPoint.cs: Fixed compiler error.
  16. * EndPoint.cs: Fixed compiler error.
  17. * AuthenticationManager.cs: Fixed typo.