diff -r 4a2ffd3562a3 -r e81b4e28b3e2 documentation/change_history.pod --- a/documentation/change_history.pod Thu Aug 26 15:28:08 2010 +0100 +++ b/documentation/change_history.pod Sat Aug 28 00:12:38 2010 +0100 @@ -42,6 +42,10 @@ Added C and C 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. +=item * + +fshell's current working directory is now normalised (via new TFileName2::Normalize function) so that the case matches what's on the filesystem). + =head2 Release 000.2-000.5 Test releases with build fixes.