ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/SCRAM/doc/html/diffs.html
Revision: 1.1.2.31
Committed: Tue Oct 5 13:56:30 1999 UTC (25 years, 7 months ago) by williamc
Content type: text/html
Branch: V0_9branch
CVS Tags: V0_9_38
Changes since 1.1.2.30: +13 -0 lines
Log Message:
Add files

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