documentation/change_history.pod
changeset 51 8dc858aede52
parent 50 e81b4e28b3e2
child 53 a83fed0e0b9a
equal deleted inserted replaced
44:da10798406fc 51:8dc858aede52
    18 
    18 
    19 =over 5
    19 =over 5
    20 
    20 
    21 =item *
    21 =item *
    22 
    22 
       
    23 First release of fshell through the Symbian Foundation.
       
    24 
       
    25 =item *
       
    26 
    23 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.
    24 
    28 
    25 =item *
    29 =item *
    26 
    30 
    27 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 
    36 
    33 =item *
    37 =item *
    34 
    38 
    35 Added C<--codesegs> option to L<ps|commands::ps>.
    39 Added C<--codesegs> option to L<ps|commands::ps>.
    36 
    40 
       
    41 =item *
       
    42 
       
    43 Added C<ENotifyKeypresses> and C<ECaptureCtrlC> flags to CCommandBase, so commands can get keypresses and handle ctrl-C via callbacks instead of having to implement custom active objects. As part of this extended the CCommandBase extension interface to MCommandExtensionsV2 for the new virtual functions KeyPressed(TUint aKeyCode, TUint aModifiers) and CtrlCPressed(). sudo now cleans up correctly by using ECaptureCtrlC.
       
    44 
       
    45 =item *
       
    46 
       
    47 fshell's current working directory is now normalised (via new TFileName2::Normalize function) so that the case matches what's on the filesystem).
       
    48 
       
    49 =head2 Release 000.2-000.5
       
    50 
       
    51 Test releases with build fixes.
       
    52 
    37 =head2 Release 000.1
    53 =head2 Release 000.1
    38 
    54 
    39 Prerelease to the SF staging server.
    55 Prerelease to the SF staging server.
    40 
    56 
    41 =head1 Copyright
    57 =head1 Copyright