ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/SCRAM/doc/html/diffs.html
Revision: 1.1.2.38
Committed: Fri Oct 15 10:08:22 1999 UTC (25 years, 7 months ago) by williamc
Content type: text/html
Branch: V0_9branch
Changes since 1.1.2.37: +3 -1 lines
Log Message:
update version

File Contents

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