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