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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines