ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/SCRAM/doc/html/diffs.html
Revision: 1.1.2.22
Committed: Wed Sep 15 07:55:03 1999 UTC (25 years, 8 months ago) by williamc
Content type: text/html
Branch: V0_9branch
CVS Tags: V0_9_31
Changes since 1.1.2.21: +3 -0 lines
Log Message:
Update changes

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_31</h1>
11 <hr>
12 <ol>
13 <li> CXXUSERFLAGS variable inserted into CXXFLAGS - command line additions
14 <li> SharedDebug made a bit more robust, seperated completeley from the Shared
15 rule
16 <li> LibType tags now need to be closed - the text in between will be echoed
17 to the screen
18 </ol>
19 <p>
20 <h2>Files changed</h2>
21 <pre>
22 File SCRAM/src/basics.mk changed from revision 1.17.2.5 to 1.17.2.7
23 File SCRAM/src/compilers.mk changed from revision 1.14.2.11 to 1.14.2.13
24 File SCRAM/src/toolrules.mk changed from revision 1.19.2.8 to 1.19.2.10
25 File SCRAM/src/BuildFile changed
26 File SCRAM/toolbox/IGUANA changed from revision 1.1.2.6 to 1.1.2.7
27 File SCRAM/toolbox/OpenInventor changed from revision 1.1.2.5 to 1.1.2.6
28 File SCRAM/toolbox/Qt changed from revision 1.1.2.3 to 1.1.2.4
29 </pre>
30 <p>
31 <hr>
32 <p>
33 <h1>Release Notes For Version V0_9_30</h1>
34 <hr>
35 <ol>
36 <li>Runtime bugFix for PATH variables
37 </ol>
38 <p>
39 <hr>
40 <p>
41 <h1>Release Notes For Version V0_9_29</h1>
42 <hr>
43 <ol>
44 <li>Change libType names debugshared debugarchive to debug_shared debug_archive
45 for consistency with other commands
46 <li>Bugfix on debug_shared
47 <li>&lt;External> tag now can be put in &lt;export> interface
48 <li> Runtime bugfix - you can now do it consectiveley with no problems
49 <li> Runtime removed duplicates from path variables
50 <li> Runtime - multiple definitions of regular runtime variables simply replace
51 rather than add with spaces.
52 </ol>
53 <p>
54 <hr>
55 <p>
56 <h1>Release Notes For Version V0_9_28</h1>
57 <hr>
58 <ol>
59 <li> &lt;LibType> bug fixes
60 <li> histo decription updates - HISTO_DIR added into runtime
61 </ol>
62 <p>
63 <hr>
64 <p>
65 <h1>Release Notes For Version V0_9_27</h1>
66 <hr>
67 <ol>
68 <li> Protect LibType from creating targets in lower, non library , build areas
69 <li> LibType tag can now be excluded with <ignore>
70 <li> Dependencies on cern 99 added for histo description file
71 <li> Runtime LD_LIBRARY_PATH for Qt
72 </ol>
73 <p>
74 <hr>
75 <p>
76 <h1>Release Notes For Version V0_9_26</h1>
77 <hr>
78 <ol>
79 <li>Keep intermediary executable around for debug version as the incremental
80 linker on sun uses it.
81 <li>Add histo descriptions file histoC and histoCHB
82 </ol>
83 <p>
84 <hr>
85 <p>
86 <h1>Release Notes For Version V0_9_25</h1>
87 <hr>
88 <ol>
89 <li>Bugfix to interface - Default target no longer overrides any assignments
90 passed on the command line
91 <li>Add url references for Qt and IGUANA descriptions
92 </ol>
93 <p>
94 <hr>
95 <p>
96 <h1>Release Notes For Version V0_9_24</h1>
97 <hr>
98 <ol>
99 <li>Bugfix to interface - Default target is still called if you use an
100 assignment with the build command (e.g warn=none)
101 <li>Fix for ObjectSpace_threaded Configuration file
102 </ol>
103 <p>
104 <hr>
105 <p>
106 <h1>Release Notes For Version V0_9_23</h1>
107 <hr>
108 <ol>
109 <li> Sun CC 4.2 - shared object building bugfix - pick up the right directory
110 <li> Add HP specifics to some configuration files
111 <li> HP fortran support
112 </ol>
113 <p>
114 <h2>Files changed</h2>
115 <pre>
116 File SCRAM/src/BootStrapProject.pm changed from revision 1.10.2.1 to 1.10.2.3
117 File SCRAM/src/compilers.mk changed from revision 1.14.2.9 to 1.14.2.11
118 File SCRAM/toolbox/ObjectSpace_threaded_2.1 changed from revision 1.1.2.8 to 1.1.2.9
119 </pre>
120 <p>
121 <hr>
122 <h1>Release Notes For Version V0_9_22</h1>
123 <hr>
124 <ol>
125 <li> Added \&lt;libtype type=> tag to overide the default library type to build
126 </ol>
127 <p>
128 <hr>
129 <h1>Release Notes For Version V0_9_21</h1>
130 <hr>
131 <ol>
132 <li> Added new versions of cmsim/cernlib to toolbox
133 <li> Fix shared library object problem on Sun - remove _pic from symbol table
134 </ol>
135 <p>
136 <hr>
137 <p>
138 <h1>Release Notes For Version V0_9_20</h1>
139 <hr>
140 <ol>
141 <li> Make bin target build optimised binaries rather than debug (bugfix)
142 <li> Change priority of Libraries. Now any suitable library from the LOCAL area
143 will be used in preference to an exact match in the Release area. e.g. if
144 a debug library is asked for, yet their is an optomised library available
145 locally, the local optimised library will be used in preference to the
146 debug one available in the release - i.e it assumes the release library
147 is out of date.
148 <li> Export Class Variable to aid debugging
149 </ol>
150 <p>
151 <h2>Files changed</h2>
152 <pre>
153 File SCRAM/src/BuildFile.pm changed from revision 1.21.2.4 to 1.21.2.5
154 File SCRAM/src/BuildSetup.pm changed from revision 1.5.2.2 to 1.5.2.3
155 File SCRAM/src/LibTypeExpand changed from revision 1.4.2.1 to 1.4.2.2
156 </pre>
157 <p>
158 <hr>
159 <h1>Release Notes For Version V0_9_19</h1>
160 <hr>
161 <ol>
162 <li> Change in toolbox files only - no src changes
163 </ol>
164 <p>
165 <h2>Files changed</h2>
166 <pre>
167 File SCRAM/doc/html/install.html changed from revision 1.15.2.15 to 1.15.2.16
168 File SCRAM/toolbox/IGUANA changed from revision 1.1.2.4 to 1.1.2.5
169 File SCRAM/toolbox/tcltk is new; current revision 1.1.2.1
170 </pre>
171 <p>
172 <hr>
173 <h1>Release Notes For Version V0_9_18</h1>
174 <hr>
175 <ol>
176 <li> Only add to LD_LIBRARY_PATH if already defined
177 <li> add TAGS and tags targets
178 <li> MultiThreaded Switch
179 </ol>
180 <p>
181 <hr>
182 <li>Building of debug shared libraries fixed
183 <hr>
184 <h1>Release Notes For Version V0_9_17</h1>
185 <hr>
186 <ol>
187 <li>Building of debug shared libraries fixed
188 </ol>
189 <p>
190 <hr>
191 <h1>Release Notes For Version V0_9_16</h1>
192 <hr>
193 <ol>
194 <li>New SCRAM buildtime variables SCRAM_AVAILDIRS SCRAM_AVAILFILES to indicate
195 files and directories in the current directory. Aimed to remove system dependenies on ls.
196 </ol>
197 <p>
198 <hr>
199 <h1>Release Notes For Version V0_9_15</h1>
200 <hr>
201 <ol>
202 <li>Documentation (html) improved and updated
203 <li>Addition of QT description file
204 <li>Addition of generic targets for insure libraries
205 <li>Fix for clean on Linux
206 <li>Addition of MultiThreaded make variable for switching on compiler
207 functionality
208 </ol>
209 <p>
210 <h2>Files changed</h2>
211 <pre>
212 File SCRAM/doc/fig/scram.fig is new; current revision 1.1.2.2
213 File SCRAM/doc/html/TODO.html is new; current revision 1.1.2.2
214 File SCRAM/doc/html/build.html is new; current revision 1.1.2.1
215 File SCRAM/doc/html/index.html changed from revision 1.3.2.4 to 1.3.2.6
216 File SCRAM/doc/html/localuse.html changed from revision 1.2 to 1.2.2.1
217 File SCRAM/doc/html/perlhelp.html is new; current revision 1.1.2.1
218 File SCRAM/doc/html/scramintro.html changed from revision 1.1 to 1.1.2.2
219 File SCRAM/doc/images/scram.jpg is new; current revision 1.1.2.2
220 File SCRAM/src/basics.mk changed from revision 1.17.2.3 to 1.17.2.4
221 File SCRAM/src/compilers.mk changed from revision 1.14.2.7 to 1.14.2.8
222 File SCRAM/src/toolrules.mk changed from revision 1.19.2.3 to 1.19.2.4
223 File SCRAM/toolbox/QT is new; current revision 1.1.2.1
224 </pre>
225 <p>
226 <hr>
227 <h1>Release Notes For Version V0_9_14</h1>
228 <hr>
229 <ol>
230 <li>Add project environment variable setting through scram runtime.
231 <li>Change all perl scripts to perl5 - for those who dont have perl 4 installed
232 it saves them the bother of defining a new link.
233 <li>Add extra libraries for Linux__2 X11 (Xi, Xext)
234 <li>IGUANA description file Updated
235 </ol>
236 <p>
237 <hr>
238 <h1>Release Notes For Version V0_9_13</h1>
239 <hr>
240 <ol>
241 <li>More Mccabe Extensions to deal with instrumented code
242 <li>Update runtime help instructions for sh - now you need eval on sh too!
243 <li>Fix of setup bug for some description files - now will always convert to
244 lower case to ensure case independence for external dependencies.
245 </ol>
246 <p>
247 <h2>Files changed</h2>
248 <pre>
249 File SCRAM/src/BuildFile.pm changed from revision 1.21.2.3 to 1.21.2.4
250 File SCRAM/src/clientfile.pm changed from revision 1.11.2.4 to 1.11.2.5
251 File SCRAM/src/compilers.mk changed from revision 1.14.2.5 to 1.14.2.7
252 File SCRAM/src/mccabe.mk changed from revision 1.1.2.1 to 1.1.2.4
253 File SCRAM/src/scram changed from revision 1.23.2.21 to 1.23.2.22
254 </pre>
255 <p>
256 <hr>
257 <h1>Release Notes For Version V0_9_12</h1>
258 <hr>
259 <ol>
260 <li> Additon of Mccabe QA tool support. <br>
261 If MCCABE_EXTENSIONS is set in the project then it is automatically loaded in
262 <li> update of runtime -sh to give set, export as supported by older shells.
263 <li> proper versioning in OpenGL and OpenInventor description files - no more dev
264 </ol>
265 <p>
266 <h2>Files changed</h2>
267 <pre>
268 File SCRAM/doc/html/diffs.html is new; current revision 1.1.2.1
269 File SCRAM/doc/html/install.html changed from revision 1.15.2.8 to 1.15.2.9
270 File SCRAM/src/GetFilePath is new; current revision 1.1.2.1
271 File SCRAM/src/compilers.mk changed from revision 1.14.2.4 to 1.14.2.5
272 File SCRAM/src/mccabe.mk is new; current revision 1.1.2.1
273 File SCRAM/src/scram changed from revision 1.23.2.19 to 1.23.2.21
274 File SCRAM/toolbox/IGUANA is new; current revision 1.1.2.1
275 File SCRAM/toolbox/OpenGL changed from revision 1.1.2.2 to 1.1.2.3
276 File SCRAM/toolbox/OpenInventor changed from revision 1.1.2.4 to 1.1.2.5
277 </pre>
278 <p>
279 <hr>
280 <h1>Release Notes For Version V0_9_11</h1>
281 <hr>
282 <ol>
283 <li> Removal of all afs defaults during site setup so other afs sites can
284 use their own local copies
285 <li> Add additional funtionality to the scram install command to aid in
286 building remote sites.
287 </ol>
288 <p>
289 <hr>
290 <h1>Release Notes For Version V0_9_10</h1>
291 <hr>
292 <ol>
293 <li>Addition of .c and .cxx types
294 <li> Shortening of setenv lines - maybe help those people with long
295 LD_LIBRARY_PATH variables
296 <li> BootStrap BugFix - ' were causing problems
297 </ol>
298 <! Style Sheet Footer ---------------Do not change anything after this line-->
299 <hr>
300 <table border=1 width=100%>
301 <td align=left>
302 <a href=mailto:Christopher.Williams@cern.ch
303 >Chris Williams</a>
304 </td>
305 <td align=center>
306 Last Updated Tue Sep 14 16:45:15 1999
307 </td>
308 <td align=right><a href=/cgi-cmc/pagestat>Show Stats</a>
309 </td>
310 </table>
311 </body> </html>
312 <! End Style Sheet Footer>