Added patch for #82403 fixing several issues with PhysicalAddress
[mono.git] / mcs / class / System / System.Net.NetworkInformation / ChangeLog
1 2007-08-13  Alan McGovern  <amcgovern@novell.com>
2
3         * PhysicalAddress.cs: Added patch for #82403 to fix some parsing
4         errors and a bug in .Equals()
5
6 2006-03-11  Miguel de Icaza  <miguel@novell.com>
7
8         * NetworkChange.cs: Use pragmas to eliminate warnings from events
9         that we do not trigger yet.
10
11         This is a candidate for using Aaron's NetworkManager code.  But
12         would make us depend on d-bus.
13
14         * NetworkInformationException.cs: Use error_code for ErrorCode,
15         instead of NativeErrorCode.   Fixes warning. 
16
17 2006-02-24 Gonzalo Paniagua Javier <gonzalo@ximian.com>
18
19         * UnicastIPAddressInformation.cs:
20         * PingException.cs:
21         * TcpConnectionInformation.cs:
22         * IPv4InterfaceStatistics.cs:
23         * NetworkInformationException.cs:
24         * IPAddressInformation.cs:
25         * MulticastIPAddressInformationCollection.cs:
26         * TcpStatistics.cs:
27         * IPGlobalStatistics.cs:
28         * NetworkInformationPermission.cs:
29         * MulticastIPAddressInformation.cs:
30         * IcmpV4Statistics.cs:
31         * IcmpV6Statistics.cs:
32         * IPv4InterfaceProperties.cs:
33         * PhysicalAddress.cs:
34         * IPv6InterfaceProperties.cs:
35         * GatewayIPAddressInformationCollection.cs:
36         * ChangeLog: Modified file.
37         * UnicastIPAddressInformationCollection.cs:
38         * IPAddressCollection.cs:
39         * NetworkInformationPermissionAttribute.cs:
40         * Ping.cs:
41         * NetworkChange.cs:
42         * IPAddressInformationCollection.cs:
43         * UdpStatistics.cs:
44         * GatewayIPAddressInformation.cs:
45         * IPGlobalProperties.cs:
46         * IPInterfaceProperties.cs:
47         * NetworkInterface.cs: implemented or stubbed out.
48
49 2006-02-22 Gonzalo Paniagua Javier <gonzalo@ximian.com>
50
51         * NetBiosNodeType.cs:
52         * IPStatus.cs:
53         * NetworkInterfaceType.cs:
54         * SuffixOrigin.cs:
55         * DuplicateAddressDetectionState.cs:
56         * NetworkInformationAccess.cs:
57         * OperationalStatus.cs:
58         * TcpState.cs:
59         * PingCompletedEventHandler.cs:
60         * NetworkInterfaceComponent.cs:
61         * NetworkAvailabilityChangedEventHandler.cs:
62         * NetworkAvailabilityEventArgs.cs:
63         * PrefixOrigin.cs:
64         * NetworkAddressChangedEventHandler.cs:
65         * PingCompletedEventArgs.cs:
66         * PingOptions.cs:
67         * PingReply.cs: all enums, all event handlers/args + 2 classes.
68