ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/SCRAM/doc/html/diffs.html
Revision: 1.1.2.24
Committed: Tue Sep 21 08:51:38 1999 UTC (25 years, 7 months ago) by williamc
Content type: text/html
Branch: V0_9branch
CVS Tags: V0_9_33
Changes since 1.1.2.23: +8 -0 lines
Log Message:
Update version info

File Contents

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