ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/SCRAM/doc/html/diffs.html
Revision: 1.1.2.81
Committed: Fri Apr 28 14:37:27 2000 UTC (25 years ago) by williamc
Content type: text/html
Branch: V0_9branch
CVS Tags: V0_12_2
Changes since 1.1.2.80: +9 -0 lines
Log Message:
Version differences

File Contents

# User Rev Content
1 williamc 1.1.2.1 <! Style Sheet Header>
2     <html>
3     <head>
4     <title>release notes</title>
5     <body>
6     <! End Style Sheet Header -----------Insert Text Here --------------------->
7 williamc 1.1.2.7 <p>
8     <hr>
9 williamc 1.1.2.13 <p>
10 williamc 1.1.2.81 <h1>Release Notes For Version V0_12_2</h1>
11     Fri Apr 28 2000
12     <hr>
13     <ol>
14     <li>Add new variable CXXSharedFlags to control shared object making
15     </ol>
16     <p>
17     <hr>
18     <p>
19 williamc 1.1.2.79 <h1>Release Notes For Version V0_12_1</h1>
20 williamc 1.1.2.80 Wed Apr 26 2000
21 williamc 1.1.2.79 <hr>
22     <ol>
23     <li> Make backward compatable the scram project command
24 williamc 1.1.2.80 <li> Lots of Bug Fixes for project and setup commands in new model
25 williamc 1.1.2.79 </ol>
26 williamc 1.1.2.80 <h2>Files Changed</h2>
27     <pre>
28     File SCRAM/doc/html/diffs.html changed from revision 1.1.2.78 to 1.1.2.79
29     File SCRAM/doc/html/install.html changed from revision 1.15.2.63 to 1.15.2.64
30     File SCRAM/src/scram changed from revision 1.23.2.66 to 1.23.2.73
31     File SCRAM/src/BuildSystem/BuildFile.pm changed from revision 1.1.2.6 to 1.1.2.7
32     File SCRAM/src/BuildSystem/Requirements.pm changed from revision 1.1.2.2 to 1.1.2.3
33     File SCRAM/src/BuildSystem/Tool.pm changed from revision 1.1.2.5 to 1.1.2.6
34     File SCRAM/src/BuildSystem/ToolBox.pm changed from revision 1.1.2.9 to 1.1.2.12
35     File SCRAM/src/BuildSystem/ToolDoc.pm changed from revision 1.1.2.4 to 1.1.2.8
36     File SCRAM/src/Configuration/ConfigArea.pm is new; current revision 1.13.2.1
37     File SCRAM/toolbox/GEANT_2000 changed from revision 1.1.2.1 to 1.1.2.2
38     File SCRAM/toolbox/IGUANA changed from revision 1.1.2.13 to 1.1.2.14
39     File SCRAM/toolbox/cmsim_cms118 changed from revision 1.1.2.2 to 1.1.2.3
40     </pre>
41 williamc 1.1.2.79 <p>
42     <hr>
43     <p>
44 williamc 1.1.2.78 <h1>Release Notes For Version V0_12_0</h1>
45     Thr Apr 20 2000
46     <hr>
47     <ol>
48     <li>Configuration of new projects made easier with a major restructuring
49     of the configuration system by removing information duplication in the
50     BootStrap, requirements and External Dependencies info
51     <li>New project setup documentation
52     </ol>
53     <p>
54     <hr>
55     <p>
56 williamc 1.1.2.77 <h1>Release Notes For Version V0_11_4</h1>
57 williamc 1.1.2.76 Tue Apr 18 2000
58     <hr>
59     <ol>
60     <li> SCRAM_ARCH variable now available in tool description setup
61 williamc 1.1.2.77 <li> ToolBox : Upgrade of Motif IGUANA and GEMINI description files
62 williamc 1.1.2.76 <li> Documentation added for Tool description documents
63     </ol>
64     <p>
65     <hr>
66     <p>
67 williamc 1.1.2.77 <h1>Release Notes For Version V0_11_3</h1>
68 williamc 1.1.2.75 Fri Apr 14 2000
69     <hr>
70     <ol>
71     <li>Add new &lt;INCLUDE_PATH> tag to BuildFile
72     <li>ToolBox : Add IGUANA V1_0_2 description file
73     <li>ToolBox : update Qt to 2.0.2
74     </ol>
75     <p>
76     <hr>
77     <p>
78     <h1>Release Notes For Version V0_11_2</h1>
79 williamc 1.1.2.73 Wed Apr 12 2000
80     <hr>
81     <ol>
82     <li> ToolBox : zlib updated to version 1.1.3
83 williamc 1.1.2.74 <li> BugFix : <Externals> in local <Use> fixed
84 williamc 1.1.2.73 <li> Self Testing harness added
85     <li> runtime cleaned up - no longer dependent on clientsettings directly
86     </ol>
87     <p>
88     <hr>
89     <p>
90 williamc 1.1.2.72 <h1>Release Notes For Version V0_11_1</h1>
91     Fri Apr 10 2000
92     <hr>
93     <ol>
94     <li>BugFix : LibType tags comment field now stripped of carriage returns to
95     help out make
96     </ol>
97     <p>
98     <hr>
99     <p>
100 williamc 1.1.2.69 <h1>Release Notes For Version V0_11_0</h1>
101     Fri Apr 7 2000
102     <hr>
103     <ol>
104     <li>New User Feature :
105     You can now define runtime environments anywhere
106     to match your individual applications requirements in addition to the usual
107     configuration requirements.
108     <li>New User Feature :
109     You can now use &lt;use> tags within an &lt;export> environment.
110     <li>New User Feature :
111     You can now use &lt;export> interfaces from other SCRAM managed projects with
112     an extended &lt;External> tag.
113     <li>New object-orientated SGML parser. With multi-parsing, tag
114     activation/deactivation functions and error reporting.
115     <li>Reorganisation of build system in preperation for the integration of
116     new SCRAM project configuration developments.
117     Much has changed under the bonnet to get the configuration elements of the
118     build system behind a common interface.
119     </ol>
120     <h2>Files Changed</h2>
121     <pre>
122 williamc 1.1.2.70 File SCRAM/doc/html/TODO.html changed from revision 1.1.2.2 to 1.1.2.3
123 williamc 1.1.2.71 File SCRAM/doc/html/diffs.html changed from revision 1.1.2.68 to 1.1.2.70
124 williamc 1.1.2.70 File SCRAM/doc/html/export.html changed from revision 1.1.2.3 to 1.1.2.4
125     File SCRAM/doc/html/external.html is new; current revision 1.1.2.1
126     File SCRAM/doc/html/index.html changed from revision 1.3.2.12 to 1.3.2.13
127 williamc 1.1.2.71 File SCRAM/doc/html/install.html changed from revision 1.15.2.57 to 1.15.2.58
128 williamc 1.1.2.70 File SCRAM/doc/html/tags.html changed from revision 1.1.2.5 to 1.1.2.6
129     File SCRAM/src/BuildFile.pm is removed; not included in release tag V0_9branch
130     File SCRAM/src/BuildSetup.pm is removed; not included in release tag V0_9branch
131     File SCRAM/src/Interface.pm is removed; not included in release tag V0_9branch
132     File SCRAM/src/ProcessSiteFile is removed; not included in release tag V0_9branch
133     File SCRAM/src/Runtime.pm changed from revision 1.1.2.3 to 1.1.2.4
134     File SCRAM/src/ToolBox.pm is removed; not included in release tag V0_9branch
135     File SCRAM/src/clientfile.pm changed from revision 1.11.2.7 to 1.11.2.8
136     File SCRAM/src/clientmakefile.mk is removed; not included in release tag V0_9branch
137     File SCRAM/src/scram changed from revision 1.23.2.57 to 1.23.2.58
138 williamc 1.1.2.71 File SCRAM/src/scramds changed from revision 1.1.2.3 to 1.1.2.5
139 williamc 1.1.2.70 File SCRAM/src/ActiveDoc/GroupChecker.pm is new; current revision 1.3.2.1
140     File SCRAM/src/ActiveDoc/Parse.pm is new; current revision 1.4.2.1
141     File SCRAM/src/ActiveDoc/SimpleDoc.pm is new; current revision 1.1.2.1
142 williamc 1.1.2.71 File SCRAM/src/ActiveDoc/Switcher.pm is new; current revision 1.13.2.3
143 williamc 1.1.2.70 File SCRAM/src/ActiveDoc/TagContainer.pm is new; current revision 1.6.2.1
144     File SCRAM/src/ActiveDoc/test/test_SimpleDoc.pm is new; current revision 1.1.2.1
145     File SCRAM/src/ActiveDoc/test/testdata/SimpleDocTest is new; current revision 1.1.2.1
146     File SCRAM/src/BuildSystem/BuildFile.pm is new; current revision 1.1.2.1
147     File SCRAM/src/BuildSystem/BuildSetup.pm is new; current revision 1.1.2.1
148     File SCRAM/src/BuildSystem/Requirements.pm is new; current revision 1.1.2.1
149     File SCRAM/src/BuildSystem/Tool.pm is new; current revision 1.1.2.1
150     File SCRAM/src/BuildSystem/ToolBox.pm is new; current revision 1.1.2.1
151     File SCRAM/src/Utilities/SCRAMUtils.pm changed from revision 1.5 to 1.5.2.1
152     File SCRAM/src/Utilities/Verbose.pm is new; current revision 1.1.2.1
153 williamc 1.1.2.69 </pre>
154     <p>
155     <hr>
156     <p>
157 williamc 1.1.2.68 <h1>Release Notes For Version V0_10_19</h1>
158     Fri Mar 31 2000
159     <hr>
160     <ol>
161     <li>Addition of Application level runtime environment setting
162     </ol>
163     <p>
164     <hr>
165     <p>
166 williamc 1.1.2.67 <h1>Release Notes For Version V0_10_18</h1>
167     Mon Mar 20 2000
168     <hr>
169     <ol>
170     <li> Addition of Prerprocessor description for ecgs compiler
171     <li> Workaround for buggy gmake on linux (with wildcard characters)
172     <li> Extra checking for datestamps to ensure better consistency between build
173     products and the source code in the local development area.
174     </ol>
175     <p>
176     <hr>
177     <p>
178 williamc 1.1.2.66 <h1>Release Notes For Version V0_10_17</h1>
179     Mon Mar 20 2000
180     <hr>
181     <ol>
182     <li>Allow override of SCRAM_ARCH variable
183     <p>
184     <hr>
185     <p>
186 williamc 1.1.2.65 <h1>Release Notes For Version V0_10_16</h1>
187     Wed Mar 15 2000
188     <hr>
189     <ol>
190     <li>Set runtime environment during CC builds on Linux and Sun
191     </ol>
192     <p>
193     <hr>
194     <p>
195 williamc 1.1.2.64 <h1>Release Notes For Version V0_10_15</h1>
196     Tue Mar 7 2000
197     <hr>
198     <ol>
199     <li>Java rules extended
200     <li>ToolBox : GEANT4_1.0
201     <li>ToolBox : Xmu lib added to X11
202     </ol>
203     <p>
204     <hr>
205     <p>
206 williamc 1.1.2.63 <h1>Release Notes For Version V0_10_14</h1>
207     Thr Mar 2 2000
208     <hr>
209     <ol>
210     <li> Rules for compiling Java added
211     </ol>
212     <p>
213     <hr>
214     <p>
215 williamc 1.1.2.62 <h1>Release Notes For Version V0_10_13</h1>
216     Tue Feb 29 2000
217     <hr>
218     <ol>
219     <li> Toolbox : GEANT4 description file
220     <li> Toolbox : cmsim_cms118 - jetset dependency removed - pythia addded
221     <li> Toolbox : pythia_2000 description file
222     <li> BugFix : exit status propogated through auto-version selection mechanism
223     </ol>
224     <p>
225     <hr>
226     <p>
227 williamc 1.1.2.59 <h1>Release Notes For Version V0_10_12</h1>
228     Wed Feb 23 2000
229     <hr>
230     <ol>
231 williamc 1.1.2.61 <li> Toolbox : cmsim cms118 and cernlib 2000 added
232     <li> Toolbox : X11 - nsl, srypt and dl libs added for Linux
233 williamc 1.1.2.60 <li> Return exit status of 1 if build fails
234 williamc 1.1.2.59 </ol>
235     <p>
236     <hr>
237     <p>
238 williamc 1.1.2.58 <h1>Release Notes For Version V0_10_11</h1>
239 williamc 1.1.2.56 Fri Feb 18 2000
240     <hr>
241     <ol>
242 williamc 1.1.2.57 <li> Toolbox : OpenInventor_Qt
243     </ol>
244     <p>
245     <hr>
246     <p>
247     <h1>Release Notes For Version V0_10_10</h1>
248     Fri Feb 18 2000
249     <hr>
250     <ol>
251 williamc 1.1.2.56 <li>More user friendly error message when the scram database cannot be found
252     during a scram list or scram db.
253     <li>ToolBox : Qt - dependency on OpenGL removed
254     <li>ToolBox : T_HTL added
255     </ol>
256     <p>
257     <hr>
258     <p>
259 williamc 1.1.2.54 <h1>Release Notes For Version V0_10_9</h1>
260 williamc 1.1.2.55 Mon Jan 31
261 williamc 1.1.2.54 <hr>
262     <ol>
263 williamc 1.1.2.55 <li> Toolbox changes -> Objectivity=5.2, HepODBMS=0.3.1.1, HTL=1.1.1.0
264 williamc 1.1.2.54 </ol>
265     <p>
266     <hr>
267     <p>
268 williamc 1.1.2.53 <h1>Release Notes For Version V0_10_8</h1>
269     Tue Dec 13th 1999
270     <hr>
271     <ol>
272     <li> toolbox :BugFix to export the LD_LIBRARY_PATH
273     </ol>
274     <p>
275     <hr>
276     <p>
277 williamc 1.1.2.51 <h1>Release Notes For Version V0_10_7</h1>
278     Tue Dec 13th 1999
279     <hr>
280     <ol>
281     <li> toolbox : zlib description added
282 williamc 1.1.2.52 <li> check for unknown command line options to the scram project command
283 williamc 1.1.2.51 </ol>
284     <p>
285     <hr>
286     <p>
287 williamc 1.1.2.50 <h1>Release Notes For Version V0_10_6</h1>
288     Wed Nov 25th 1999
289     <hr>
290     <ol>
291     <li> Workaround for CVS/make incompatability. scram now checks each build
292     product against the dates of its components and marks it to be rebuilt by make
293     if any timestamps do not match.
294     </ol>
295     <p>
296     <hr>
297     <p>
298 williamc 1.1.2.49 <h1>Release Notes For Version V0_10_5</h1>
299     Wed Nov 25th 1999
300     <hr>
301     <ol>
302 williamc 1.1.2.50 <li> toolbox changes : Updated to Sep99 LHC++ components
303 williamc 1.1.2.49 </ol>
304     <p>
305     <hr>
306     <p>
307 williamc 1.1.2.47 <h1>Release Notes For Version V0_10_4</h1>
308 williamc 1.1.2.48 Thu Nov 18th 1999
309 williamc 1.1.2.47 <hr>
310     <ol>
311     <li> toolbox changes : Configuration files updated to R6
312 williamc 1.1.2.48 <li> bugfix : Groups in &lt;export> tags now work with <lib>
313     <li> &lt;lib> text now goes to GNUmakefile
314 williamc 1.1.2.47 </ol>
315     <p>
316     <hr>
317     <p>
318 williamc 1.1.2.46 <h1>Release Notes For Version V0_10_3</h1>
319     Mon Nov 1st 1999
320     <hr>
321     <ol>
322     <li>BugFix : scram runtime no longer treats path variables as a regular
323     expression, allowing paths with strange characters such as +
324     <li>ToolBox : OpenGL - no default libs all are now architecture specific
325     <li>ToolBox : IGUANA - updates for V1_0_0
326     </ol>
327     <p>
328     <hr>
329     <p>
330 williamc 1.1.2.45 <h1>Release Notes For Version V0_10_2</h1>
331     Wed Oct 20 1999
332     <hr>
333     <ol>
334     <li>BugFix : Stop binary makefiles from rebuilding test libraries.
335     </ol>
336     <p>
337     <hr>
338     <p>
339 williamc 1.1.2.41 <h1>Release Notes For Version V0_10_1</h1>
340 williamc 1.1.2.44 Wed Oct 20 1999
341 williamc 1.1.2.41 <hr>
342     <ol>
343     <li>BugFix : scram_autoexport in mixed BuildFiles / export interfaces fixed (missing newline)
344 williamc 1.1.2.43 <li>autoexport switch available in &lt;export autoexport=[true|false]> flag
345 williamc 1.1.2.41 </ol>
346     <p>
347     <hr>
348     <p>
349 williamc 1.1.2.36 <h1>Release Notes For Version V0_10_0</h1>
350     <hr>
351     <ol>
352 williamc 1.1.2.40 Database Related Enhancements
353 williamc 1.1.2.38 <li>Installation script changed to create a common scram database between versions
354     <li>list and install use common database if it exists
355 williamc 1.1.2.39 <li>SCRAM databases can now be linked together
356     <li>New scram db command for maintaining databse linking
357 williamc 1.1.2.40 <p>
358     BuildFile Related Enhancements
359     <li>\lt&export> tags are no longer propogated to BuildFiles below by default.
360     <br>
361     Set <em>scram_autoexport=true</em> in your top level BuildFile to return to
362     the previous behaviour.
363     <li>Binary Functionality. Now you can define different Build
364     environments for each binary target. This allows you to specify different
365     libs etc. to different bins.
366 williamc 1.1.2.36 <li>&lt;Environment> tags to define binary environments
367     <li>Seperation of build areas for each binary - no more template clashes.
368     <li>Redefinition of bin targets from : to ::
369     - may prove backwards incompatible with some project configuration files.
370 williamc 1.1.2.37 <li>Updated build help system - only generic and binary targets at present
371 williamc 1.1.2.36 </ol>
372     <p>
373     <hr>
374     <p>
375 williamc 1.1.2.35 <h1>Release Notes For Version V0_9_42</h1>
376     <hr>
377     <ol>
378     <li> _o files were not being added consistently to the dependency list - missing depndency information for optimised archives
379     </ol>
380     <p>
381     <hr>
382     <p>
383 williamc 1.1.2.34 <h1>Release Notes For Version V0_9_41</h1>
384     <hr>
385     <ol>
386     <li> Workaround for odd behaviour with linux gmake version 3.76.1 and -include
387     when a file does not exist. Fix by checking in scram if file exists before asking gmake to include it.
388     <li> Update of IGUANA description to version to V1_0_0
389     </ol>
390     <p>
391     <hr>
392     <p>
393 williamc 1.1.2.33 <h1>Release Notes For Version V0_9_40</h1>
394     <hr>
395     <ol>
396     <li> New group definition mechanism added. Will no look for group definitions
397     in the config/groups.mk file
398     <li> Removal of all hardwired groups from the scram source code
399     <li> Automated version selection mechanism added
400     <li> Output from <em>scram version</em> changed. Will now detect a link version
401     and print both link and the actual version name. e.g current ---> V0_9_40
402     </ol>
403     <p>
404     <hr>
405     <p>
406 williamc 1.1.2.32 <h1>Release Notes For Version V0_9_39</h1>
407     <hr>
408     <ol>
409     <li> Use :: target for dependencies.mk - on linux was sending unrelated
410     definintions to the dependency generator
411     <li> Run the configuration phase silently to remove confusing messages from the user
412     </ol>
413     <p>
414     <hr>
415     <p>
416 williamc 1.1.2.30 <h1>Release Notes For Version V0_9_38</h1>
417     <hr>
418     <ol>
419     <li> BugFix - no more errors during the first scram build command. The client
420     configuration is now built beforehand in a completeley seperate process as the
421     gmake include mechanism is not flexible enough to cope with multiple - dependent included makefiles.
422     <li> Insure - picks up only local debug rather than all debug libs.
423     <li> Insure documentation.
424     <li> fortran objects now position independent in g77 (fortran on linux)
425     <li> gcc2.95 compiler specifics added
426     </ol>
427 williamc 1.1.2.31 <h2>Files Changed</h2>
428     <pre>
429     File SCRAM/doc/html/diffs.html changed from revision 1.1.2.30 to 1.1.2.29
430     File SCRAM/doc/html/index.html changed from revision 1.3.2.7 to 1.3.2.6
431     File SCRAM/doc/html/install.html changed from revision 1.15.2.35 to 1.15.2.34
432     File SCRAM/doc/html/insure.html is removed; not included in release tag V0_9_37
433     File SCRAM/doc/html/tools.html is removed; not included in release tag V0_9_37
434     File SCRAM/src/BuildSetup.pm changed from revision 1.5.2.6 to 1.5.2.5
435     File SCRAM/src/basics.mk changed from revision 1.17.2.9 to 1.17.2.8
436     File SCRAM/src/clientmakefile.mk is removed; not included in release tag V0_9_37
437     File SCRAM/src/compilers.mk changed from revision 1.14.2.21 to 1.14.2.19
438     File SCRAM/src/toolrules.mk changed from revision 1.19.2.17 to 1.19.2.16
439     </pre>
440 williamc 1.1.2.30 <p>
441     <hr>
442     <p>
443 williamc 1.1.2.29 <h1>Release Notes For Version V0_9_37</h1>
444     <hr>
445     <ol>
446     <li> Motif configuration on Linux - now will always ask where - no defaults
447     <li> X11 Configuration on Sun -- add Sun system libs lw, lgen and linst.
448     <li> PRIORITY_LIBDIR and PRIORITY_INCLUDE activated to allow some control
449     for messy systems. Replace directly the LIBDIR/INCLUDE equivalent to
450     force it to be searched ahead of the usual dependency structure.
451     </ol>
452     <p>
453     <hr>
454     <p>
455 williamc 1.1.2.27 <h1>Release Notes For Version V0_9_36</h1>
456     <hr>
457     <ol>
458     <li> BugFix : Archive Optimised libs now use templates properly with CC Sun4.2
459     <li> OpenGL - more libraries on Linux
460 williamc 1.1.2.28 </ol>
461 williamc 1.1.2.27 <p>
462     <hr>
463     <p>
464 williamc 1.1.2.26 <h1>Release Notes For Version V0_9_35</h1>
465     <hr>
466     <ol>
467     <li> BugFix : Shared Debug dependencies now work
468     </ol>
469     <p>
470     <hr>
471     <p>
472 williamc 1.1.2.25 <h1>Release Notes For Version V0_9_34</h1>
473     <hr>
474     <ol>
475     <li> BugFix for Sun 4.2 when used with bin_debug_local. Now picks up the
476     correct templateDB.
477     <li> Insure++ -> now picks up debug libraries if the insure does not exist
478     </ol>
479     <p>
480     <hr>
481     <p>
482 williamc 1.1.2.24 <h1>Release Notes For Version V0_9_33</h1>
483     <hr>
484     <ol>
485     <li> Shared_Insure Libraries made functional
486     </ol>
487     <p>
488     <hr>
489     <p>
490 williamc 1.1.2.23 <h1>Release Notes For Version V0_9_32</h1>
491     <hr>
492     <ol>
493     <li> libmsg target added to allow messages to be printed to the screen
494     during a library build. Text from the LibType tag is echoed from this
495     target.
496     <li> Added new target bin_debug_local . Will take only local debug libraries
497     ignoring debug libraries in the release area.
498     </ol>
499     <p>
500     <hr>
501     <p>
502 williamc 1.1.2.21 <h1>Release Notes For Version V0_9_31</h1>
503     <hr>
504     <ol>
505     <li> CXXUSERFLAGS variable inserted into CXXFLAGS - command line additions
506     <li> SharedDebug made a bit more robust, seperated completeley from the Shared
507     rule
508 williamc 1.1.2.22 <li> LibType tags now need to be closed - the text in between will be echoed
509     to the screen
510 williamc 1.1.2.21 </ol>
511     <p>
512     <h2>Files changed</h2>
513     <pre>
514     File SCRAM/src/basics.mk changed from revision 1.17.2.5 to 1.17.2.7
515     File SCRAM/src/compilers.mk changed from revision 1.14.2.11 to 1.14.2.13
516     File SCRAM/src/toolrules.mk changed from revision 1.19.2.8 to 1.19.2.10
517 williamc 1.1.2.22 File SCRAM/src/BuildFile changed
518 williamc 1.1.2.21 File SCRAM/toolbox/IGUANA changed from revision 1.1.2.6 to 1.1.2.7
519     File SCRAM/toolbox/OpenInventor changed from revision 1.1.2.5 to 1.1.2.6
520     File SCRAM/toolbox/Qt changed from revision 1.1.2.3 to 1.1.2.4
521     </pre>
522     <p>
523     <hr>
524     <p>
525 williamc 1.1.2.20 <h1>Release Notes For Version V0_9_30</h1>
526     <hr>
527     <ol>
528     <li>Runtime bugFix for PATH variables
529     </ol>
530     <p>
531     <hr>
532     <p>
533 williamc 1.1.2.19 <h1>Release Notes For Version V0_9_29</h1>
534     <hr>
535     <ol>
536     <li>Change libType names debugshared debugarchive to debug_shared debug_archive
537     for consistency with other commands
538     <li>Bugfix on debug_shared
539     <li>&lt;External> tag now can be put in &lt;export> interface
540 williamc 1.1.2.21 <li> Runtime bugfix - you can now do it consectiveley with no problems
541     <li> Runtime removed duplicates from path variables
542     <li> Runtime - multiple definitions of regular runtime variables simply replace
543     rather than add with spaces.
544 williamc 1.1.2.19 </ol>
545     <p>
546     <hr>
547     <p>
548 williamc 1.1.2.18 <h1>Release Notes For Version V0_9_28</h1>
549     <hr>
550     <ol>
551     <li> &lt;LibType> bug fixes
552     <li> histo decription updates - HISTO_DIR added into runtime
553     </ol>
554     <p>
555     <hr>
556     <p>
557 williamc 1.1.2.17 <h1>Release Notes For Version V0_9_27</h1>
558     <hr>
559     <ol>
560     <li> Protect LibType from creating targets in lower, non library , build areas
561     <li> LibType tag can now be excluded with <ignore>
562     <li> Dependencies on cern 99 added for histo description file
563     <li> Runtime LD_LIBRARY_PATH for Qt
564     </ol>
565     <p>
566     <hr>
567     <p>
568 williamc 1.1.2.16 <h1>Release Notes For Version V0_9_26</h1>
569     <hr>
570     <ol>
571     <li>Keep intermediary executable around for debug version as the incremental
572     linker on sun uses it.
573     <li>Add histo descriptions file histoC and histoCHB
574     </ol>
575     <p>
576     <hr>
577     <p>
578 williamc 1.1.2.15 <h1>Release Notes For Version V0_9_25</h1>
579     <hr>
580     <ol>
581     <li>Bugfix to interface - Default target no longer overrides any assignments
582     passed on the command line
583     <li>Add url references for Qt and IGUANA descriptions
584     </ol>
585     <p>
586     <hr>
587     <p>
588 williamc 1.1.2.14 <h1>Release Notes For Version V0_9_24</h1>
589     <hr>
590     <ol>
591     <li>Bugfix to interface - Default target is still called if you use an
592     assignment with the build command (e.g warn=none)
593     <li>Fix for ObjectSpace_threaded Configuration file
594     </ol>
595     <p>
596     <hr>
597     <p>
598 williamc 1.1.2.13 <h1>Release Notes For Version V0_9_23</h1>
599     <hr>
600     <ol>
601     <li> Sun CC 4.2 - shared object building bugfix - pick up the right directory
602     <li> Add HP specifics to some configuration files
603     <li> HP fortran support
604     </ol>
605     <p>
606     <h2>Files changed</h2>
607     <pre>
608     File SCRAM/src/BootStrapProject.pm changed from revision 1.10.2.1 to 1.10.2.3
609     File SCRAM/src/compilers.mk changed from revision 1.14.2.9 to 1.14.2.11
610     File SCRAM/toolbox/ObjectSpace_threaded_2.1 changed from revision 1.1.2.8 to 1.1.2.9
611     </pre>
612     <p>
613     <hr>
614 williamc 1.1.2.12 <h1>Release Notes For Version V0_9_22</h1>
615     <hr>
616     <ol>
617     <li> Added \&lt;libtype type=> tag to overide the default library type to build
618     </ol>
619     <p>
620     <hr>
621     <h1>Release Notes For Version V0_9_21</h1>
622 williamc 1.1.2.10 <hr>
623     <ol>
624 williamc 1.1.2.11 <li> Added new versions of cmsim/cernlib to toolbox
625     <li> Fix shared library object problem on Sun - remove _pic from symbol table
626     </ol>
627     <p>
628     <hr>
629     <p>
630     <h1>Release Notes For Version V0_9_20</h1>
631     <hr>
632     <ol>
633 williamc 1.1.2.10 <li> Make bin target build optimised binaries rather than debug (bugfix)
634     <li> Change priority of Libraries. Now any suitable library from the LOCAL area
635     will be used in preference to an exact match in the Release area. e.g. if
636     a debug library is asked for, yet their is an optomised library available
637     locally, the local optimised library will be used in preference to the
638     debug one available in the release - i.e it assumes the release library
639     is out of date.
640     <li> Export Class Variable to aid debugging
641     </ol>
642     <p>
643     <h2>Files changed</h2>
644     <pre>
645     File SCRAM/src/BuildFile.pm changed from revision 1.21.2.4 to 1.21.2.5
646     File SCRAM/src/BuildSetup.pm changed from revision 1.5.2.2 to 1.5.2.3
647     File SCRAM/src/LibTypeExpand changed from revision 1.4.2.1 to 1.4.2.2
648     </pre>
649     <p>
650     <hr>
651 williamc 1.1.2.9 <h1>Release Notes For Version V0_9_19</h1>
652     <hr>
653     <ol>
654     <li> Change in toolbox files only - no src changes
655     </ol>
656     <p>
657     <h2>Files changed</h2>
658     <pre>
659     File SCRAM/doc/html/install.html changed from revision 1.15.2.15 to 1.15.2.16
660     File SCRAM/toolbox/IGUANA changed from revision 1.1.2.4 to 1.1.2.5
661     File SCRAM/toolbox/tcltk is new; current revision 1.1.2.1
662     </pre>
663     <p>
664     <hr>
665 williamc 1.1.2.8 <h1>Release Notes For Version V0_9_18</h1>
666     <hr>
667     <ol>
668     <li> Only add to LD_LIBRARY_PATH if already defined
669     <li> add TAGS and tags targets
670     <li> MultiThreaded Switch
671     </ol>
672     <p>
673     <hr>
674     <li>Building of debug shared libraries fixed
675     <hr>
676 williamc 1.1.2.7 <h1>Release Notes For Version V0_9_17</h1>
677     <hr>
678     <ol>
679     <li>Building of debug shared libraries fixed
680     </ol>
681     <p>
682 williamc 1.1.2.3 <hr>
683 williamc 1.1.2.6 <h1>Release Notes For Version V0_9_16</h1>
684     <hr>
685     <ol>
686     <li>New SCRAM buildtime variables SCRAM_AVAILDIRS SCRAM_AVAILFILES to indicate
687     files and directories in the current directory. Aimed to remove system dependenies on ls.
688     </ol>
689     <p>
690     <hr>
691 williamc 1.1.2.5 <h1>Release Notes For Version V0_9_15</h1>
692     <hr>
693     <ol>
694     <li>Documentation (html) improved and updated
695     <li>Addition of QT description file
696     <li>Addition of generic targets for insure libraries
697     <li>Fix for clean on Linux
698     <li>Addition of MultiThreaded make variable for switching on compiler
699     functionality
700     </ol>
701     <p>
702     <h2>Files changed</h2>
703     <pre>
704     File SCRAM/doc/fig/scram.fig is new; current revision 1.1.2.2
705     File SCRAM/doc/html/TODO.html is new; current revision 1.1.2.2
706     File SCRAM/doc/html/build.html is new; current revision 1.1.2.1
707     File SCRAM/doc/html/index.html changed from revision 1.3.2.4 to 1.3.2.6
708     File SCRAM/doc/html/localuse.html changed from revision 1.2 to 1.2.2.1
709     File SCRAM/doc/html/perlhelp.html is new; current revision 1.1.2.1
710     File SCRAM/doc/html/scramintro.html changed from revision 1.1 to 1.1.2.2
711     File SCRAM/doc/images/scram.jpg is new; current revision 1.1.2.2
712     File SCRAM/src/basics.mk changed from revision 1.17.2.3 to 1.17.2.4
713     File SCRAM/src/compilers.mk changed from revision 1.14.2.7 to 1.14.2.8
714     File SCRAM/src/toolrules.mk changed from revision 1.19.2.3 to 1.19.2.4
715     File SCRAM/toolbox/QT is new; current revision 1.1.2.1
716     </pre>
717     <p>
718     <hr>
719 williamc 1.1.2.4 <h1>Release Notes For Version V0_9_14</h1>
720     <hr>
721     <ol>
722     <li>Add project environment variable setting through scram runtime.
723     <li>Change all perl scripts to perl5 - for those who dont have perl 4 installed
724     it saves them the bother of defining a new link.
725     <li>Add extra libraries for Linux__2 X11 (Xi, Xext)
726     <li>IGUANA description file Updated
727     </ol>
728     <p>
729     <hr>
730 williamc 1.1.2.2 <h1>Release Notes For Version V0_9_13</h1>
731 williamc 1.1.2.3 <hr>
732 williamc 1.1.2.2 <ol>
733     <li>More Mccabe Extensions to deal with instrumented code
734     <li>Update runtime help instructions for sh - now you need eval on sh too!
735     <li>Fix of setup bug for some description files - now will always convert to
736     lower case to ensure case independence for external dependencies.
737     </ol>
738     <p>
739 williamc 1.1.2.3 <h2>Files changed</h2>
740 williamc 1.1.2.2 <pre>
741     File SCRAM/src/BuildFile.pm changed from revision 1.21.2.3 to 1.21.2.4
742     File SCRAM/src/clientfile.pm changed from revision 1.11.2.4 to 1.11.2.5
743     File SCRAM/src/compilers.mk changed from revision 1.14.2.5 to 1.14.2.7
744     File SCRAM/src/mccabe.mk changed from revision 1.1.2.1 to 1.1.2.4
745     File SCRAM/src/scram changed from revision 1.23.2.21 to 1.23.2.22
746     </pre>
747     <p>
748     <hr>
749 williamc 1.1.2.1 <h1>Release Notes For Version V0_9_12</h1>
750     <hr>
751     <ol>
752     <li> Additon of Mccabe QA tool support. <br>
753     If MCCABE_EXTENSIONS is set in the project then it is automatically loaded in
754     <li> update of runtime -sh to give set, export as supported by older shells.
755     <li> proper versioning in OpenGL and OpenInventor description files - no more dev
756     </ol>
757 williamc 1.1.2.2 <p>
758     <h2>Files changed</h2>
759     <pre>
760     File SCRAM/doc/html/diffs.html is new; current revision 1.1.2.1
761     File SCRAM/doc/html/install.html changed from revision 1.15.2.8 to 1.15.2.9
762     File SCRAM/src/GetFilePath is new; current revision 1.1.2.1
763     File SCRAM/src/compilers.mk changed from revision 1.14.2.4 to 1.14.2.5
764     File SCRAM/src/mccabe.mk is new; current revision 1.1.2.1
765     File SCRAM/src/scram changed from revision 1.23.2.19 to 1.23.2.21
766     File SCRAM/toolbox/IGUANA is new; current revision 1.1.2.1
767     File SCRAM/toolbox/OpenGL changed from revision 1.1.2.2 to 1.1.2.3
768     File SCRAM/toolbox/OpenInventor changed from revision 1.1.2.4 to 1.1.2.5
769     </pre>
770 williamc 1.1.2.3 <p>
771     <hr>
772     <h1>Release Notes For Version V0_9_11</h1>
773     <hr>
774     <ol>
775     <li> Removal of all afs defaults during site setup so other afs sites can
776     use their own local copies
777 williamc 1.1.2.4 <li> Add additional funtionality to the scram install command to aid in
778 williamc 1.1.2.3 building remote sites.
779     </ol>
780     <p>
781     <hr>
782     <h1>Release Notes For Version V0_9_10</h1>
783     <hr>
784     <ol>
785     <li>Addition of .c and .cxx types
786     <li> Shortening of setenv lines - maybe help those people with long
787     LD_LIBRARY_PATH variables
788     <li> BootStrap BugFix - ' were causing problems
789     </ol>
790 williamc 1.1.2.1 <! Style Sheet Footer ---------------Do not change anything after this line-->
791     <hr>
792     <table border=1 width=100%>
793     <td align=left>
794     <a href=mailto:Christopher.Williams@cern.ch
795     >Chris Williams</a>
796     </td>
797     <td align=center>
798 williamc 1.1.2.72 Last Updated Mon Apr 10 12:09:00 2000
799 williamc 1.1.2.1 </td>
800     <td align=right><a href=/cgi-cmc/pagestat>Show Stats</a>
801     </td>
802     </table>
803     </body> </html>
804     <! End Style Sheet Footer>