ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/SCRAM/doc/html/diffs.html
(Generate patch)

Comparing COMP/SCRAM/doc/html/diffs.html (file contents):
Revision 1.1 by williamc, Tue Jun 1 11:44:15 1999 UTC vs.
Revision 1.1.2.56 by williamc, Fri Feb 18 07:54:37 2000 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines