equal
deleted
inserted
replaced
26 |
26 |
27 Commands can now define a C<==smoke-test> section in their CIF files, which defines a snippet of fshell script that will be run as part of C<fshell smoketest> or by invoking L<ciftest|commands::ciftest> directly. See the ciftest documentation for more details. |
27 Commands can now define a C<==smoke-test> section in their CIF files, which defines a snippet of fshell script that will be run as part of C<fshell smoketest> or by invoking L<ciftest|commands::ciftest> directly. See the ciftest documentation for more details. |
28 |
28 |
29 =back |
29 =back |
30 |
30 |
31 =head2 Release 001 [Not yet officially made] |
31 =head2 Release 001 |
32 |
32 |
33 =over 5 |
33 =over 5 |
34 |
34 |
35 =item * |
35 =item * |
36 |
36 |
60 |
60 |
61 fshell's current working directory is now normalised (via new TFileName2::Normalize function) so that the case matches what's on the filesystem). |
61 fshell's current working directory is now normalised (via new TFileName2::Normalize function) so that the case matches what's on the filesystem). |
62 |
62 |
63 =item * |
63 =item * |
64 |
64 |
65 Fixed crash in L<start's|commands::start> C<--timeout> option. |
65 Fixed crash in L<start's|commands::start> C<--timeout> option and in L<chunkinfo|commands::chunkinfo> when specifying a chunk address. |
|
66 |
|
67 =item * |
|
68 |
|
69 The L<dialog|commands::dialog> command no longer misreports the button that was pressed when running under the text windowserver. |
|
70 |
|
71 =item * |
|
72 |
|
73 Changed built-in commands maximum heap size from 256KB to 1MB. This is because on a current S60 device 256KB is just too small for commands like chunkinfo to display all the chunks on the system. Also have seen problems listing large directories and deleting large numbers of files, that this change should help with too. |
66 |
74 |
67 =back |
75 =back |
68 |
76 |
69 =head2 Release 000.2-000.5 |
77 =head2 Release 000.2-000.5 |
70 |
78 |