ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/SCRAM/doc/html/diffs.html
Revision: 1.1.2.49
Committed: Wed Nov 24 09:39:47 1999 UTC (25 years, 5 months ago) by williamc
Content type: text/html
Branch: V0_9branch
CVS Tags: V0_10_5
Changes since 1.1.2.48: +9 -0 lines
Log Message:
version update info

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