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>2006-02-22 14:25:34 +0300
committerCarlos Alberto Cortez <calberto.cortez@gmail.com>2006-02-22 14:25:34 +0300
commitd97de9c00e0faf0c01672e902e82f4539919f4e3 (patch)
tree03c621b4dc91aa4448fc3bc0597bc94dd98ac12e /mcs/class/System/System.IO.Ports/ChangeLog
parenteca45d6ce537b64420a875912d04e895beeb8d42 (diff)
* SerialPort.cs:
* SerialPortStream.cs: Move SerialPortStream to a new file, to have a better organization. 2006-02-21 Carlos Alberto Cortez <calberto.cortez@gmail.com> svn path=/trunk/mcs/; revision=57152
Diffstat (limited to 'mcs/class/System/System.IO.Ports/ChangeLog')
-rw-r--r--mcs/class/System/System.IO.Ports/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/mcs/class/System/System.IO.Ports/ChangeLog b/mcs/class/System/System.IO.Ports/ChangeLog
index 58fb4d2022f..f50f309a5af 100644
--- a/mcs/class/System/System.IO.Ports/ChangeLog
+++ b/mcs/class/System/System.IO.Ports/ChangeLog
@@ -1,5 +1,11 @@
2006-02-21 Carlos Alberto Cortez <calberto.cortez@gmail.com>
+ * SerialPort.cs:
+ * SerialPortStream.cs: Move SerialPortStream to a new file,
+ to have a better organization.
+
+2006-02-21 Carlos Alberto Cortez <calberto.cortez@gmail.com>
+
* SerialPort.cs: Little work on support the Read methods.
2006-02-14 Carlos Alberto Cortez <calberto.cortez@gmail.com>