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.2.3 by williamc, Thu Jun 3 13:26:19 1999 UTC vs.
Revision 1.1.2.48 by williamc, Thu Nov 18 10:23:07 1999 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines