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