New tests.
[mono.git] / mcs / class / System / System.IO.Ports / ChangeLog
index 1ac0a1e122757c5b2fd97f1030e6ced10301b008..c15fe2df74085fb2343faf0b4a14ee5107735cb7 100644 (file)
@@ -1,3 +1,22 @@
+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