author | Tom Sutcliffe <thomas.sutcliffe@accenture.com> |
Wed, 13 Oct 2010 12:41:05 +0100 | |
changeset 66 | 2a78c4ff2eab |
parent 62 | 60f47003f4b1 |
child 67 | 84fefe1cd57f |
permissions | -rw-r--r-- |
0
7f656887cf89
First submission to Symbian Foundation staging server.
Tom Sutcliffe <thomas.sutcliffe@accenture.com>
parents:
diff
changeset
|
1 |
# change_history.pod |
7f656887cf89
First submission to Symbian Foundation staging server.
Tom Sutcliffe <thomas.sutcliffe@accenture.com>
parents:
diff
changeset
|
2 |
# |
7f656887cf89
First submission to Symbian Foundation staging server.
Tom Sutcliffe <thomas.sutcliffe@accenture.com>
parents:
diff
changeset
|
3 |
# Copyright (c) 2010 Accenture. All rights reserved. |
7f656887cf89
First submission to Symbian Foundation staging server.
Tom Sutcliffe <thomas.sutcliffe@accenture.com>
parents:
diff
changeset
|
4 |
# This component and the accompanying materials are made available |
7f656887cf89
First submission to Symbian Foundation staging server.
Tom Sutcliffe <thomas.sutcliffe@accenture.com>
parents:
diff
changeset
|
5 |
# under the terms of the "Eclipse Public License v1.0" |
7f656887cf89
First submission to Symbian Foundation staging server.
Tom Sutcliffe <thomas.sutcliffe@accenture.com>
parents:
diff
changeset
|
6 |
# which accompanies this distribution, and is available |
7f656887cf89
First submission to Symbian Foundation staging server.
Tom Sutcliffe <thomas.sutcliffe@accenture.com>
parents:
diff
changeset
|
7 |
# at the URL "http://www.eclipse.org/legal/epl-v10.html". |
7f656887cf89
First submission to Symbian Foundation staging server.
Tom Sutcliffe <thomas.sutcliffe@accenture.com>
parents:
diff
changeset
|
8 |
# |
7f656887cf89
First submission to Symbian Foundation staging server.
Tom Sutcliffe <thomas.sutcliffe@accenture.com>
parents:
diff
changeset
|
9 |
# Initial Contributors: |
7f656887cf89
First submission to Symbian Foundation staging server.
Tom Sutcliffe <thomas.sutcliffe@accenture.com>
parents:
diff
changeset
|
10 |
# Accenture - Initial contribution |
7f656887cf89
First submission to Symbian Foundation staging server.
Tom Sutcliffe <thomas.sutcliffe@accenture.com>
parents:
diff
changeset
|
11 |
# |
7f656887cf89
First submission to Symbian Foundation staging server.
Tom Sutcliffe <thomas.sutcliffe@accenture.com>
parents:
diff
changeset
|
12 |
|
7f656887cf89
First submission to Symbian Foundation staging server.
Tom Sutcliffe <thomas.sutcliffe@accenture.com>
parents:
diff
changeset
|
13 |
__END__ |
7f656887cf89
First submission to Symbian Foundation staging server.
Tom Sutcliffe <thomas.sutcliffe@accenture.com>
parents:
diff
changeset
|
14 |
|
7f656887cf89
First submission to Symbian Foundation staging server.
Tom Sutcliffe <thomas.sutcliffe@accenture.com>
parents:
diff
changeset
|
15 |
=head1 FShell Change History |
7f656887cf89
First submission to Symbian Foundation staging server.
Tom Sutcliffe <thomas.sutcliffe@accenture.com>
parents:
diff
changeset
|
16 |
|
62
60f47003f4b1
Fixed bridge USB config.
Tom Sutcliffe <thomas.sutcliffe@accenture.com>
parents:
60
diff
changeset
|
17 |
=head2 Release 002 [Not yet released] |
60f47003f4b1
Fixed bridge USB config.
Tom Sutcliffe <thomas.sutcliffe@accenture.com>
parents:
60
diff
changeset
|
18 |
|
60f47003f4b1
Fixed bridge USB config.
Tom Sutcliffe <thomas.sutcliffe@accenture.com>
parents:
60
diff
changeset
|
19 |
=over 5 |
60f47003f4b1
Fixed bridge USB config.
Tom Sutcliffe <thomas.sutcliffe@accenture.com>
parents:
60
diff
changeset
|
20 |
|
60f47003f4b1
Fixed bridge USB config.
Tom Sutcliffe <thomas.sutcliffe@accenture.com>
parents:
60
diff
changeset
|
21 |
=item * |
60f47003f4b1
Fixed bridge USB config.
Tom Sutcliffe <thomas.sutcliffe@accenture.com>
parents:
60
diff
changeset
|
22 |
|
66
2a78c4ff2eab
Migrated ciftest and various fixes from FCL to MCL.
Tom Sutcliffe <thomas.sutcliffe@accenture.com>
parents:
62
diff
changeset
|
23 |
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. |
2a78c4ff2eab
Migrated ciftest and various fixes from FCL to MCL.
Tom Sutcliffe <thomas.sutcliffe@accenture.com>
parents:
62
diff
changeset
|
24 |
|
2a78c4ff2eab
Migrated ciftest and various fixes from FCL to MCL.
Tom Sutcliffe <thomas.sutcliffe@accenture.com>
parents:
62
diff
changeset
|
25 |
=item * |
2a78c4ff2eab
Migrated ciftest and various fixes from FCL to MCL.
Tom Sutcliffe <thomas.sutcliffe@accenture.com>
parents:
62
diff
changeset
|
26 |
|
2a78c4ff2eab
Migrated ciftest and various fixes from FCL to MCL.
Tom Sutcliffe <thomas.sutcliffe@accenture.com>
parents:
62
diff
changeset
|
27 |
Fixed crash in fed's handling of UTF-8 sequences split over a block boundary. |
2a78c4ff2eab
Migrated ciftest and various fixes from FCL to MCL.
Tom Sutcliffe <thomas.sutcliffe@accenture.com>
parents:
62
diff
changeset
|
28 |
|
2a78c4ff2eab
Migrated ciftest and various fixes from FCL to MCL.
Tom Sutcliffe <thomas.sutcliffe@accenture.com>
parents:
62
diff
changeset
|
29 |
=item * |
2a78c4ff2eab
Migrated ciftest and various fixes from FCL to MCL.
Tom Sutcliffe <thomas.sutcliffe@accenture.com>
parents:
62
diff
changeset
|
30 |
|
62
60f47003f4b1
Fixed bridge USB config.
Tom Sutcliffe <thomas.sutcliffe@accenture.com>
parents:
60
diff
changeset
|
31 |
Added support for automatically starting a USB personality to vt100usbcons via a new C<personality=x> key-value pair. See the L<vt100usbcons|vt100cons/usb variant> documentation for more information. |
60f47003f4b1
Fixed bridge USB config.
Tom Sutcliffe <thomas.sutcliffe@accenture.com>
parents:
60
diff
changeset
|
32 |
|
66
2a78c4ff2eab
Migrated ciftest and various fixes from FCL to MCL.
Tom Sutcliffe <thomas.sutcliffe@accenture.com>
parents:
62
diff
changeset
|
33 |
=item * |
2a78c4ff2eab
Migrated ciftest and various fixes from FCL to MCL.
Tom Sutcliffe <thomas.sutcliffe@accenture.com>
parents:
62
diff
changeset
|
34 |
|
2a78c4ff2eab
Migrated ciftest and various fixes from FCL to MCL.
Tom Sutcliffe <thomas.sutcliffe@accenture.com>
parents:
62
diff
changeset
|
35 |
Added support for beagleboard to sf\3tshell platform. |
2a78c4ff2eab
Migrated ciftest and various fixes from FCL to MCL.
Tom Sutcliffe <thomas.sutcliffe@accenture.com>
parents:
62
diff
changeset
|
36 |
|
62
60f47003f4b1
Fixed bridge USB config.
Tom Sutcliffe <thomas.sutcliffe@accenture.com>
parents:
60
diff
changeset
|
37 |
=back |
60f47003f4b1
Fixed bridge USB config.
Tom Sutcliffe <thomas.sutcliffe@accenture.com>
parents:
60
diff
changeset
|
38 |
|
60
f9caadcaea11
Update change history to make Release 001 official.
Tom Sutcliffe <thomas.sutcliffe@accenture.com>
parents:
59
diff
changeset
|
39 |
=head2 Release 001 |
14
4ab8c027df23
Fixed a defect in iosrv.exe that caused a panic if a foreground read object was attached to a different end point.
Joe Branton <joe.branton@accenture.com>
parents:
2
diff
changeset
|
40 |
|
17 | 41 |
=over 5 |
42 |
||
43 |
=item * |
|
44 |
||
37
534b01198c2d
Added ENotifyKeypresses and ECaptureCtrlC flags to CCommandBase.
Tom Sutcliffe <thomas.sutcliffe@accenture.com>
parents:
34
diff
changeset
|
45 |
First release of fshell through the Symbian Foundation. |
534b01198c2d
Added ENotifyKeypresses and ECaptureCtrlC flags to CCommandBase.
Tom Sutcliffe <thomas.sutcliffe@accenture.com>
parents:
34
diff
changeset
|
46 |
|
534b01198c2d
Added ENotifyKeypresses and ECaptureCtrlC flags to CCommandBase.
Tom Sutcliffe <thomas.sutcliffe@accenture.com>
parents:
34
diff
changeset
|
47 |
=item * |
534b01198c2d
Added ENotifyKeypresses and ECaptureCtrlC flags to CCommandBase.
Tom Sutcliffe <thomas.sutcliffe@accenture.com>
parents:
34
diff
changeset
|
48 |
|
49
b33ec37addee
comm.script/FSHELL_AUTOSTART now launches terminalkeyboardcons on platforms that support tracecore.
Tom Sutcliffe <thomas.sutcliffe@accenture.com>
parents:
44
diff
changeset
|
49 |
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. |
34
284c68d7a3ac
Updating documentation
Tom Sutcliffe <thomas.sutcliffe@accenture.com>
parents:
20
diff
changeset
|
50 |
|
284c68d7a3ac
Updating documentation
Tom Sutcliffe <thomas.sutcliffe@accenture.com>
parents:
20
diff
changeset
|
51 |
=item * |
284c68d7a3ac
Updating documentation
Tom Sutcliffe <thomas.sutcliffe@accenture.com>
parents:
20
diff
changeset
|
52 |
|
58
377ac716dabb
Added --no-write to gobble, fixed crash in start --timeout.
Tom Sutcliffe <thomas.sutcliffe@accenture.com>
parents:
49
diff
changeset
|
53 |
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). Fixed race condition and hang in C<pcons start>. |
14
4ab8c027df23
Fixed a defect in iosrv.exe that caused a panic if a foreground read object was attached to a different end point.
Joe Branton <joe.branton@accenture.com>
parents:
2
diff
changeset
|
54 |
|
17 | 55 |
=item * |
56 |
||
20 | 57 |
More build fixes. Changed the documentation builder to automatically prepend C<%EPOCROOT%> (converted to a path relative form) to pre-processor include path options that start with F<epoc32>. Prevously C<$(EPOCROOT)> was prepended in the makefile, which broke the documentation build because the pre-processor will only accept relative path include options. |
17 | 58 |
|
20 | 59 |
=item * |
17 | 60 |
|
58
377ac716dabb
Added --no-write to gobble, fixed crash in start --timeout.
Tom Sutcliffe <thomas.sutcliffe@accenture.com>
parents:
49
diff
changeset
|
61 |
Added C<--codesegs> option to L<ps|commands::ps> and C<--no-write> option to L<gobble|commands::gobble>. |
1
6c055a136ec1
Build fixes for environments which don't have \epoc32\tools in their path.
Tom Sutcliffe <thomas.sutcliffe@accenture.com>
parents:
0
diff
changeset
|
62 |
|
37
534b01198c2d
Added ENotifyKeypresses and ECaptureCtrlC flags to CCommandBase.
Tom Sutcliffe <thomas.sutcliffe@accenture.com>
parents:
34
diff
changeset
|
63 |
=item * |
534b01198c2d
Added ENotifyKeypresses and ECaptureCtrlC flags to CCommandBase.
Tom Sutcliffe <thomas.sutcliffe@accenture.com>
parents:
34
diff
changeset
|
64 |
|
534b01198c2d
Added ENotifyKeypresses and ECaptureCtrlC flags to CCommandBase.
Tom Sutcliffe <thomas.sutcliffe@accenture.com>
parents:
34
diff
changeset
|
65 |
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. |
534b01198c2d
Added ENotifyKeypresses and ECaptureCtrlC flags to CCommandBase.
Tom Sutcliffe <thomas.sutcliffe@accenture.com>
parents:
34
diff
changeset
|
66 |
|
42
e81b4e28b3e2
Added sf\3tshell platform with support for building beagle textshell+fshell ROMs.
Tom Sutcliffe <thomas.sutcliffe@accenture.com>
parents:
37
diff
changeset
|
67 |
=item * |
e81b4e28b3e2
Added sf\3tshell platform with support for building beagle textshell+fshell ROMs.
Tom Sutcliffe <thomas.sutcliffe@accenture.com>
parents:
37
diff
changeset
|
68 |
|
e81b4e28b3e2
Added sf\3tshell platform with support for building beagle textshell+fshell ROMs.
Tom Sutcliffe <thomas.sutcliffe@accenture.com>
parents:
37
diff
changeset
|
69 |
fshell's current working directory is now normalised (via new TFileName2::Normalize function) so that the case matches what's on the filesystem). |
e81b4e28b3e2
Added sf\3tshell platform with support for building beagle textshell+fshell ROMs.
Tom Sutcliffe <thomas.sutcliffe@accenture.com>
parents:
37
diff
changeset
|
70 |
|
58
377ac716dabb
Added --no-write to gobble, fixed crash in start --timeout.
Tom Sutcliffe <thomas.sutcliffe@accenture.com>
parents:
49
diff
changeset
|
71 |
=item * |
377ac716dabb
Added --no-write to gobble, fixed crash in start --timeout.
Tom Sutcliffe <thomas.sutcliffe@accenture.com>
parents:
49
diff
changeset
|
72 |
|
59
c9dfb364c2d1
Fixed chunkinfo and RAllocatorHelper crashes.
Tom Sutcliffe <thomas.sutcliffe@accenture.com>
parents:
58
diff
changeset
|
73 |
Fixed crash in L<start's|commands::start> C<--timeout> option and in L<chunkinfo|commands::chunkinfo> when specifying a chunk address. |
c9dfb364c2d1
Fixed chunkinfo and RAllocatorHelper crashes.
Tom Sutcliffe <thomas.sutcliffe@accenture.com>
parents:
58
diff
changeset
|
74 |
|
c9dfb364c2d1
Fixed chunkinfo and RAllocatorHelper crashes.
Tom Sutcliffe <thomas.sutcliffe@accenture.com>
parents:
58
diff
changeset
|
75 |
=item * |
c9dfb364c2d1
Fixed chunkinfo and RAllocatorHelper crashes.
Tom Sutcliffe <thomas.sutcliffe@accenture.com>
parents:
58
diff
changeset
|
76 |
|
c9dfb364c2d1
Fixed chunkinfo and RAllocatorHelper crashes.
Tom Sutcliffe <thomas.sutcliffe@accenture.com>
parents:
58
diff
changeset
|
77 |
The L<dialog|commands::dialog> command no longer misreports the button that was pressed when running under the text windowserver. |
c9dfb364c2d1
Fixed chunkinfo and RAllocatorHelper crashes.
Tom Sutcliffe <thomas.sutcliffe@accenture.com>
parents:
58
diff
changeset
|
78 |
|
c9dfb364c2d1
Fixed chunkinfo and RAllocatorHelper crashes.
Tom Sutcliffe <thomas.sutcliffe@accenture.com>
parents:
58
diff
changeset
|
79 |
=item * |
c9dfb364c2d1
Fixed chunkinfo and RAllocatorHelper crashes.
Tom Sutcliffe <thomas.sutcliffe@accenture.com>
parents:
58
diff
changeset
|
80 |
|
c9dfb364c2d1
Fixed chunkinfo and RAllocatorHelper crashes.
Tom Sutcliffe <thomas.sutcliffe@accenture.com>
parents:
58
diff
changeset
|
81 |
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. |
58
377ac716dabb
Added --no-write to gobble, fixed crash in start --timeout.
Tom Sutcliffe <thomas.sutcliffe@accenture.com>
parents:
49
diff
changeset
|
82 |
|
44
a83fed0e0b9a
Fixed change history typo
Tom Sutcliffe <thomas.sutcliffe@accenture.com>
parents:
42
diff
changeset
|
83 |
=back |
a83fed0e0b9a
Fixed change history typo
Tom Sutcliffe <thomas.sutcliffe@accenture.com>
parents:
42
diff
changeset
|
84 |
|
37
534b01198c2d
Added ENotifyKeypresses and ECaptureCtrlC flags to CCommandBase.
Tom Sutcliffe <thomas.sutcliffe@accenture.com>
parents:
34
diff
changeset
|
85 |
=head2 Release 000.2-000.5 |
534b01198c2d
Added ENotifyKeypresses and ECaptureCtrlC flags to CCommandBase.
Tom Sutcliffe <thomas.sutcliffe@accenture.com>
parents:
34
diff
changeset
|
86 |
|
534b01198c2d
Added ENotifyKeypresses and ECaptureCtrlC flags to CCommandBase.
Tom Sutcliffe <thomas.sutcliffe@accenture.com>
parents:
34
diff
changeset
|
87 |
Test releases with build fixes. |
534b01198c2d
Added ENotifyKeypresses and ECaptureCtrlC flags to CCommandBase.
Tom Sutcliffe <thomas.sutcliffe@accenture.com>
parents:
34
diff
changeset
|
88 |
|
0
7f656887cf89
First submission to Symbian Foundation staging server.
Tom Sutcliffe <thomas.sutcliffe@accenture.com>
parents:
diff
changeset
|
89 |
=head2 Release 000.1 |
7f656887cf89
First submission to Symbian Foundation staging server.
Tom Sutcliffe <thomas.sutcliffe@accenture.com>
parents:
diff
changeset
|
90 |
|
7f656887cf89
First submission to Symbian Foundation staging server.
Tom Sutcliffe <thomas.sutcliffe@accenture.com>
parents:
diff
changeset
|
91 |
Prerelease to the SF staging server. |
7f656887cf89
First submission to Symbian Foundation staging server.
Tom Sutcliffe <thomas.sutcliffe@accenture.com>
parents:
diff
changeset
|
92 |
|
7f656887cf89
First submission to Symbian Foundation staging server.
Tom Sutcliffe <thomas.sutcliffe@accenture.com>
parents:
diff
changeset
|
93 |
=head1 Copyright |
7f656887cf89
First submission to Symbian Foundation staging server.
Tom Sutcliffe <thomas.sutcliffe@accenture.com>
parents:
diff
changeset
|
94 |
|
7f656887cf89
First submission to Symbian Foundation staging server.
Tom Sutcliffe <thomas.sutcliffe@accenture.com>
parents:
diff
changeset
|
95 |
Copyright (c) 2010 Accenture. All rights reserved. |
7f656887cf89
First submission to Symbian Foundation staging server.
Tom Sutcliffe <thomas.sutcliffe@accenture.com>
parents:
diff
changeset
|
96 |
|
7f656887cf89
First submission to Symbian Foundation staging server.
Tom Sutcliffe <thomas.sutcliffe@accenture.com>
parents:
diff
changeset
|
97 |
=cut |