ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/SCRAM/doc/html/diffs.html
Revision: 1.1.2.35
Committed: Fri Oct 8 17:07:49 1999 UTC (25 years, 7 months ago) by williamc
Content type: text/html
Branch: V0_9branch
CVS Tags: V0_9_42
Changes since 1.1.2.34: +8 -0 lines
Log Message:
Version Updates

File Contents

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