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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines