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.11 by williamc, Fri Aug 27 10:58:47 1999 UTC vs.
Revision 1.1.2.42 by williamc, Tue Oct 19 13:40:08 1999 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines