Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiguel de Icaza <miguel@gnome.org>2006-11-18 19:40:43 +0300
committerMiguel de Icaza <miguel@gnome.org>2006-11-18 19:40:43 +0300
commitd8714697c3d869bd9ee7b77b6dabcb6b52bf49cb (patch)
tree95b0312bd53cfd1a7a39affde1b21513ccd90ee2 /mcs/class/System/System.IO.Ports/ChangeLog
parentd7aac05b28a1d6cdc647a12254cbcbf96b727902 (diff)
2006-11-18 Jelle Hissink <Jelle.Hissink@C-it.nl>
* SerialPortStream.cs: Fix the parameters in Read, and also poll before the read, so we can thorw the TimeoutException. svn path=/trunk/mcs/; revision=68125
Diffstat (limited to 'mcs/class/System/System.IO.Ports/ChangeLog')
-rw-r--r--mcs/class/System/System.IO.Ports/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/mcs/class/System/System.IO.Ports/ChangeLog b/mcs/class/System/System.IO.Ports/ChangeLog
index bcb947fc5cc..bc5a2c037c1 100644
--- a/mcs/class/System/System.IO.Ports/ChangeLog
+++ b/mcs/class/System/System.IO.Ports/ChangeLog
@@ -1,3 +1,8 @@
+2006-11-18 Jelle Hissink <Jelle.Hissink@C-it.nl>
+
+ * SerialPortStream.cs: Fix the parameters in Read, and also poll
+ before the read, so we can thorw the TimeoutException.
+
2006-09-28 Andrew Skiba <andrews@mainsoft.com>
* SerialPort.cs,WinSerialStream.cs: TARGET_JVM