6 |
|
<! End Style Sheet Header -----------Insert Text Here ---------------------> |
7 |
|
<p> |
8 |
|
<hr> |
9 |
< |
<h1>Release Notes For Version V0_9_20</h1> |
9 |
> |
<p> |
10 |
> |
<h1>Release Notes For Version V0_10_3</h1> |
11 |
> |
Mon Nov 1st 1999 |
12 |
> |
<hr> |
13 |
> |
<ol> |
14 |
> |
<li>BugFix : scram runtime no longer treats path variables as a regular |
15 |
> |
expression, allowing paths with strange characters such as + |
16 |
> |
<li>ToolBox : OpenGL - no default libs all are now architecture specific |
17 |
> |
<li>ToolBox : IGUANA - updates for V1_0_0 |
18 |
> |
</ol> |
19 |
> |
<p> |
20 |
> |
<hr> |
21 |
> |
<p> |
22 |
> |
<h1>Release Notes For Version V0_10_2</h1> |
23 |
> |
Wed Oct 20 1999 |
24 |
> |
<hr> |
25 |
> |
<ol> |
26 |
> |
<li>BugFix : Stop binary makefiles from rebuilding test libraries. |
27 |
> |
</ol> |
28 |
> |
<p> |
29 |
> |
<hr> |
30 |
> |
<p> |
31 |
> |
<h1>Release Notes For Version V0_10_1</h1> |
32 |
> |
Wed Oct 20 1999 |
33 |
> |
<hr> |
34 |
> |
<ol> |
35 |
> |
<li>BugFix : scram_autoexport in mixed BuildFiles / export interfaces fixed (missing newline) |
36 |
> |
<li>autoexport switch available in <export autoexport=[true|false]> flag |
37 |
> |
</ol> |
38 |
> |
<p> |
39 |
> |
<hr> |
40 |
> |
<p> |
41 |
> |
<h1>Release Notes For Version V0_10_0</h1> |
42 |
> |
<hr> |
43 |
> |
<ol> |
44 |
> |
Database Related Enhancements |
45 |
> |
<li>Installation script changed to create a common scram database between versions |
46 |
> |
<li>list and install use common database if it exists |
47 |
> |
<li>SCRAM databases can now be linked together |
48 |
> |
<li>New scram db command for maintaining databse linking |
49 |
> |
<p> |
50 |
> |
BuildFile Related Enhancements |
51 |
> |
<li>\lt&export> tags are no longer propogated to BuildFiles below by default. |
52 |
> |
<br> |
53 |
> |
Set <em>scram_autoexport=true</em> in your top level BuildFile to return to |
54 |
> |
the previous behaviour. |
55 |
> |
<li>Binary Functionality. Now you can define different Build |
56 |
> |
environments for each binary target. This allows you to specify different |
57 |
> |
libs etc. to different bins. |
58 |
> |
<li><Environment> tags to define binary environments |
59 |
> |
<li>Seperation of build areas for each binary - no more template clashes. |
60 |
> |
<li>Redefinition of bin targets from : to :: |
61 |
> |
- may prove backwards incompatible with some project configuration files. |
62 |
> |
<li>Updated build help system - only generic and binary targets at present |
63 |
> |
</ol> |
64 |
> |
<p> |
65 |
> |
<hr> |
66 |
> |
<p> |
67 |
> |
<h1>Release Notes For Version V0_9_42</h1> |
68 |
> |
<hr> |
69 |
> |
<ol> |
70 |
> |
<li> _o files were not being added consistently to the dependency list - missing depndency information for optimised archives |
71 |
> |
</ol> |
72 |
> |
<p> |
73 |
> |
<hr> |
74 |
> |
<p> |
75 |
> |
<h1>Release Notes For Version V0_9_41</h1> |
76 |
> |
<hr> |
77 |
> |
<ol> |
78 |
> |
<li> Workaround for odd behaviour with linux gmake version 3.76.1 and -include |
79 |
> |
when a file does not exist. Fix by checking in scram if file exists before asking gmake to include it. |
80 |
> |
<li> Update of IGUANA description to version to V1_0_0 |
81 |
> |
</ol> |
82 |
> |
<p> |
83 |
> |
<hr> |
84 |
> |
<p> |
85 |
> |
<h1>Release Notes For Version V0_9_40</h1> |
86 |
> |
<hr> |
87 |
> |
<ol> |
88 |
> |
<li> New group definition mechanism added. Will no look for group definitions |
89 |
> |
in the config/groups.mk file |
90 |
> |
<li> Removal of all hardwired groups from the scram source code |
91 |
> |
<li> Automated version selection mechanism added |
92 |
> |
<li> Output from <em>scram version</em> changed. Will now detect a link version |
93 |
> |
and print both link and the actual version name. e.g current ---> V0_9_40 |
94 |
> |
</ol> |
95 |
> |
<p> |
96 |
> |
<hr> |
97 |
> |
<p> |
98 |
> |
<h1>Release Notes For Version V0_9_39</h1> |
99 |
> |
<hr> |
100 |
> |
<ol> |
101 |
> |
<li> Use :: target for dependencies.mk - on linux was sending unrelated |
102 |
> |
definintions to the dependency generator |
103 |
> |
<li> Run the configuration phase silently to remove confusing messages from the user |
104 |
> |
</ol> |
105 |
> |
<p> |
106 |
> |
<hr> |
107 |
> |
<p> |
108 |
> |
<h1>Release Notes For Version V0_9_38</h1> |
109 |
> |
<hr> |
110 |
> |
<ol> |
111 |
> |
<li> BugFix - no more errors during the first scram build command. The client |
112 |
> |
configuration is now built beforehand in a completeley seperate process as the |
113 |
> |
gmake include mechanism is not flexible enough to cope with multiple - dependent included makefiles. |
114 |
> |
<li> Insure - picks up only local debug rather than all debug libs. |
115 |
> |
<li> Insure documentation. |
116 |
> |
<li> fortran objects now position independent in g77 (fortran on linux) |
117 |
> |
<li> gcc2.95 compiler specifics added |
118 |
> |
</ol> |
119 |
> |
<h2>Files Changed</h2> |
120 |
> |
<pre> |
121 |
> |
File SCRAM/doc/html/diffs.html changed from revision 1.1.2.30 to 1.1.2.29 |
122 |
> |
File SCRAM/doc/html/index.html changed from revision 1.3.2.7 to 1.3.2.6 |
123 |
> |
File SCRAM/doc/html/install.html changed from revision 1.15.2.35 to 1.15.2.34 |
124 |
> |
File SCRAM/doc/html/insure.html is removed; not included in release tag V0_9_37 |
125 |
> |
File SCRAM/doc/html/tools.html is removed; not included in release tag V0_9_37 |
126 |
> |
File SCRAM/src/BuildSetup.pm changed from revision 1.5.2.6 to 1.5.2.5 |
127 |
> |
File SCRAM/src/basics.mk changed from revision 1.17.2.9 to 1.17.2.8 |
128 |
> |
File SCRAM/src/clientmakefile.mk is removed; not included in release tag V0_9_37 |
129 |
> |
File SCRAM/src/compilers.mk changed from revision 1.14.2.21 to 1.14.2.19 |
130 |
> |
File SCRAM/src/toolrules.mk changed from revision 1.19.2.17 to 1.19.2.16 |
131 |
> |
</pre> |
132 |
> |
<p> |
133 |
> |
<hr> |
134 |
> |
<p> |
135 |
> |
<h1>Release Notes For Version V0_9_37</h1> |
136 |
> |
<hr> |
137 |
> |
<ol> |
138 |
> |
<li> Motif configuration on Linux - now will always ask where - no defaults |
139 |
> |
<li> X11 Configuration on Sun -- add Sun system libs lw, lgen and linst. |
140 |
> |
<li> PRIORITY_LIBDIR and PRIORITY_INCLUDE activated to allow some control |
141 |
> |
for messy systems. Replace directly the LIBDIR/INCLUDE equivalent to |
142 |
> |
force it to be searched ahead of the usual dependency structure. |
143 |
> |
</ol> |
144 |
> |
<p> |
145 |
> |
<hr> |
146 |
> |
<p> |
147 |
> |
<h1>Release Notes For Version V0_9_36</h1> |
148 |
> |
<hr> |
149 |
> |
<ol> |
150 |
> |
<li> BugFix : Archive Optimised libs now use templates properly with CC Sun4.2 |
151 |
> |
<li> OpenGL - more libraries on Linux |
152 |
> |
</ol> |
153 |
> |
<p> |
154 |
> |
<hr> |
155 |
> |
<p> |
156 |
> |
<h1>Release Notes For Version V0_9_35</h1> |
157 |
> |
<hr> |
158 |
> |
<ol> |
159 |
> |
<li> BugFix : Shared Debug dependencies now work |
160 |
> |
</ol> |
161 |
> |
<p> |
162 |
> |
<hr> |
163 |
> |
<p> |
164 |
> |
<h1>Release Notes For Version V0_9_34</h1> |
165 |
> |
<hr> |
166 |
> |
<ol> |
167 |
> |
<li> BugFix for Sun 4.2 when used with bin_debug_local. Now picks up the |
168 |
> |
correct templateDB. |
169 |
> |
<li> Insure++ -> now picks up debug libraries if the insure does not exist |
170 |
> |
</ol> |
171 |
> |
<p> |
172 |
> |
<hr> |
173 |
> |
<p> |
174 |
> |
<h1>Release Notes For Version V0_9_33</h1> |
175 |
> |
<hr> |
176 |
> |
<ol> |
177 |
> |
<li> Shared_Insure Libraries made functional |
178 |
> |
</ol> |
179 |
> |
<p> |
180 |
> |
<hr> |
181 |
> |
<p> |
182 |
> |
<h1>Release Notes For Version V0_9_32</h1> |
183 |
> |
<hr> |
184 |
> |
<ol> |
185 |
> |
<li> libmsg target added to allow messages to be printed to the screen |
186 |
> |
during a library build. Text from the LibType tag is echoed from this |
187 |
> |
target. |
188 |
> |
<li> Added new target bin_debug_local . Will take only local debug libraries |
189 |
> |
ignoring debug libraries in the release area. |
190 |
> |
</ol> |
191 |
> |
<p> |
192 |
> |
<hr> |
193 |
> |
<p> |
194 |
> |
<h1>Release Notes For Version V0_9_31</h1> |
195 |
> |
<hr> |
196 |
> |
<ol> |
197 |
> |
<li> CXXUSERFLAGS variable inserted into CXXFLAGS - command line additions |
198 |
> |
<li> SharedDebug made a bit more robust, seperated completeley from the Shared |
199 |
> |
rule |
200 |
> |
<li> LibType tags now need to be closed - the text in between will be echoed |
201 |
> |
to the screen |
202 |
> |
</ol> |
203 |
> |
<p> |
204 |
> |
<h2>Files changed</h2> |
205 |
> |
<pre> |
206 |
> |
File SCRAM/src/basics.mk changed from revision 1.17.2.5 to 1.17.2.7 |
207 |
> |
File SCRAM/src/compilers.mk changed from revision 1.14.2.11 to 1.14.2.13 |
208 |
> |
File SCRAM/src/toolrules.mk changed from revision 1.19.2.8 to 1.19.2.10 |
209 |
> |
File SCRAM/src/BuildFile changed |
210 |
> |
File SCRAM/toolbox/IGUANA changed from revision 1.1.2.6 to 1.1.2.7 |
211 |
> |
File SCRAM/toolbox/OpenInventor changed from revision 1.1.2.5 to 1.1.2.6 |
212 |
> |
File SCRAM/toolbox/Qt changed from revision 1.1.2.3 to 1.1.2.4 |
213 |
> |
</pre> |
214 |
> |
<p> |
215 |
> |
<hr> |
216 |
> |
<p> |
217 |
> |
<h1>Release Notes For Version V0_9_30</h1> |
218 |
> |
<hr> |
219 |
> |
<ol> |
220 |
> |
<li>Runtime bugFix for PATH variables |
221 |
> |
</ol> |
222 |
> |
<p> |
223 |
> |
<hr> |
224 |
> |
<p> |
225 |
> |
<h1>Release Notes For Version V0_9_29</h1> |
226 |
> |
<hr> |
227 |
> |
<ol> |
228 |
> |
<li>Change libType names debugshared debugarchive to debug_shared debug_archive |
229 |
> |
for consistency with other commands |
230 |
> |
<li>Bugfix on debug_shared |
231 |
> |
<li><External> tag now can be put in <export> interface |
232 |
> |
<li> Runtime bugfix - you can now do it consectiveley with no problems |
233 |
> |
<li> Runtime removed duplicates from path variables |
234 |
> |
<li> Runtime - multiple definitions of regular runtime variables simply replace |
235 |
> |
rather than add with spaces. |
236 |
> |
</ol> |
237 |
> |
<p> |
238 |
> |
<hr> |
239 |
> |
<p> |
240 |
> |
<h1>Release Notes For Version V0_9_28</h1> |
241 |
> |
<hr> |
242 |
> |
<ol> |
243 |
> |
<li> <LibType> bug fixes |
244 |
> |
<li> histo decription updates - HISTO_DIR added into runtime |
245 |
> |
</ol> |
246 |
> |
<p> |
247 |
> |
<hr> |
248 |
> |
<p> |
249 |
> |
<h1>Release Notes For Version V0_9_27</h1> |
250 |
> |
<hr> |
251 |
> |
<ol> |
252 |
> |
<li> Protect LibType from creating targets in lower, non library , build areas |
253 |
> |
<li> LibType tag can now be excluded with <ignore> |
254 |
> |
<li> Dependencies on cern 99 added for histo description file |
255 |
> |
<li> Runtime LD_LIBRARY_PATH for Qt |
256 |
> |
</ol> |
257 |
> |
<p> |
258 |
> |
<hr> |
259 |
> |
<p> |
260 |
> |
<h1>Release Notes For Version V0_9_26</h1> |
261 |
> |
<hr> |
262 |
> |
<ol> |
263 |
> |
<li>Keep intermediary executable around for debug version as the incremental |
264 |
> |
linker on sun uses it. |
265 |
> |
<li>Add histo descriptions file histoC and histoCHB |
266 |
> |
</ol> |
267 |
> |
<p> |
268 |
> |
<hr> |
269 |
> |
<p> |
270 |
> |
<h1>Release Notes For Version V0_9_25</h1> |
271 |
> |
<hr> |
272 |
> |
<ol> |
273 |
> |
<li>Bugfix to interface - Default target no longer overrides any assignments |
274 |
> |
passed on the command line |
275 |
> |
<li>Add url references for Qt and IGUANA descriptions |
276 |
> |
</ol> |
277 |
> |
<p> |
278 |
> |
<hr> |
279 |
> |
<p> |
280 |
> |
<h1>Release Notes For Version V0_9_24</h1> |
281 |
> |
<hr> |
282 |
> |
<ol> |
283 |
> |
<li>Bugfix to interface - Default target is still called if you use an |
284 |
> |
assignment with the build command (e.g warn=none) |
285 |
> |
<li>Fix for ObjectSpace_threaded Configuration file |
286 |
> |
</ol> |
287 |
> |
<p> |
288 |
> |
<hr> |
289 |
> |
<p> |
290 |
> |
<h1>Release Notes For Version V0_9_23</h1> |
291 |
> |
<hr> |
292 |
> |
<ol> |
293 |
> |
<li> Sun CC 4.2 - shared object building bugfix - pick up the right directory |
294 |
> |
<li> Add HP specifics to some configuration files |
295 |
> |
<li> HP fortran support |
296 |
> |
</ol> |
297 |
> |
<p> |
298 |
> |
<h2>Files changed</h2> |
299 |
> |
<pre> |
300 |
> |
File SCRAM/src/BootStrapProject.pm changed from revision 1.10.2.1 to 1.10.2.3 |
301 |
> |
File SCRAM/src/compilers.mk changed from revision 1.14.2.9 to 1.14.2.11 |
302 |
> |
File SCRAM/toolbox/ObjectSpace_threaded_2.1 changed from revision 1.1.2.8 to 1.1.2.9 |
303 |
> |
</pre> |
304 |
> |
<p> |
305 |
> |
<hr> |
306 |
> |
<h1>Release Notes For Version V0_9_22</h1> |
307 |
> |
<hr> |
308 |
> |
<ol> |
309 |
> |
<li> Added \<libtype type=> tag to overide the default library type to build |
310 |
> |
</ol> |
311 |
> |
<p> |
312 |
> |
<hr> |
313 |
> |
<h1>Release Notes For Version V0_9_21</h1> |
314 |
|
<hr> |
315 |
|
<ol> |
316 |
|
<li> Added new versions of cmsim/cernlib to toolbox |
487 |
|
>Chris Williams</a> |
488 |
|
</td> |
489 |
|
<td align=center> |
490 |
< |
Last Updated Thu Aug 19 11:15:26 1999 |
490 |
> |
Last Updated Mon Nov 1 15:02:53 1999 |
491 |
|
</td> |
492 |
|
<td align=right><a href=/cgi-cmc/pagestat>Show Stats</a> |
493 |
|
</td> |