documentation/change_history.pod
changeset 58 b33ec37addee
parent 53 a83fed0e0b9a
child 68 377ac716dabb
child 70 b06038904ef8
equal deleted inserted replaced
57:a45c6889feae 58:b33ec37addee
    22 
    22 
    23 First release of fshell through the Symbian Foundation.
    23 First release of fshell through the Symbian Foundation.
    24 
    24 
    25 =item *
    25 =item *
    26 
    26 
    27 Added L<terminal keyboard|terminalkeyboardcons> console, for platforms that support Terminal Keyboard and Trace Core.
    27 Added L<terminal keyboard|terminalkeyboardcons> console, for platforms that support Terminal Keyboard and Trace Core. On such platforms comm.script (and thus -DFSHELL_AUTOSTART) will use it if there is no better match for the hardware platform.
    28 
    28 
    29 =item *
    29 =item *
    30 
    30 
    31 Fixed a defect in iosrv.exe that caused a panic if a foreground read object was attached to a different end point. This was due to the read object being notified of a change in foreground before its iEndPoint member was updated. This member is now updated before attempting the attach, and is set to NULL in the event of a leave (resulting in the read object being left in an unattached state).
    31 Fixed a defect in iosrv.exe that caused a panic if a foreground read object was attached to a different end point. This was due to the read object being notified of a change in foreground before its iEndPoint member was updated. This member is now updated before attempting the attach, and is set to NULL in the event of a leave (resulting in the read object being left in an unattached state).
    32 
    32