X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2FSystem%2FSystem.IO.Ports%2FChangeLog;h=a2240ee2e33924bd7f21c321b96357c28cf261e6;hb=c5bdf444a29f6aca4d3446d8649d4bfa8b60573c;hp=638848033448e0425fb3d159a0a4c9b6b675be83;hpb=0ca4c0c5ef6ba0bf13fd721deb36e7b501ec5829;p=mono.git diff --git a/mcs/class/System/System.IO.Ports/ChangeLog b/mcs/class/System/System.IO.Ports/ChangeLog index 63884803344..a2240ee2e33 100644 --- a/mcs/class/System/System.IO.Ports/ChangeLog +++ b/mcs/class/System/System.IO.Ports/ChangeLog @@ -1,3 +1,43 @@ + +Wed Apr 11 15:40:55 CEST 2007 Paolo Molaro + + * WinSerialStream.cs: fixed logic for signal value check (bug #81342). + +2006-11-18 Jelle Hissink + + * SerialPortStream.cs: Fix the parameters in Read, and also poll + before the read, so we can thorw the TimeoutException. + +2006-09-28 Andrew Skiba + + * SerialPort.cs,WinSerialStream.cs: TARGET_JVM + +2006-08-14 Chris Toshok + + * SerialPort.cs: the paths returned by Directory.GetFiles have the + directory at the beginning of the string. + +2006-08-13 Miguel de Icaza + + * SerialPort.cs (ReadTo): Implemented. + Add a couple of missing checks. + + Also handle ttyUSB for Chris. + + * SerialPortStream.cs (BytesToRead, BytesToWrite): Implement. + + * SerialPort.cs (ReadByte): Go directly to the stream, no need to + call the wrapper code. + + (ReadChar): implement. + + (ReadLine): implement. + + Add DefaultValueAttributes to various methods. + + * SerialPortStream.cs, WinSerialStream.cs: Use the same checking + we use elsewhere for parameters. + 2005-05-12 Carlos Alberto Cortez * ISerialStream.cs: Add support for break state.