2008-02-19 Carlos Alberto Cortez <calberto.cortez@gmail.com>
[mono.git] / mcs / class / System / System.IO.Ports / ChangeLog
index 8ee2f029d6e0c747d14fd46a6780c2a7c53c2cb9..80bd780c6288c433f7d780bea2c64be4e3dfb93d 100644 (file)
@@ -1,3 +1,9 @@
+2008-02-19  Carlos Alberto Cortez <calberto.cortez@gmail.com>
+
+       * SerialPortStream.cs: Set DllImport.SetLastError to true for
+       all MonoPosixHelper functions, so in case of error we can retrieve the
+       error and print a simple but effective message about it.
+
 2007-12-03  Miguel de Icaza  <miguel@novell.com>
 
        * SerialPort.cs: Apply patch from Martin Green