ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/SCRAM/doc/html/diffs.html
Revision: 1.1.2.53
Committed: Wed Jan 5 08:20:45 2000 UTC (25 years, 4 months ago) by williamc
Content type: text/html
Branch: V0_9branch
CVS Tags: V0_10_8
Changes since 1.1.2.52: +10 -1 lines
Log Message:
version updates

File Contents

# Content
1 <! Style Sheet Header>
2 <html>
3 <head>
4 <title>release notes</title>
5 <body>
6 <! End Style Sheet Header -----------Insert Text Here --------------------->
7 <p>
8 <hr>
9 <p>
10 <h1>Release Notes For Version V0_10_8</h1>
11 Tue Dec 13th 1999
12 <hr>
13 <ol>
14 <li> toolbox :BugFix to export the LD_LIBRARY_PATH
15 </ol>
16 <p>
17 <hr>
18 <p>
19 <h1>Release Notes For Version V0_10_7</h1>
20 Tue Dec 13th 1999
21 <hr>
22 <ol>
23 <li> toolbox : zlib description added
24 <li> check for unknown command line options to the scram project command
25 </ol>
26 <p>
27 <hr>
28 <p>
29 <h1>Release Notes For Version V0_10_6</h1>
30 Wed Nov 25th 1999
31 <hr>
32 <ol>
33 <li> Workaround for CVS/make incompatability. scram now checks each build
34 product against the dates of its components and marks it to be rebuilt by make
35 if any timestamps do not match.
36 </ol>
37 <p>
38 <hr>
39 <p>
40 <h1>Release Notes For Version V0_10_5</h1>
41 Wed Nov 25th 1999
42 <hr>
43 <ol>
44 <li> toolbox changes : Updated to Sep99 LHC++ components
45 </ol>
46 <p>
47 <hr>
48 <p>
49 <h1>Release Notes For Version V0_10_4</h1>
50 Thu Nov 18th 1999
51 <hr>
52 <ol>
53 <li> toolbox changes : Configuration files updated to R6
54 <li> bugfix : Groups in &lt;export> tags now work with <lib>
55 <li> &lt;lib> text now goes to GNUmakefile
56 </ol>
57 <p>
58 <hr>
59 <p>
60 <h1>Release Notes For Version V0_10_3</h1>
61 Mon Nov 1st 1999
62 <hr>
63 <ol>
64 <li>BugFix : scram runtime no longer treats path variables as a regular
65 expression, allowing paths with strange characters such as +
66 <li>ToolBox : OpenGL - no default libs all are now architecture specific
67 <li>ToolBox : IGUANA - updates for V1_0_0
68 </ol>
69 <p>
70 <hr>
71 <p>
72 <h1>Release Notes For Version V0_10_2</h1>
73 Wed Oct 20 1999
74 <hr>
75 <ol>
76 <li>BugFix : Stop binary makefiles from rebuilding test libraries.
77 </ol>
78 <p>
79 <hr>
80 <p>
81 <h1>Release Notes For Version V0_10_1</h1>
82 Wed Oct 20 1999
83 <hr>
84 <ol>
85 <li>BugFix : scram_autoexport in mixed BuildFiles / export interfaces fixed (missing newline)
86 <li>autoexport switch available in &lt;export autoexport=[true|false]> flag
87 </ol>
88 <p>
89 <hr>
90 <p>
91 <h1>Release Notes For Version V0_10_0</h1>
92 <hr>
93 <ol>
94 Database Related Enhancements
95 <li>Installation script changed to create a common scram database between versions
96 <li>list and install use common database if it exists
97 <li>SCRAM databases can now be linked together
98 <li>New scram db command for maintaining databse linking
99 <p>
100 BuildFile Related Enhancements
101 <li>\lt&export> tags are no longer propogated to BuildFiles below by default.
102 <br>
103 Set <em>scram_autoexport=true</em> in your top level BuildFile to return to
104 the previous behaviour.
105 <li>Binary Functionality. Now you can define different Build
106 environments for each binary target. This allows you to specify different
107 libs etc. to different bins.
108 <li>&lt;Environment> tags to define binary environments
109 <li>Seperation of build areas for each binary - no more template clashes.
110 <li>Redefinition of bin targets from : to ::
111 - may prove backwards incompatible with some project configuration files.
112 <li>Updated build help system - only generic and binary targets at present
113 </ol>
114 <p>
115 <hr>
116 <p>
117 <h1>Release Notes For Version V0_9_42</h1>
118 <hr>
119 <ol>
120 <li> _o files were not being added consistently to the dependency list - missing depndency information for optimised archives
121 </ol>
122 <p>
123 <hr>
124 <p>
125 <h1>Release Notes For Version V0_9_41</h1>
126 <hr>
127 <ol>
128 <li> Workaround for odd behaviour with linux gmake version 3.76.1 and -include
129 when a file does not exist. Fix by checking in scram if file exists before asking gmake to include it.
130 <li> Update of IGUANA description to version to V1_0_0
131 </ol>
132 <p>
133 <hr>
134 <p>
135 <h1>Release Notes For Version V0_9_40</h1>
136 <hr>
137 <ol>
138 <li> New group definition mechanism added. Will no look for group definitions
139 in the config/groups.mk file
140 <li> Removal of all hardwired groups from the scram source code
141 <li> Automated version selection mechanism added
142 <li> Output from <em>scram version</em> changed. Will now detect a link version
143 and print both link and the actual version name. e.g current ---> V0_9_40
144 </ol>
145 <p>
146 <hr>
147 <p>
148 <h1>Release Notes For Version V0_9_39</h1>
149 <hr>
150 <ol>
151 <li> Use :: target for dependencies.mk - on linux was sending unrelated
152 definintions to the dependency generator
153 <li> Run the configuration phase silently to remove confusing messages from the user
154 </ol>
155 <p>
156 <hr>
157 <p>
158 <h1>Release Notes For Version V0_9_38</h1>
159 <hr>
160 <ol>
161 <li> BugFix - no more errors during the first scram build command. The client
162 configuration is now built beforehand in a completeley seperate process as the
163 gmake include mechanism is not flexible enough to cope with multiple - dependent included makefiles.
164 <li> Insure - picks up only local debug rather than all debug libs.
165 <li> Insure documentation.
166 <li> fortran objects now position independent in g77 (fortran on linux)
167 <li> gcc2.95 compiler specifics added
168 </ol>
169 <h2>Files Changed</h2>
170 <pre>
171 File SCRAM/doc/html/diffs.html changed from revision 1.1.2.30 to 1.1.2.29
172 File SCRAM/doc/html/index.html changed from revision 1.3.2.7 to 1.3.2.6
173 File SCRAM/doc/html/install.html changed from revision 1.15.2.35 to 1.15.2.34
174 File SCRAM/doc/html/insure.html is removed; not included in release tag V0_9_37
175 File SCRAM/doc/html/tools.html is removed; not included in release tag V0_9_37
176 File SCRAM/src/BuildSetup.pm changed from revision 1.5.2.6 to 1.5.2.5
177 File SCRAM/src/basics.mk changed from revision 1.17.2.9 to 1.17.2.8
178 File SCRAM/src/clientmakefile.mk is removed; not included in release tag V0_9_37
179 File SCRAM/src/compilers.mk changed from revision 1.14.2.21 to 1.14.2.19
180 File SCRAM/src/toolrules.mk changed from revision 1.19.2.17 to 1.19.2.16
181 </pre>
182 <p>
183 <hr>
184 <p>
185 <h1>Release Notes For Version V0_9_37</h1>
186 <hr>
187 <ol>
188 <li> Motif configuration on Linux - now will always ask where - no defaults
189 <li> X11 Configuration on Sun -- add Sun system libs lw, lgen and linst.
190 <li> PRIORITY_LIBDIR and PRIORITY_INCLUDE activated to allow some control
191 for messy systems. Replace directly the LIBDIR/INCLUDE equivalent to
192 force it to be searched ahead of the usual dependency structure.
193 </ol>
194 <p>
195 <hr>
196 <p>
197 <h1>Release Notes For Version V0_9_36</h1>
198 <hr>
199 <ol>
200 <li> BugFix : Archive Optimised libs now use templates properly with CC Sun4.2
201 <li> OpenGL - more libraries on Linux
202 </ol>
203 <p>
204 <hr>
205 <p>
206 <h1>Release Notes For Version V0_9_35</h1>
207 <hr>
208 <ol>
209 <li> BugFix : Shared Debug dependencies now work
210 </ol>
211 <p>
212 <hr>
213 <p>
214 <h1>Release Notes For Version V0_9_34</h1>
215 <hr>
216 <ol>
217 <li> BugFix for Sun 4.2 when used with bin_debug_local. Now picks up the
218 correct templateDB.
219 <li> Insure++ -> now picks up debug libraries if the insure does not exist
220 </ol>
221 <p>
222 <hr>
223 <p>
224 <h1>Release Notes For Version V0_9_33</h1>
225 <hr>
226 <ol>
227 <li> Shared_Insure Libraries made functional
228 </ol>
229 <p>
230 <hr>
231 <p>
232 <h1>Release Notes For Version V0_9_32</h1>
233 <hr>
234 <ol>
235 <li> libmsg target added to allow messages to be printed to the screen
236 during a library build. Text from the LibType tag is echoed from this
237 target.
238 <li> Added new target bin_debug_local . Will take only local debug libraries
239 ignoring debug libraries in the release area.
240 </ol>
241 <p>
242 <hr>
243 <p>
244 <h1>Release Notes For Version V0_9_31</h1>
245 <hr>
246 <ol>
247 <li> CXXUSERFLAGS variable inserted into CXXFLAGS - command line additions
248 <li> SharedDebug made a bit more robust, seperated completeley from the Shared
249 rule
250 <li> LibType tags now need to be closed - the text in between will be echoed
251 to the screen
252 </ol>
253 <p>
254 <h2>Files changed</h2>
255 <pre>
256 File SCRAM/src/basics.mk changed from revision 1.17.2.5 to 1.17.2.7
257 File SCRAM/src/compilers.mk changed from revision 1.14.2.11 to 1.14.2.13
258 File SCRAM/src/toolrules.mk changed from revision 1.19.2.8 to 1.19.2.10
259 File SCRAM/src/BuildFile changed
260 File SCRAM/toolbox/IGUANA changed from revision 1.1.2.6 to 1.1.2.7
261 File SCRAM/toolbox/OpenInventor changed from revision 1.1.2.5 to 1.1.2.6
262 File SCRAM/toolbox/Qt changed from revision 1.1.2.3 to 1.1.2.4
263 </pre>
264 <p>
265 <hr>
266 <p>
267 <h1>Release Notes For Version V0_9_30</h1>
268 <hr>
269 <ol>
270 <li>Runtime bugFix for PATH variables
271 </ol>
272 <p>
273 <hr>
274 <p>
275 <h1>Release Notes For Version V0_9_29</h1>
276 <hr>
277 <ol>
278 <li>Change libType names debugshared debugarchive to debug_shared debug_archive
279 for consistency with other commands
280 <li>Bugfix on debug_shared
281 <li>&lt;External> tag now can be put in &lt;export> interface
282 <li> Runtime bugfix - you can now do it consectiveley with no problems
283 <li> Runtime removed duplicates from path variables
284 <li> Runtime - multiple definitions of regular runtime variables simply replace
285 rather than add with spaces.
286 </ol>
287 <p>
288 <hr>
289 <p>
290 <h1>Release Notes For Version V0_9_28</h1>
291 <hr>
292 <ol>
293 <li> &lt;LibType> bug fixes
294 <li> histo decription updates - HISTO_DIR added into runtime
295 </ol>
296 <p>
297 <hr>
298 <p>
299 <h1>Release Notes For Version V0_9_27</h1>
300 <hr>
301 <ol>
302 <li> Protect LibType from creating targets in lower, non library , build areas
303 <li> LibType tag can now be excluded with <ignore>
304 <li> Dependencies on cern 99 added for histo description file
305 <li> Runtime LD_LIBRARY_PATH for Qt
306 </ol>
307 <p>
308 <hr>
309 <p>
310 <h1>Release Notes For Version V0_9_26</h1>
311 <hr>
312 <ol>
313 <li>Keep intermediary executable around for debug version as the incremental
314 linker on sun uses it.
315 <li>Add histo descriptions file histoC and histoCHB
316 </ol>
317 <p>
318 <hr>
319 <p>
320 <h1>Release Notes For Version V0_9_25</h1>
321 <hr>
322 <ol>
323 <li>Bugfix to interface - Default target no longer overrides any assignments
324 passed on the command line
325 <li>Add url references for Qt and IGUANA descriptions
326 </ol>
327 <p>
328 <hr>
329 <p>
330 <h1>Release Notes For Version V0_9_24</h1>
331 <hr>
332 <ol>
333 <li>Bugfix to interface - Default target is still called if you use an
334 assignment with the build command (e.g warn=none)
335 <li>Fix for ObjectSpace_threaded Configuration file
336 </ol>
337 <p>
338 <hr>
339 <p>
340 <h1>Release Notes For Version V0_9_23</h1>
341 <hr>
342 <ol>
343 <li> Sun CC 4.2 - shared object building bugfix - pick up the right directory
344 <li> Add HP specifics to some configuration files
345 <li> HP fortran support
346 </ol>
347 <p>
348 <h2>Files changed</h2>
349 <pre>
350 File SCRAM/src/BootStrapProject.pm changed from revision 1.10.2.1 to 1.10.2.3
351 File SCRAM/src/compilers.mk changed from revision 1.14.2.9 to 1.14.2.11
352 File SCRAM/toolbox/ObjectSpace_threaded_2.1 changed from revision 1.1.2.8 to 1.1.2.9
353 </pre>
354 <p>
355 <hr>
356 <h1>Release Notes For Version V0_9_22</h1>
357 <hr>
358 <ol>
359 <li> Added \&lt;libtype type=> tag to overide the default library type to build
360 </ol>
361 <p>
362 <hr>
363 <h1>Release Notes For Version V0_9_21</h1>
364 <hr>
365 <ol>
366 <li> Added new versions of cmsim/cernlib to toolbox
367 <li> Fix shared library object problem on Sun - remove _pic from symbol table
368 </ol>
369 <p>
370 <hr>
371 <p>
372 <h1>Release Notes For Version V0_9_20</h1>
373 <hr>
374 <ol>
375 <li> Make bin target build optimised binaries rather than debug (bugfix)
376 <li> Change priority of Libraries. Now any suitable library from the LOCAL area
377 will be used in preference to an exact match in the Release area. e.g. if
378 a debug library is asked for, yet their is an optomised library available
379 locally, the local optimised library will be used in preference to the
380 debug one available in the release - i.e it assumes the release library
381 is out of date.
382 <li> Export Class Variable to aid debugging
383 </ol>
384 <p>
385 <h2>Files changed</h2>
386 <pre>
387 File SCRAM/src/BuildFile.pm changed from revision 1.21.2.4 to 1.21.2.5
388 File SCRAM/src/BuildSetup.pm changed from revision 1.5.2.2 to 1.5.2.3
389 File SCRAM/src/LibTypeExpand changed from revision 1.4.2.1 to 1.4.2.2
390 </pre>
391 <p>
392 <hr>
393 <h1>Release Notes For Version V0_9_19</h1>
394 <hr>
395 <ol>
396 <li> Change in toolbox files only - no src changes
397 </ol>
398 <p>
399 <h2>Files changed</h2>
400 <pre>
401 File SCRAM/doc/html/install.html changed from revision 1.15.2.15 to 1.15.2.16
402 File SCRAM/toolbox/IGUANA changed from revision 1.1.2.4 to 1.1.2.5
403 File SCRAM/toolbox/tcltk is new; current revision 1.1.2.1
404 </pre>
405 <p>
406 <hr>
407 <h1>Release Notes For Version V0_9_18</h1>
408 <hr>
409 <ol>
410 <li> Only add to LD_LIBRARY_PATH if already defined
411 <li> add TAGS and tags targets
412 <li> MultiThreaded Switch
413 </ol>
414 <p>
415 <hr>
416 <li>Building of debug shared libraries fixed
417 <hr>
418 <h1>Release Notes For Version V0_9_17</h1>
419 <hr>
420 <ol>
421 <li>Building of debug shared libraries fixed
422 </ol>
423 <p>
424 <hr>
425 <h1>Release Notes For Version V0_9_16</h1>
426 <hr>
427 <ol>
428 <li>New SCRAM buildtime variables SCRAM_AVAILDIRS SCRAM_AVAILFILES to indicate
429 files and directories in the current directory. Aimed to remove system dependenies on ls.
430 </ol>
431 <p>
432 <hr>
433 <h1>Release Notes For Version V0_9_15</h1>
434 <hr>
435 <ol>
436 <li>Documentation (html) improved and updated
437 <li>Addition of QT description file
438 <li>Addition of generic targets for insure libraries
439 <li>Fix for clean on Linux
440 <li>Addition of MultiThreaded make variable for switching on compiler
441 functionality
442 </ol>
443 <p>
444 <h2>Files changed</h2>
445 <pre>
446 File SCRAM/doc/fig/scram.fig is new; current revision 1.1.2.2
447 File SCRAM/doc/html/TODO.html is new; current revision 1.1.2.2
448 File SCRAM/doc/html/build.html is new; current revision 1.1.2.1
449 File SCRAM/doc/html/index.html changed from revision 1.3.2.4 to 1.3.2.6
450 File SCRAM/doc/html/localuse.html changed from revision 1.2 to 1.2.2.1
451 File SCRAM/doc/html/perlhelp.html is new; current revision 1.1.2.1
452 File SCRAM/doc/html/scramintro.html changed from revision 1.1 to 1.1.2.2
453 File SCRAM/doc/images/scram.jpg is new; current revision 1.1.2.2
454 File SCRAM/src/basics.mk changed from revision 1.17.2.3 to 1.17.2.4
455 File SCRAM/src/compilers.mk changed from revision 1.14.2.7 to 1.14.2.8
456 File SCRAM/src/toolrules.mk changed from revision 1.19.2.3 to 1.19.2.4
457 File SCRAM/toolbox/QT is new; current revision 1.1.2.1
458 </pre>
459 <p>
460 <hr>
461 <h1>Release Notes For Version V0_9_14</h1>
462 <hr>
463 <ol>
464 <li>Add project environment variable setting through scram runtime.
465 <li>Change all perl scripts to perl5 - for those who dont have perl 4 installed
466 it saves them the bother of defining a new link.
467 <li>Add extra libraries for Linux__2 X11 (Xi, Xext)
468 <li>IGUANA description file Updated
469 </ol>
470 <p>
471 <hr>
472 <h1>Release Notes For Version V0_9_13</h1>
473 <hr>
474 <ol>
475 <li>More Mccabe Extensions to deal with instrumented code
476 <li>Update runtime help instructions for sh - now you need eval on sh too!
477 <li>Fix of setup bug for some description files - now will always convert to
478 lower case to ensure case independence for external dependencies.
479 </ol>
480 <p>
481 <h2>Files changed</h2>
482 <pre>
483 File SCRAM/src/BuildFile.pm changed from revision 1.21.2.3 to 1.21.2.4
484 File SCRAM/src/clientfile.pm changed from revision 1.11.2.4 to 1.11.2.5
485 File SCRAM/src/compilers.mk changed from revision 1.14.2.5 to 1.14.2.7
486 File SCRAM/src/mccabe.mk changed from revision 1.1.2.1 to 1.1.2.4
487 File SCRAM/src/scram changed from revision 1.23.2.21 to 1.23.2.22
488 </pre>
489 <p>
490 <hr>
491 <h1>Release Notes For Version V0_9_12</h1>
492 <hr>
493 <ol>
494 <li> Additon of Mccabe QA tool support. <br>
495 If MCCABE_EXTENSIONS is set in the project then it is automatically loaded in
496 <li> update of runtime -sh to give set, export as supported by older shells.
497 <li> proper versioning in OpenGL and OpenInventor description files - no more dev
498 </ol>
499 <p>
500 <h2>Files changed</h2>
501 <pre>
502 File SCRAM/doc/html/diffs.html is new; current revision 1.1.2.1
503 File SCRAM/doc/html/install.html changed from revision 1.15.2.8 to 1.15.2.9
504 File SCRAM/src/GetFilePath is new; current revision 1.1.2.1
505 File SCRAM/src/compilers.mk changed from revision 1.14.2.4 to 1.14.2.5
506 File SCRAM/src/mccabe.mk is new; current revision 1.1.2.1
507 File SCRAM/src/scram changed from revision 1.23.2.19 to 1.23.2.21
508 File SCRAM/toolbox/IGUANA is new; current revision 1.1.2.1
509 File SCRAM/toolbox/OpenGL changed from revision 1.1.2.2 to 1.1.2.3
510 File SCRAM/toolbox/OpenInventor changed from revision 1.1.2.4 to 1.1.2.5
511 </pre>
512 <p>
513 <hr>
514 <h1>Release Notes For Version V0_9_11</h1>
515 <hr>
516 <ol>
517 <li> Removal of all afs defaults during site setup so other afs sites can
518 use their own local copies
519 <li> Add additional funtionality to the scram install command to aid in
520 building remote sites.
521 </ol>
522 <p>
523 <hr>
524 <h1>Release Notes For Version V0_9_10</h1>
525 <hr>
526 <ol>
527 <li>Addition of .c and .cxx types
528 <li> Shortening of setenv lines - maybe help those people with long
529 LD_LIBRARY_PATH variables
530 <li> BootStrap BugFix - ' were causing problems
531 </ol>
532 <! Style Sheet Footer ---------------Do not change anything after this line-->
533 <hr>
534 <table border=1 width=100%>
535 <td align=left>
536 <a href=mailto:Christopher.Williams@cern.ch
537 >Chris Williams</a>
538 </td>
539 <td align=center>
540 Last Updated Wed Jan 5 09:17:46 2000
541 </td>
542 <td align=right><a href=/cgi-cmc/pagestat>Show Stats</a>
543 </td>
544 </table>
545 </body> </html>
546 <! End Style Sheet Footer>