ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/SCRAM/doc/html/diffs.html
Revision: 1.1.2.39
Committed: Mon Oct 18 10:39:38 1999 UTC (25 years, 7 months ago) by williamc
Content type: text/html
Branch: V0_9branch
Changes since 1.1.2.38: +5 -0 lines
Log Message:
diffs update

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