1 |
26 |
unneback |
Release History for eCos Configuration Tool 2
|
2 |
|
|
=============================================
|
3 |
|
|
|
4 |
|
|
*** Version 2.11, February 13th, 2002
|
5 |
|
|
|
6 |
|
|
- Enabled Run Tests dialog in release mode.
|
7 |
|
|
|
8 |
|
|
- Corrected backslashes in makefiles.
|
9 |
|
|
|
10 |
|
|
- Added radio button group style to make the
|
11 |
|
|
groups on the Viewers dialog separate.
|
12 |
|
|
|
13 |
|
|
- Enabled the Run Tests settings dialog.
|
14 |
|
|
|
15 |
|
|
- Reordered the Alt-n accelerators on the
|
16 |
|
|
View menu.
|
17 |
|
|
|
18 |
|
|
|
19 |
|
|
*** Version 2.10, January 25th, 2002
|
20 |
|
|
|
21 |
|
|
- 2002 added to the copyright message.
|
22 |
|
|
|
23 |
|
|
- The tree and value panes now have a minimum width,
|
24 |
|
|
so you can't lose the splitter bar by double-clicking
|
25 |
|
|
on it.
|
26 |
|
|
|
27 |
|
|
|
28 |
|
|
*** Version 2.09, December 11th 2001
|
29 |
|
|
|
30 |
|
|
- Hardware is now sorted alphabetically on UNIX.
|
31 |
|
|
|
32 |
|
|
- The documentation system will now work with HTML documentation
|
33 |
|
|
generated from SGML, which will be the case from eCos 2.0
|
34 |
|
|
on.
|
35 |
|
|
|
36 |
|
|
- --compile-help command added, which will create .hhp and .hhc
|
37 |
|
|
files, and then exit.
|
38 |
|
|
|
39 |
|
|
- Packages dialog improvements: added keyword search and 'Omit hardware'
|
40 |
|
|
checkbox; added more information to the description window.
|
41 |
|
|
|
42 |
|
|
- Added an "exact match" checkbox to the Packages dialog. That way if
|
43 |
|
|
you type 'flash', you get exactly what you'd get if you type
|
44 |
|
|
'ecosconfig add flash'.
|
45 |
|
|
|
46 |
|
|
|
47 |
|
|
*** Version 2.08, October 25th 2001
|
48 |
|
|
|
49 |
|
|
- Looks in PATH for gcc locations on UNIX.
|
50 |
|
|
|
51 |
|
|
- Uses current directory for initial save directory, instead of configtool
|
52 |
|
|
directory.
|
53 |
|
|
|
54 |
|
|
- Mounts /ecos-x paths (where x is a drive letter) for repository, build
|
55 |
|
|
and install paths, so that the compiler is always using text-mounted
|
56 |
|
|
files.
|
57 |
|
|
|
58 |
|
|
|
59 |
|
|
*** Version 2.07, September 5th 2001
|
60 |
|
|
|
61 |
|
|
- Image (png) files and about.htm now incorporated into configtool.bin,
|
62 |
|
|
which is an ordinary zip file.
|
63 |
|
|
|
64 |
|
|
|
65 |
|
|
*** Version 2.06, August 30th 2001
|
66 |
|
|
|
67 |
|
|
- Now saves the width of the configuration tree pane.
|
68 |
|
|
|
69 |
|
|
- New -r (--edit-only) command-line switch which suppresses creation
|
70 |
|
|
of build trees when saving .ecc files.
|
71 |
|
|
|
72 |
|
|
- Added -v (--version), -h (--help) switches, and under Unix the
|
73 |
|
|
resulting output goes on the terminal, not a dialog box.
|
74 |
|
|
|
75 |
|
|
- The build tree will now only get generated when the file is saved instead
|
76 |
|
|
of when a new document is created or template selected.
|
77 |
|
|
|
78 |
|
|
- Added recursive process killing for implementing Stop command.
|
79 |
|
|
|
80 |
|
|
|
81 |
|
|
*** Version 2.05, August 10th 2001
|
82 |
|
|
|
83 |
|
|
- Fixed a bug in the administration dialog that only looked at the filename of the
|
84 |
|
|
.epk to add and not the path.
|
85 |
|
|
|
86 |
|
|
- Added "Tools | Generate Build Tree" menu so the build tree can be regenerated
|
87 |
|
|
without having to change values in the configuration and save the file.
|
88 |
|
|
|
89 |
|
|
|
90 |
|
|
*** Version 2.04, July 16th 2001
|
91 |
|
|
|
92 |
|
|
- Now uses /cygdrive/ notation which is future-proof for newer Cygwins,
|
93 |
|
|
and works around a mkdir bug in older Cygwins. A side-effect of this
|
94 |
|
|
is that we no longer mount drives from the tool, so we don't get the
|
95 |
|
|
flashing DOS box under Windows. Makefiles now define HOST=CYGWIN
|
96 |
|
|
so that makefiles can use mkdir the right way under Windows.
|
97 |
|
|
|
98 |
|
|
- Installation program will install run-time DLLs if newer than those
|
99 |
|
|
on the system.
|
100 |
|
|
|
101 |
|
|
|
102 |
|
|
*** Version 2.03, July 9nd 2001
|
103 |
|
|
|
104 |
|
|
- Corrected a bug introduced in the previous release, where the initial template
|
105 |
|
|
selection was wrong.
|
106 |
|
|
|
107 |
|
|
- More forgiving when specifying the packages directory for the repository.
|
108 |
|
|
|
109 |
|
|
- Run Tests dialog now working when using a serial port: Windows and Linux. TCP/IP
|
110 |
|
|
mode seems to be working on Windows also.
|
111 |
|
|
|
112 |
|
|
- Now saves file history list in FileHistory instead of top-level in config file/registry.
|
113 |
|
|
|
114 |
|
|
- Removed Server-side GDB checkbox in platform editor.
|
115 |
|
|
|
116 |
|
|
- Widened TCP/IP port text control in Run Tests settings dialog.
|
117 |
|
|
|
118 |
|
|
- Fixed bug where message box with an empty repository name was shown if no repository
|
119 |
|
|
was found at all.
|
120 |
|
|
|
121 |
|
|
- Fixed long-term Configuration Tool bug where some conflicts weren't resolved properly
|
122 |
|
|
(bool-data options).
|
123 |
|
|
|
124 |
|
|
- Added vertical scrollbar to Short Description window.
|
125 |
|
|
|
126 |
|
|
|
127 |
|
|
*** Version 2.02, June 27th 2001
|
128 |
|
|
|
129 |
|
|
- Packages are now sorted in the Packages Dialog.
|
130 |
|
|
Templates are sorted on Windows, not yet on Linux.
|
131 |
|
|
|
132 |
|
|
- There was an interaction between Configtool/TCL/Windows 98 that
|
133 |
|
|
caused a GPF when saving files. This has now been worked around.
|
134 |
|
|
|
135 |
|
|
- When entering the user tools directory, Configtool now
|
136 |
|
|
recognises it correctly if it contains appropriate binaries.
|
137 |
|
|
|
138 |
|
|
- The current build tools path is saved so that if the eCos
|
139 |
|
|
installer wasn't used, there will be a default build tools
|
140 |
|
|
path and the user won't get asked every time.
|
141 |
|
|
|
142 |
|
|
- Main window now refreshed after some dialogs close and before
|
143 |
|
|
a lengthy operation for aesthetic reasons.
|
144 |
|
|
|
145 |
|
|
- The dialogs for saving and opening .ecc files now default to the
|
146 |
|
|
directory of the last loaded/saved file, for convenience.
|
147 |
|
|
|
148 |
|
|
- Switched to Rich Edit control for Output Window since it has
|
149 |
|
|
a higher capacity; this causes scrolling behaviour to be
|
150 |
|
|
less than optimal on NT and a bit weird on Win98, so there's some
|
151 |
|
|
work to do.
|
152 |
|
|
|
153 |
|
|
- Stopping a build now works.
|
154 |
|
|
|
155 |
|
|
- Added CHANGES.txt and TODO.txt to the distribution.
|
156 |
|
|
|
157 |
|
|
|
158 |
|
|
*** Version 2.01, June 2001
|
159 |
|
|
|
160 |
|
|
- Clicking Save when tool was first loaded didn't do anything.
|
161 |
|
|
Now behaves like Save As for a first-time save.
|
162 |
|
|
|
163 |
|
|
- Mix-up with directory names fixed.
|
164 |
|
|
|
165 |
|
|
- Windows installer now leaves existing DLLs intact even if
|
166 |
|
|
the installer's files were newer.
|
167 |
|
|
|
168 |
|
|
- The Unix tarball now contains a subdirectory containing the current
|
169 |
|
|
version in the name.
|
170 |
|
|
|
171 |
|
|
|
172 |
|
|
*** Version 2.0, May 2001
|
173 |
|
|
|
174 |
|
|
- Initial public release
|