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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines