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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines