[corlib] Improve CancellationTokenSource test
[mono.git] / mcs / class / System / System.Net.NetworkInformation / ChangeLog
index 6c0f25c8a7e50e18250df5321fbd1e6fb1f5c5d5..c6e4f41e87d61291f48522907f8432718b147b15 100644 (file)
@@ -1,3 +1,13 @@
+2010-07-05 Gonzalo Paniagua Javier <gonzalo@novell.com>
+
+       * NetworkInterface.cs: avoid endless loop when a bad length is
+       received for AF_PACKET. Fixes bug #601783.
+
+2010-06-22 Gonzalo Paniagua Javier <gonzalo@novell.com>
+
+       * Ping.cs: we need to read the output to give the process time
+       to start. Fixes bug #591136.
+
 2010-03-25  Marek Safar  <marek.safar@gmail.com>
 
        * IPGlobalProperties.cs: Made Win32_IN6_ADDR verifiable.