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