equal
deleted
inserted
replaced
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 =head2 Release 000.2-000.5 |
|
46 |
|
47 Test releases with build fixes. |
|
48 |
37 =head2 Release 000.1 |
49 =head2 Release 000.1 |
38 |
50 |
39 Prerelease to the SF staging server. |
51 Prerelease to the SF staging server. |
40 |
52 |
41 =head1 Copyright |
53 =head1 Copyright |