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-05-07 04:57:07 +0400
committerCarlos Alberto Cortez <calberto.cortez@gmail.com>2006-05-07 04:57:07 +0400
commit94cc5d0052ac05e97bfeb63bcae86d5cb85d7e2e (patch)
treec1201b9479e740205b1613d4edd844d51528916f /mcs/class/System/System.IO.Ports/ChangeLog
parentc9d4bf4bf4bea278299bb2ab90df2d8c3a474a0b (diff)
2005-05-06 Carlos Alberto Cortez <calberto.cortez@gmail.com>
* ISerialStream.cs: * SerialPortStream.cs: * SerialPort.cs: * SerialSignal.cs: Some changes to make SerialPorStream implement ISerialInterface, and be able to have OS-depending backends. svn path=/trunk/mcs/; revision=60368
Diffstat (limited to 'mcs/class/System/System.IO.Ports/ChangeLog')
-rw-r--r--mcs/class/System/System.IO.Ports/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/mcs/class/System/System.IO.Ports/ChangeLog b/mcs/class/System/System.IO.Ports/ChangeLog
index baebc2668f7..cf7bd2d3b9a 100644
--- a/mcs/class/System/System.IO.Ports/ChangeLog
+++ b/mcs/class/System/System.IO.Ports/ChangeLog
@@ -1,3 +1,12 @@
+2005-05-06 Carlos Alberto Cortez <calberto.cortez@gmail.com>
+
+ * ISerialStream.cs:
+ * SerialPortStream.cs:
+ * SerialPort.cs:
+ * SerialSignal.cs:
+ Some changes to make SerialPorStream implement ISerialInterface,
+ and be able to have OS-depending backends.
+
2006-05-06 Carlos Alberto Cortez <calberto.cortez@gmail.com>
* ISerialStream.cs: New internal interface used for