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.41 by williamc, Tue Oct 19 09:53:04 1999 UTC vs.
Revision 1.1.2.82 by williamc, Thu May 4 14:41:13 2000 UTC

# Line 7 | Line 7
7   <p>
8   <hr>
9   <p>
10 + <h1>Release Notes For Version V0_12_3</h1>
11 + Thr May 4 2000
12 + <hr>
13 + <ol>
14 + <li> BugFix : scram setup in development areas attached to a central release
15 + <li> NewFeature : scram setup can now search other installed projects for
16 +                  and extract information on tools needed.
17 + <li> NewFeature : scram setup interactive mode
18 + <li> NewFeature : scram tool command - info on local configuration
19 + </ol>
20 + <p>
21 + <hr>
22 + <p>
23 + <h1>Release Notes For Version V0_12_2</h1>
24 + Fri Apr 28 2000
25 + <hr>
26 + <ol>
27 + <li>Add new variable CXXSharedFlags to control shared object making
28 + </ol>
29 + <p>
30 + <hr>
31 + <p>
32 + <h1>Release Notes For Version V0_12_1</h1>
33 + Wed Apr 26 2000
34 + <hr>
35 + <ol>
36 + <li> Make backward compatable the scram project command
37 + <li> Lots of Bug Fixes for project and setup commands in new model
38 + </ol>
39 + <h2>Files Changed</h2>
40 + <pre>
41 + File SCRAM/doc/html/diffs.html changed from revision 1.1.2.78 to 1.1.2.79
42 + File SCRAM/doc/html/install.html changed from revision 1.15.2.63 to 1.15.2.64
43 + File SCRAM/src/scram changed from revision 1.23.2.66 to 1.23.2.73
44 + File SCRAM/src/BuildSystem/BuildFile.pm changed from revision 1.1.2.6 to 1.1.2.7
45 + File SCRAM/src/BuildSystem/Requirements.pm changed from revision 1.1.2.2 to 1.1.2.3
46 + File SCRAM/src/BuildSystem/Tool.pm changed from revision 1.1.2.5 to 1.1.2.6
47 + File SCRAM/src/BuildSystem/ToolBox.pm changed from revision 1.1.2.9 to 1.1.2.12
48 + File SCRAM/src/BuildSystem/ToolDoc.pm changed from revision 1.1.2.4 to 1.1.2.8
49 + File SCRAM/src/Configuration/ConfigArea.pm is new; current revision 1.13.2.1
50 + File SCRAM/toolbox/GEANT_2000 changed from revision 1.1.2.1 to 1.1.2.2
51 + File SCRAM/toolbox/IGUANA changed from revision 1.1.2.13 to 1.1.2.14
52 + File SCRAM/toolbox/cmsim_cms118 changed from revision 1.1.2.2 to 1.1.2.3
53 + </pre>
54 + <p>
55 + <hr>
56 + <p>
57 + <h1>Release Notes For Version V0_12_0</h1>
58 + Thr Apr 20 2000
59 + <hr>
60 + <ol>
61 + <li>Configuration of new projects made easier with a major restructuring
62 + of the configuration system by removing information duplication in the
63 + BootStrap, requirements and External Dependencies info
64 + <li>New project setup documentation
65 + </ol>
66 + <p>
67 + <hr>
68 + <p>
69 + <h1>Release Notes For Version V0_11_4</h1>
70 + Tue Apr 18 2000
71 + <hr>
72 + <ol>
73 + <li> SCRAM_ARCH variable now available in tool description setup
74 + <li> ToolBox : Upgrade of Motif IGUANA and GEMINI description files
75 + <li> Documentation added for Tool description documents
76 + </ol>
77 + <p>
78 + <hr>
79 + <p>
80 + <h1>Release Notes For Version V0_11_3</h1>
81 + Fri Apr 14 2000
82 + <hr>
83 + <ol>
84 + <li>Add new &lt;INCLUDE_PATH> tag to BuildFile
85 + <li>ToolBox : Add IGUANA V1_0_2 description file
86 + <li>ToolBox : update Qt to 2.0.2
87 + </ol>
88 + <p>
89 + <hr>
90 + <p>
91 + <h1>Release Notes For Version V0_11_2</h1>
92 + Wed Apr 12 2000
93 + <hr>
94 + <ol>
95 + <li> ToolBox : zlib updated to version 1.1.3
96 + <li> BugFix : <Externals> in local <Use> fixed
97 + <li> Self Testing harness added
98 + <li> runtime cleaned up - no longer dependent on clientsettings directly
99 + </ol>
100 + <p>
101 + <hr>
102 + <p>
103 + <h1>Release Notes For Version V0_11_1</h1>
104 + Fri Apr 10 2000
105 + <hr>
106 + <ol>
107 + <li>BugFix : LibType tags comment field now stripped of carriage returns to
108 + help out make
109 + </ol>
110 + <p>
111 + <hr>
112 + <p>
113 + <h1>Release Notes For Version V0_11_0</h1>
114 + Fri Apr 7 2000
115 + <hr>
116 + <ol>
117 + <li>New User Feature :
118 + You can now define runtime environments anywhere
119 + to match your individual applications requirements in addition to the usual
120 + configuration requirements.
121 + <li>New User Feature :
122 + You can now use &lt;use> tags within an &lt;export> environment.
123 + <li>New User Feature :
124 + You can now use &lt;export> interfaces from other SCRAM managed projects with
125 + an extended &lt;External> tag.
126 + <li>New object-orientated SGML parser. With multi-parsing, tag
127 + activation/deactivation functions and error reporting.
128 + <li>Reorganisation of build system in preperation for the integration of
129 + new SCRAM project configuration developments.
130 + Much has changed under the bonnet to get the configuration elements of the
131 + build system behind a common interface.
132 + </ol>
133 + <h2>Files Changed</h2>
134 + <pre>
135 + File SCRAM/doc/html/TODO.html changed from revision 1.1.2.2 to 1.1.2.3
136 + File SCRAM/doc/html/diffs.html changed from revision 1.1.2.68 to 1.1.2.70
137 + File SCRAM/doc/html/export.html changed from revision 1.1.2.3 to 1.1.2.4
138 + File SCRAM/doc/html/external.html is new; current revision 1.1.2.1
139 + File SCRAM/doc/html/index.html changed from revision 1.3.2.12 to 1.3.2.13
140 + File SCRAM/doc/html/install.html changed from revision 1.15.2.57 to 1.15.2.58
141 + File SCRAM/doc/html/tags.html changed from revision 1.1.2.5 to 1.1.2.6
142 + File SCRAM/src/BuildFile.pm is removed; not included in release tag V0_9branch
143 + File SCRAM/src/BuildSetup.pm is removed; not included in release tag V0_9branch
144 + File SCRAM/src/Interface.pm is removed; not included in release tag V0_9branch
145 + File SCRAM/src/ProcessSiteFile is removed; not included in release tag V0_9branch
146 + File SCRAM/src/Runtime.pm changed from revision 1.1.2.3 to 1.1.2.4
147 + File SCRAM/src/ToolBox.pm is removed; not included in release tag V0_9branch
148 + File SCRAM/src/clientfile.pm changed from revision 1.11.2.7 to 1.11.2.8
149 + File SCRAM/src/clientmakefile.mk is removed; not included in release tag V0_9branch
150 + File SCRAM/src/scram changed from revision 1.23.2.57 to 1.23.2.58
151 + File SCRAM/src/scramds changed from revision 1.1.2.3 to 1.1.2.5
152 + File SCRAM/src/ActiveDoc/GroupChecker.pm is new; current revision 1.3.2.1
153 + File SCRAM/src/ActiveDoc/Parse.pm is new; current revision 1.4.2.1
154 + File SCRAM/src/ActiveDoc/SimpleDoc.pm is new; current revision 1.1.2.1
155 + File SCRAM/src/ActiveDoc/Switcher.pm is new; current revision 1.13.2.3
156 + File SCRAM/src/ActiveDoc/TagContainer.pm is new; current revision 1.6.2.1
157 + File SCRAM/src/ActiveDoc/test/test_SimpleDoc.pm is new; current revision 1.1.2.1
158 + File SCRAM/src/ActiveDoc/test/testdata/SimpleDocTest is new; current revision 1.1.2.1
159 + File SCRAM/src/BuildSystem/BuildFile.pm is new; current revision 1.1.2.1
160 + File SCRAM/src/BuildSystem/BuildSetup.pm is new; current revision 1.1.2.1
161 + File SCRAM/src/BuildSystem/Requirements.pm is new; current revision 1.1.2.1
162 + File SCRAM/src/BuildSystem/Tool.pm is new; current revision 1.1.2.1
163 + File SCRAM/src/BuildSystem/ToolBox.pm is new; current revision 1.1.2.1
164 + File SCRAM/src/Utilities/SCRAMUtils.pm changed from revision 1.5 to 1.5.2.1
165 + File SCRAM/src/Utilities/Verbose.pm is new; current revision 1.1.2.1
166 + </pre>
167 + <p>
168 + <hr>
169 + <p>
170 + <h1>Release Notes For Version V0_10_19</h1>
171 + Fri Mar 31 2000
172 + <hr>
173 + <ol>
174 + <li>Addition of Application level runtime environment setting
175 + </ol>
176 + <p>
177 + <hr>
178 + <p>
179 + <h1>Release Notes For Version V0_10_18</h1>
180 + Mon Mar 20 2000
181 + <hr>
182 + <ol>
183 + <li> Addition of Prerprocessor description for ecgs compiler
184 + <li> Workaround for buggy gmake on linux (with wildcard characters)
185 + <li> Extra checking for datestamps to ensure better consistency between build
186 + products and the source code in the local development area.
187 + </ol>
188 + <p>
189 + <hr>
190 + <p>
191 + <h1>Release Notes For Version V0_10_17</h1>
192 + Mon Mar 20 2000
193 + <hr>
194 + <ol>
195 + <li>Allow override of SCRAM_ARCH variable
196 + <p>
197 + <hr>
198 + <p>
199 + <h1>Release Notes For Version V0_10_16</h1>
200 + Wed Mar 15 2000
201 + <hr>
202 + <ol>
203 + <li>Set runtime environment during CC builds on Linux and Sun
204 + </ol>
205 + <p>
206 + <hr>
207 + <p>
208 + <h1>Release Notes For Version V0_10_15</h1>
209 + Tue Mar 7 2000
210 + <hr>
211 + <ol>
212 + <li>Java rules extended
213 + <li>ToolBox : GEANT4_1.0
214 + <li>ToolBox : Xmu lib added to X11
215 + </ol>
216 + <p>
217 + <hr>
218 + <p>
219 + <h1>Release Notes For Version V0_10_14</h1>
220 + Thr Mar 2  2000
221 + <hr>
222 + <ol>
223 + <li> Rules for compiling Java added
224 + </ol>
225 + <p>
226 + <hr>
227 + <p>
228 + <h1>Release Notes For Version V0_10_13</h1>
229 + Tue Feb 29  2000
230 + <hr>
231 + <ol>
232 + <li> Toolbox : GEANT4 description file
233 + <li> Toolbox : cmsim_cms118 - jetset dependency removed - pythia addded
234 + <li> Toolbox : pythia_2000 description file
235 + <li> BugFix : exit status propogated through auto-version selection mechanism
236 + </ol>
237 + <p>
238 + <hr>
239 + <p>
240 + <h1>Release Notes For Version V0_10_12</h1>
241 + Wed Feb 23 2000
242 + <hr>
243 + <ol>
244 + <li> Toolbox : cmsim cms118 and cernlib 2000 added
245 + <li> Toolbox : X11 - nsl, srypt and dl libs added for Linux
246 + <li> Return exit status of 1 if build fails
247 + </ol>
248 + <p>
249 + <hr>
250 + <p>
251 + <h1>Release Notes For Version V0_10_11</h1>
252 + Fri Feb 18 2000
253 + <hr>
254 + <ol>
255 + <li> Toolbox : OpenInventor_Qt
256 + </ol>
257 + <p>
258 + <hr>
259 + <p>
260 + <h1>Release Notes For Version V0_10_10</h1>
261 + Fri Feb 18 2000
262 + <hr>
263 + <ol>
264 + <li>More user friendly error message when the scram database cannot be found
265 + during a scram list or scram db.
266 + <li>ToolBox : Qt - dependency on OpenGL removed
267 + <li>ToolBox : T_HTL added
268 + </ol>
269 + <p>
270 + <hr>
271 + <p>
272 + <h1>Release Notes For Version V0_10_9</h1>
273 + Mon Jan 31
274 + <hr>
275 + <ol>
276 + <li> Toolbox changes -> Objectivity=5.2, HepODBMS=0.3.1.1, HTL=1.1.1.0
277 + </ol>
278 + <p>
279 + <hr>
280 + <p>
281 + <h1>Release Notes For Version V0_10_8</h1>
282 + Tue Dec 13th 1999
283 + <hr>
284 + <ol>
285 + <li> toolbox :BugFix to export the LD_LIBRARY_PATH
286 + </ol>
287 + <p>
288 + <hr>
289 + <p>
290 + <h1>Release Notes For Version V0_10_7</h1>
291 + Tue Dec 13th 1999
292 + <hr>
293 + <ol>
294 + <li> toolbox : zlib description added
295 + <li> check for unknown command line options to the scram project command
296 + </ol>
297 + <p>
298 + <hr>
299 + <p>
300 + <h1>Release Notes For Version V0_10_6</h1>
301 + Wed Nov 25th 1999
302 + <hr>
303 + <ol>
304 + <li> Workaround for CVS/make incompatability. scram now checks each build
305 + product against the dates of its components and marks it to be rebuilt by make
306 + if any timestamps do not match.
307 + </ol>
308 + <p>
309 + <hr>
310 + <p>
311 + <h1>Release Notes For Version V0_10_5</h1>
312 + Wed Nov 25th 1999
313 + <hr>
314 + <ol>
315 + <li> toolbox changes : Updated to Sep99 LHC++ components
316 + </ol>
317 + <p>
318 + <hr>
319 + <p>
320 + <h1>Release Notes For Version V0_10_4</h1>
321 + Thu Nov 18th 1999
322 + <hr>
323 + <ol>
324 + <li> toolbox changes : Configuration files updated to R6
325 + <li> bugfix : Groups in &lt;export> tags now work with <lib>
326 + <li> &lt;lib> text now goes to GNUmakefile
327 + </ol>
328 + <p>
329 + <hr>
330 + <p>
331 + <h1>Release Notes For Version V0_10_3</h1>
332 + Mon Nov 1st 1999
333 + <hr>
334 + <ol>
335 + <li>BugFix : scram runtime no longer treats path variables as a regular
336 +        expression, allowing paths with strange characters such as +
337 + <li>ToolBox : OpenGL - no default libs all are now architecture specific
338 + <li>ToolBox : IGUANA - updates for V1_0_0
339 + </ol>
340 + <p>
341 + <hr>
342 + <p>
343 + <h1>Release Notes For Version V0_10_2</h1>
344 + Wed Oct 20 1999
345 + <hr>
346 + <ol>
347 + <li>BugFix : Stop binary makefiles from rebuilding test libraries.
348 + </ol>
349 + <p>
350 + <hr>
351 + <p>
352   <h1>Release Notes For Version V0_10_1</h1>
353 + Wed Oct 20 1999
354   <hr>
355   <ol>
356   <li>BugFix : scram_autoexport in mixed BuildFiles / export interfaces fixed (missing newline)
357 + <li>autoexport switch available in &lt;export autoexport=[true|false]> flag
358   </ol>
359   <p>
360   <hr>
# Line 464 | Line 808 | File SCRAM/toolbox/OpenInventor changed
808   >Chris Williams</a>
809   </td>
810   <td align=center>
811 < Last Updated Wed Oct 13 15:56:16 1999
811 > Last Updated Mon Apr 10 12:09:00 2000
812   </td>
813   <td align=right><a href=/cgi-cmc/pagestat>Show Stats</a>
814   </td>

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines