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>2008-09-14 21:39:56 +0400
committerCarlos Alberto Cortez <calberto.cortez@gmail.com>2008-09-14 21:39:56 +0400
commitf15005a06b44e51d62e145fb92374dc3fc9d8f6f (patch)
tree6d4c616aba0a47a2d3ef583fd2e2583b516c7977 /mcs/class/System/System.IO.Ports/ChangeLog
parentc52dbbeb8beb73b18aeaec5212a4ec5cbf4a54d9 (diff)
2008-09-14 Carlos Alberto Cortez <calberto.cortez@gmail.com>
* SerialPort.cs: Throw ArgumentException if NewLine gets an empty string value. Fixes #339012. svn path=/trunk/mcs/; revision=112964
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 90ed10610b8..9c5a2554fda 100644
--- a/mcs/class/System/System.IO.Ports/ChangeLog
+++ b/mcs/class/System/System.IO.Ports/ChangeLog
@@ -1,3 +1,9 @@
+2008-09-14 Carlos Alberto Cortez <calberto.cortez@gmail.com>
+
+ * SerialPort.cs: Throw ArgumentException if NewLine gets an empty
+ string value.
+ Fixes #339012.
+
2008-09-08 Carlos Alberto Cortez <calberto.cortez@gmail.com>
* SerialPort.cs: In BaseStream property call CheckOpen instead of