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