ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/SCRAM/doc/html/diffs.html
Revision: 1.1.2.40
Committed: Mon Oct 18 10:47:08 1999 UTC (25 years, 7 months ago) by williamc
Content type: text/html
Branch: V0_9branch
CVS Tags: V0_10_0
Changes since 1.1.2.39: +10 -5 lines
Log Message:
Bettwer wording

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