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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines