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-28 12:11:27 +0300
committerCarlos Alberto Cortez <calberto.cortez@gmail.com>2006-02-28 12:11:27 +0300
commitcd35e907282abebeab30570bf8fd797e6e74f78b (patch)
treef4bfc0b3104bad543efb76755ea7bfc505b16356 /mcs/class/System/System.IO.Ports/ChangeLog
parentbf06a9b5be67891dc18d365e8576e3eb572b33f8 (diff)
2006-02-28 Carlos Alberto Cortez <calberto.cortez@gmail.com>
* SerialPort.cs: * SerialPortStream.cs: Cleanups and some small funcionalities added. Also, some code was moved to SerialPortStream, to have a better design. svn path=/trunk/mcs/; revision=57386
Diffstat (limited to 'mcs/class/System/System.IO.Ports/ChangeLog')
-rw-r--r--mcs/class/System/System.IO.Ports/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/mcs/class/System/System.IO.Ports/ChangeLog b/mcs/class/System/System.IO.Ports/ChangeLog
index f50f309a5af..1ccf92bc504 100644
--- a/mcs/class/System/System.IO.Ports/ChangeLog
+++ b/mcs/class/System/System.IO.Ports/ChangeLog
@@ -1,3 +1,10 @@
+2006-02-28 Carlos Alberto Cortez <calberto.cortez@gmail.com>
+
+ * SerialPort.cs:
+ * SerialPortStream.cs: Cleanups and some small funcionalities
+ added. Also, some code was moved to SerialPortStream, to have a
+ better design.
+
2006-02-21 Carlos Alberto Cortez <calberto.cortez@gmail.com>
* SerialPort.cs: