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 by williamc, Tue Jun 1 11:44:15 1999 UTC vs.
Revision 1.1.2.16 by williamc, Tue Sep 7 10:14:16 1999 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines