2008-06-07 Marek Safar <marek.safar@gmail.com>
[mono.git] / support / ChangeLog
index 1b719cb6d07d47e4ba4eacb0bd8ae53cb2e8bb9c..513601a2c69d9a8ca59b2b45d0930815b027db53 100644 (file)
@@ -1,3 +1,15 @@
+2008-04-05  Carlos Alberto Cortez <calberto.cortez@gmail.com>
+
+       * serial.c (set_attributes): When setting parity to Even,
+       besides removing the PARODD bit, add the PARENB bit to actually
+       use even parity.
+       Patch by Leszek Ciesielski.
+       Fixes #365248.
+
+2008-03-31  Miguel de Icaza  <miguel@novell.com>
+
+       * serial.c (write_serial): Avoid infinite loops, see #375580.
+
 2008-02-12  Jonathan Pryor  <jpryor@novell.com>
 
        * signal.c: SLES9 has glib 2.2, so we can't rely on g_atomic_int_*().