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.13 by williamc, Thu Sep 2 16:37:08 1999 UTC vs.
Revision 1.1.2.51 by williamc, Mon Dec 13 16:00:12 1999 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines