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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines