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.11 by williamc, Fri Aug 27 10:58:47 1999 UTC vs.
Revision 1.1.2.53 by williamc, Wed Jan 5 08:20:45 2000 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines