[corlib] Improve CancellationTokenSource test
[mono.git] / mcs / class / System / System.IO.Ports / ChangeLog
index 2c9ed914f92e2c520a9fd83ec0e82408b4c171e4..c15fe2df74085fb2343faf0b4a14ee5107735cb7 100644 (file)
@@ -1,3 +1,32 @@
+2010-04-22  Miguel de Icaza  <miguel@novell.com>
+
+       * SerialPort.cs: Try to detect serial devices in other Unix
+       systems. 
+
+       More tune ups for BSDs.
+
+2010-02-23  Carlos Alberto Cortez <calberto.cortez@gmail.com>
+
+       * SerialPort.cs: DiscardNull should *not* report any error if the port
+       is not open. We haven't implemented it yet, but added the needed
+       comment in case we forget when actually implementing it.
+       Fixes #512244.
+
+2010-01-25  Leszek Ciesielski <skolima@gmail.com>
+
+       * SerialPortStream.cs: Read was returning requested count instead
+       of actual bytes read. Thanks to Thad Thompson for spotting this.
+
+2010-01-22  Leszek Ciesielski <skolima@gmail.com>
+
+       * SerialPortStream.cs: Check for error on every native call
+
+2009-11-28  Carlos Alberto Cortez <calberto.cortez@gmail.com>
+
+       * WinSerialStream.cs: Make CommStat a struct instead of a class to
+       make properly work ClearCommError.
+       Fixes the remaining bits of #348751.
+
 2009-09-24  Christian Hoff  <christian_hoff@gmx.net>
 
        * SerialPort.cs: Do not close the base stream if Dispose is called from