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