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