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:
authorCarlos Alberto Cortez <calberto.cortez@gmail.com>2008-09-08 16:34:47 +0400
committerCarlos Alberto Cortez <calberto.cortez@gmail.com>2008-09-08 16:34:47 +0400
commit26813c97b3431049d28661b39dd7c93849ce20f8 (patch)
tree61ac8d5e7c421a2c4a0eb2964c6a853a96e85ad2 /mcs/class/System/System.IO.Ports/ChangeLog
parentc207abbc88eb2e7f6a4fb2e08c0ff9086accea1d (diff)
2008-09-08 Carlos Alberto Cortez <calberto.cortez@gmail.com>
* SerialPort.cs: In BaseStream property call CheckOpen instead of duplicating the code. svn path=/trunk/mcs/; revision=112498
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 80bd780c628..90ed10610b8 100644
--- a/mcs/class/System/System.IO.Ports/ChangeLog
+++ b/mcs/class/System/System.IO.Ports/ChangeLog
@@ -1,3 +1,8 @@
+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