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