ChangeLog 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. 2006-03-11 Miguel de Icaza <[email protected]>
  2. * NetworkChange.cs: Use pragmas to eliminate warnings from events
  3. that we do not trigger yet.
  4. This is a candidate for using Aaron's NetworkManager code. But
  5. would make us depend on d-bus.
  6. * NetworkInformationException.cs: Use error_code for ErrorCode,
  7. instead of NativeErrorCode. Fixes warning.
  8. 2006-02-24 Gonzalo Paniagua Javier <[email protected]>
  9. * UnicastIPAddressInformation.cs:
  10. * PingException.cs:
  11. * TcpConnectionInformation.cs:
  12. * IPv4InterfaceStatistics.cs:
  13. * NetworkInformationException.cs:
  14. * IPAddressInformation.cs:
  15. * MulticastIPAddressInformationCollection.cs:
  16. * TcpStatistics.cs:
  17. * IPGlobalStatistics.cs:
  18. * NetworkInformationPermission.cs:
  19. * MulticastIPAddressInformation.cs:
  20. * IcmpV4Statistics.cs:
  21. * IcmpV6Statistics.cs:
  22. * IPv4InterfaceProperties.cs:
  23. * PhysicalAddress.cs:
  24. * IPv6InterfaceProperties.cs:
  25. * GatewayIPAddressInformationCollection.cs:
  26. * ChangeLog: Modified file.
  27. * UnicastIPAddressInformationCollection.cs:
  28. * IPAddressCollection.cs:
  29. * NetworkInformationPermissionAttribute.cs:
  30. * Ping.cs:
  31. * NetworkChange.cs:
  32. * IPAddressInformationCollection.cs:
  33. * UdpStatistics.cs:
  34. * GatewayIPAddressInformation.cs:
  35. * IPGlobalProperties.cs:
  36. * IPInterfaceProperties.cs:
  37. * NetworkInterface.cs: implemented or stubbed out.
  38. 2006-02-22 Gonzalo Paniagua Javier <[email protected]>
  39. * NetBiosNodeType.cs:
  40. * IPStatus.cs:
  41. * NetworkInterfaceType.cs:
  42. * SuffixOrigin.cs:
  43. * DuplicateAddressDetectionState.cs:
  44. * NetworkInformationAccess.cs:
  45. * OperationalStatus.cs:
  46. * TcpState.cs:
  47. * PingCompletedEventHandler.cs:
  48. * NetworkInterfaceComponent.cs:
  49. * NetworkAvailabilityChangedEventHandler.cs:
  50. * NetworkAvailabilityEventArgs.cs:
  51. * PrefixOrigin.cs:
  52. * NetworkAddressChangedEventHandler.cs:
  53. * PingCompletedEventArgs.cs:
  54. * PingOptions.cs:
  55. * PingReply.cs: all enums, all event handlers/args + 2 classes.