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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines