[corlib] Improve CancellationTokenSource test
[mono.git] / mcs / class / System / System.IO.Ports / ChangeLog
index 80bd780c6288c433f7d780bea2c64be4e3dfb93d..c15fe2df74085fb2343faf0b4a14ee5107735cb7 100644 (file)
@@ -1,3 +1,57 @@
+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
+       the finalizer.
+
+2009-09-21 Leszek Ciesielski <skolima@gmail.com>
+
+       * SerialPortStream.cs: Throw exception when errors occur in Close()
+
+2007-09-14  Carlos Alberto Cortez <calberto.cortez@gmail.com>
+
+       * WinSerialStream.cs: Fix the signature of ClearCommError.
+       Fixes #348751.
+
+2008-09-14  Carlos Alberto Cortez <calberto.cortez@gmail.com>
+
+       * SerialPort.cs: Throw ArgumentException if NewLine gets an empty
+       string value.
+       Fixes #339012.
+
+2008-09-08  Carlos Alberto Cortez <calberto.cortez@gmail.com>
+
+       * SerialPort.cs: In BaseStream property call CheckOpen instead of
+       duplicating the code.
+
 2008-02-19  Carlos Alberto Cortez <calberto.cortez@gmail.com>
 
        * SerialPortStream.cs: Set DllImport.SetLastError to true for