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-11-13 12:46:19 +0300
committerAtsushi Eno <atsushieno@gmail.com>2007-11-13 12:46:19 +0300
commit96bc55f3caad499e21cb469be2eceb686694004d (patch)
tree8e6eee93ee10d683dbad39d5c3f2785103a8b76e /mcs/class/System/System.IO.Ports/ChangeLog
parentc2865a70262b4ccc2e2a559cccbc8e5b032b63cb (diff)
2007-11-13 Atsushi Enomoto <atsushi@ximian.com>
* SerialPort.cs : Added [DefaultValue]. For PortName it is useless though. Do not use ObsoleteAttribute for MonoTODO role. svn path=/trunk/mcs/; revision=89534
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 79d6c7646b8..cea33d187bd 100644
--- a/mcs/class/System/System.IO.Ports/ChangeLog
+++ b/mcs/class/System/System.IO.Ports/ChangeLog
@@ -1,3 +1,9 @@
+2007-11-13 Atsushi Enomoto <atsushi@ximian.com>
+
+ * SerialPort.cs :
+ Added [DefaultValue]. For PortName it is useless though.
+ Do not use ObsoleteAttribute for MonoTODO role.
+
2007-11-05 Miguel de Icaza <miguel@novell.com>
* SerialPort.cs: Cope with multi-character newlines. Fixes #321988.