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:
authorAtsushi Eno <atsushieno@gmail.com>2007-05-21 06:15:18 +0400
committerAtsushi Eno <atsushieno@gmail.com>2007-05-21 06:15:18 +0400
commite8dc24997c25e490d2172a774ab31b3748f20a5a (patch)
tree4dab6936b3d5cba6545375361061b8018e307843 /mcs/class/System/System.IO.Ports/ChangeLog
parent5ef91bcc25ea4b48241a6685bb316b81a001d806 (diff)
2007-05-21 Atsushi Enomoto <atsushi@ximian.com>
* SerialPort.cs : slightly boring 2.0 attributes. svn path=/trunk/mcs/; revision=77737
Diffstat (limited to 'mcs/class/System/System.IO.Ports/ChangeLog')
-rw-r--r--mcs/class/System/System.IO.Ports/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/mcs/class/System/System.IO.Ports/ChangeLog b/mcs/class/System/System.IO.Ports/ChangeLog
index d1a0b4cbe62..7149454e25e 100644
--- a/mcs/class/System/System.IO.Ports/ChangeLog
+++ b/mcs/class/System/System.IO.Ports/ChangeLog
@@ -1,3 +1,7 @@
+2007-05-21 Atsushi Enomoto <atsushi@ximian.com>
+
+ * SerialPort.cs : slightly boring 2.0 attributes.
+
2007-05-01 Sebastien Pouliot <sebastien@ximian.com>
* WinSerialStream.cs: Fix build due to NativeOverlapped being updated