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-04-21 10:47:26 +0400
committerCarlos Alberto Cortez <calberto.cortez@gmail.com>2006-04-21 10:47:26 +0400
commit6dcd3635ec1b1f1f5db852702b4817b59485d781 (patch)
tree21fcc1caae051bbecc090f72b6910b9504fb7bc0 /mcs/class/System/System.IO.Ports/ChangeLog
parenta301e7e1daeff4629d05f94b44e574f1a928fe0d (diff)
2006-04-20 Carlos Alberto Cortez <calberto.cortez@gmail.com>
* WinSerialPort.cs: Inital import of the backend stream for Windows support. svn path=/trunk/mcs/; revision=59729
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 b742a80e8e8..4d6529d10b5 100644
--- a/mcs/class/System/System.IO.Ports/ChangeLog
+++ b/mcs/class/System/System.IO.Ports/ChangeLog
@@ -1,3 +1,8 @@
+2006-04-20 Carlos Alberto Cortez <calberto.cortez@gmail.com>
+
+ * WinSerialPort.cs: Inital import of the backend stream
+ for Windows support.
+
2006-04-06 Carlos Alberto Cortez <calberto.cortez@gmail.com>
* SerialPort.cs: