ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/SCRAM/doc/html/diffs.html
Revision: 1.1.2.46
Committed: Mon Nov 1 14:08:01 1999 UTC (25 years, 6 months ago) by williamc
Content type: text/html
Branch: V0_9branch
CVS Tags: V0_10_3
Changes since 1.1.2.45: +13 -1 lines
Log Message:
version updates

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.46 <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 williamc 1.1.2.45 <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 williamc 1.1.2.41 <h1>Release Notes For Version V0_10_1</h1>
32 williamc 1.1.2.44 Wed Oct 20 1999
33 williamc 1.1.2.41 <hr>
34     <ol>
35     <li>BugFix : scram_autoexport in mixed BuildFiles / export interfaces fixed (missing newline)
36 williamc 1.1.2.43 <li>autoexport switch available in &lt;export autoexport=[true|false]> flag
37 williamc 1.1.2.41 </ol>
38     <p>
39     <hr>
40     <p>
41 williamc 1.1.2.36 <h1>Release Notes For Version V0_10_0</h1>
42     <hr>
43     <ol>
44 williamc 1.1.2.40 Database Related Enhancements
45 williamc 1.1.2.38 <li>Installation script changed to create a common scram database between versions
46     <li>list and install use common database if it exists
47 williamc 1.1.2.39 <li>SCRAM databases can now be linked together
48     <li>New scram db command for maintaining databse linking
49 williamc 1.1.2.40 <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 williamc 1.1.2.36 <li>&lt;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 williamc 1.1.2.37 <li>Updated build help system - only generic and binary targets at present
63 williamc 1.1.2.36 </ol>
64     <p>
65     <hr>
66     <p>
67 williamc 1.1.2.35 <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 williamc 1.1.2.34 <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 williamc 1.1.2.33 <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 williamc 1.1.2.32 <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 williamc 1.1.2.30 <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 williamc 1.1.2.31 <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 williamc 1.1.2.30 <p>
133     <hr>
134     <p>
135 williamc 1.1.2.29 <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 williamc 1.1.2.27 <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 williamc 1.1.2.28 </ol>
153 williamc 1.1.2.27 <p>
154     <hr>
155     <p>
156 williamc 1.1.2.26 <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 williamc 1.1.2.25 <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 williamc 1.1.2.24 <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 williamc 1.1.2.23 <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 williamc 1.1.2.21 <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 williamc 1.1.2.22 <li> LibType tags now need to be closed - the text in between will be echoed
201     to the screen
202 williamc 1.1.2.21 </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 williamc 1.1.2.22 File SCRAM/src/BuildFile changed
210 williamc 1.1.2.21 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 williamc 1.1.2.20 <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 williamc 1.1.2.19 <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>&lt;External> tag now can be put in &lt;export> interface
232 williamc 1.1.2.21 <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 williamc 1.1.2.19 </ol>
237     <p>
238     <hr>
239     <p>
240 williamc 1.1.2.18 <h1>Release Notes For Version V0_9_28</h1>
241     <hr>
242     <ol>
243     <li> &lt;LibType> bug fixes
244     <li> histo decription updates - HISTO_DIR added into runtime
245     </ol>
246     <p>
247     <hr>
248     <p>
249 williamc 1.1.2.17 <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 williamc 1.1.2.16 <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 williamc 1.1.2.15 <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 williamc 1.1.2.14 <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 williamc 1.1.2.13 <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 williamc 1.1.2.12 <h1>Release Notes For Version V0_9_22</h1>
307     <hr>
308     <ol>
309     <li> Added \&lt;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 williamc 1.1.2.10 <hr>
315     <ol>
316 williamc 1.1.2.11 <li> Added new versions of cmsim/cernlib to toolbox
317     <li> Fix shared library object problem on Sun - remove _pic from symbol table
318     </ol>
319     <p>
320     <hr>
321     <p>
322     <h1>Release Notes For Version V0_9_20</h1>
323     <hr>
324     <ol>
325 williamc 1.1.2.10 <li> Make bin target build optimised binaries rather than debug (bugfix)
326     <li> Change priority of Libraries. Now any suitable library from the LOCAL area
327     will be used in preference to an exact match in the Release area. e.g. if
328     a debug library is asked for, yet their is an optomised library available
329     locally, the local optimised library will be used in preference to the
330     debug one available in the release - i.e it assumes the release library
331     is out of date.
332     <li> Export Class Variable to aid debugging
333     </ol>
334     <p>
335     <h2>Files changed</h2>
336     <pre>
337     File SCRAM/src/BuildFile.pm changed from revision 1.21.2.4 to 1.21.2.5
338     File SCRAM/src/BuildSetup.pm changed from revision 1.5.2.2 to 1.5.2.3
339     File SCRAM/src/LibTypeExpand changed from revision 1.4.2.1 to 1.4.2.2
340     </pre>
341     <p>
342     <hr>
343 williamc 1.1.2.9 <h1>Release Notes For Version V0_9_19</h1>
344     <hr>
345     <ol>
346     <li> Change in toolbox files only - no src changes
347     </ol>
348     <p>
349     <h2>Files changed</h2>
350     <pre>
351     File SCRAM/doc/html/install.html changed from revision 1.15.2.15 to 1.15.2.16
352     File SCRAM/toolbox/IGUANA changed from revision 1.1.2.4 to 1.1.2.5
353     File SCRAM/toolbox/tcltk is new; current revision 1.1.2.1
354     </pre>
355     <p>
356     <hr>
357 williamc 1.1.2.8 <h1>Release Notes For Version V0_9_18</h1>
358     <hr>
359     <ol>
360     <li> Only add to LD_LIBRARY_PATH if already defined
361     <li> add TAGS and tags targets
362     <li> MultiThreaded Switch
363     </ol>
364     <p>
365     <hr>
366     <li>Building of debug shared libraries fixed
367     <hr>
368 williamc 1.1.2.7 <h1>Release Notes For Version V0_9_17</h1>
369     <hr>
370     <ol>
371     <li>Building of debug shared libraries fixed
372     </ol>
373     <p>
374 williamc 1.1.2.3 <hr>
375 williamc 1.1.2.6 <h1>Release Notes For Version V0_9_16</h1>
376     <hr>
377     <ol>
378     <li>New SCRAM buildtime variables SCRAM_AVAILDIRS SCRAM_AVAILFILES to indicate
379     files and directories in the current directory. Aimed to remove system dependenies on ls.
380     </ol>
381     <p>
382     <hr>
383 williamc 1.1.2.5 <h1>Release Notes For Version V0_9_15</h1>
384     <hr>
385     <ol>
386     <li>Documentation (html) improved and updated
387     <li>Addition of QT description file
388     <li>Addition of generic targets for insure libraries
389     <li>Fix for clean on Linux
390     <li>Addition of MultiThreaded make variable for switching on compiler
391     functionality
392     </ol>
393     <p>
394     <h2>Files changed</h2>
395     <pre>
396     File SCRAM/doc/fig/scram.fig is new; current revision 1.1.2.2
397     File SCRAM/doc/html/TODO.html is new; current revision 1.1.2.2
398     File SCRAM/doc/html/build.html is new; current revision 1.1.2.1
399     File SCRAM/doc/html/index.html changed from revision 1.3.2.4 to 1.3.2.6
400     File SCRAM/doc/html/localuse.html changed from revision 1.2 to 1.2.2.1
401     File SCRAM/doc/html/perlhelp.html is new; current revision 1.1.2.1
402     File SCRAM/doc/html/scramintro.html changed from revision 1.1 to 1.1.2.2
403     File SCRAM/doc/images/scram.jpg is new; current revision 1.1.2.2
404     File SCRAM/src/basics.mk changed from revision 1.17.2.3 to 1.17.2.4
405     File SCRAM/src/compilers.mk changed from revision 1.14.2.7 to 1.14.2.8
406     File SCRAM/src/toolrules.mk changed from revision 1.19.2.3 to 1.19.2.4
407     File SCRAM/toolbox/QT is new; current revision 1.1.2.1
408     </pre>
409     <p>
410     <hr>
411 williamc 1.1.2.4 <h1>Release Notes For Version V0_9_14</h1>
412     <hr>
413     <ol>
414     <li>Add project environment variable setting through scram runtime.
415     <li>Change all perl scripts to perl5 - for those who dont have perl 4 installed
416     it saves them the bother of defining a new link.
417     <li>Add extra libraries for Linux__2 X11 (Xi, Xext)
418     <li>IGUANA description file Updated
419     </ol>
420     <p>
421     <hr>
422 williamc 1.1.2.2 <h1>Release Notes For Version V0_9_13</h1>
423 williamc 1.1.2.3 <hr>
424 williamc 1.1.2.2 <ol>
425     <li>More Mccabe Extensions to deal with instrumented code
426     <li>Update runtime help instructions for sh - now you need eval on sh too!
427     <li>Fix of setup bug for some description files - now will always convert to
428     lower case to ensure case independence for external dependencies.
429     </ol>
430     <p>
431 williamc 1.1.2.3 <h2>Files changed</h2>
432 williamc 1.1.2.2 <pre>
433     File SCRAM/src/BuildFile.pm changed from revision 1.21.2.3 to 1.21.2.4
434     File SCRAM/src/clientfile.pm changed from revision 1.11.2.4 to 1.11.2.5
435     File SCRAM/src/compilers.mk changed from revision 1.14.2.5 to 1.14.2.7
436     File SCRAM/src/mccabe.mk changed from revision 1.1.2.1 to 1.1.2.4
437     File SCRAM/src/scram changed from revision 1.23.2.21 to 1.23.2.22
438     </pre>
439     <p>
440     <hr>
441 williamc 1.1.2.1 <h1>Release Notes For Version V0_9_12</h1>
442     <hr>
443     <ol>
444     <li> Additon of Mccabe QA tool support. <br>
445     If MCCABE_EXTENSIONS is set in the project then it is automatically loaded in
446     <li> update of runtime -sh to give set, export as supported by older shells.
447     <li> proper versioning in OpenGL and OpenInventor description files - no more dev
448     </ol>
449 williamc 1.1.2.2 <p>
450     <h2>Files changed</h2>
451     <pre>
452     File SCRAM/doc/html/diffs.html is new; current revision 1.1.2.1
453     File SCRAM/doc/html/install.html changed from revision 1.15.2.8 to 1.15.2.9
454     File SCRAM/src/GetFilePath is new; current revision 1.1.2.1
455     File SCRAM/src/compilers.mk changed from revision 1.14.2.4 to 1.14.2.5
456     File SCRAM/src/mccabe.mk is new; current revision 1.1.2.1
457     File SCRAM/src/scram changed from revision 1.23.2.19 to 1.23.2.21
458     File SCRAM/toolbox/IGUANA is new; current revision 1.1.2.1
459     File SCRAM/toolbox/OpenGL changed from revision 1.1.2.2 to 1.1.2.3
460     File SCRAM/toolbox/OpenInventor changed from revision 1.1.2.4 to 1.1.2.5
461     </pre>
462 williamc 1.1.2.3 <p>
463     <hr>
464     <h1>Release Notes For Version V0_9_11</h1>
465     <hr>
466     <ol>
467     <li> Removal of all afs defaults during site setup so other afs sites can
468     use their own local copies
469 williamc 1.1.2.4 <li> Add additional funtionality to the scram install command to aid in
470 williamc 1.1.2.3 building remote sites.
471     </ol>
472     <p>
473     <hr>
474     <h1>Release Notes For Version V0_9_10</h1>
475     <hr>
476     <ol>
477     <li>Addition of .c and .cxx types
478     <li> Shortening of setenv lines - maybe help those people with long
479     LD_LIBRARY_PATH variables
480     <li> BootStrap BugFix - ' were causing problems
481     </ol>
482 williamc 1.1.2.1 <! Style Sheet Footer ---------------Do not change anything after this line-->
483     <hr>
484     <table border=1 width=100%>
485     <td align=left>
486     <a href=mailto:Christopher.Williams@cern.ch
487     >Chris Williams</a>
488     </td>
489     <td align=center>
490 williamc 1.1.2.46 Last Updated Mon Nov 1 15:02:53 1999
491 williamc 1.1.2.1 </td>
492     <td align=right><a href=/cgi-cmc/pagestat>Show Stats</a>
493     </td>
494     </table>
495     </body> </html>
496     <! End Style Sheet Footer>