4 |
|
<title>release notes</title> |
5 |
|
<body> |
6 |
|
<! End Style Sheet Header -----------Insert Text Here ---------------------> |
7 |
+ |
<p> |
8 |
+ |
<hr> |
9 |
+ |
<p> |
10 |
+ |
<h1>Release Notes For Version V0_9_36</h1> |
11 |
+ |
<hr> |
12 |
+ |
<ol> |
13 |
+ |
<li> BugFix : Archive Optimised libs now use templates properly with CC Sun4.2 |
14 |
+ |
<li> OpenGL - more libraries on Linux |
15 |
+ |
</ol> |
16 |
+ |
<p> |
17 |
+ |
<hr> |
18 |
+ |
<p> |
19 |
+ |
<h1>Release Notes For Version V0_9_35</h1> |
20 |
+ |
<hr> |
21 |
+ |
<ol> |
22 |
+ |
<li> BugFix : Shared Debug dependencies now work |
23 |
+ |
</ol> |
24 |
+ |
<p> |
25 |
+ |
<hr> |
26 |
+ |
<p> |
27 |
+ |
<h1>Release Notes For Version V0_9_34</h1> |
28 |
+ |
<hr> |
29 |
+ |
<ol> |
30 |
+ |
<li> BugFix for Sun 4.2 when used with bin_debug_local. Now picks up the |
31 |
+ |
correct templateDB. |
32 |
+ |
<li> Insure++ -> now picks up debug libraries if the insure does not exist |
33 |
+ |
</ol> |
34 |
+ |
<p> |
35 |
+ |
<hr> |
36 |
+ |
<p> |
37 |
+ |
<h1>Release Notes For Version V0_9_33</h1> |
38 |
+ |
<hr> |
39 |
+ |
<ol> |
40 |
+ |
<li> Shared_Insure Libraries made functional |
41 |
+ |
</ol> |
42 |
+ |
<p> |
43 |
+ |
<hr> |
44 |
+ |
<p> |
45 |
+ |
<h1>Release Notes For Version V0_9_32</h1> |
46 |
+ |
<hr> |
47 |
+ |
<ol> |
48 |
+ |
<li> libmsg target added to allow messages to be printed to the screen |
49 |
+ |
during a library build. Text from the LibType tag is echoed from this |
50 |
+ |
target. |
51 |
+ |
<li> Added new target bin_debug_local . Will take only local debug libraries |
52 |
+ |
ignoring debug libraries in the release area. |
53 |
+ |
</ol> |
54 |
+ |
<p> |
55 |
+ |
<hr> |
56 |
+ |
<p> |
57 |
+ |
<h1>Release Notes For Version V0_9_31</h1> |
58 |
+ |
<hr> |
59 |
+ |
<ol> |
60 |
+ |
<li> CXXUSERFLAGS variable inserted into CXXFLAGS - command line additions |
61 |
+ |
<li> SharedDebug made a bit more robust, seperated completeley from the Shared |
62 |
+ |
rule |
63 |
+ |
<li> LibType tags now need to be closed - the text in between will be echoed |
64 |
+ |
to the screen |
65 |
+ |
</ol> |
66 |
+ |
<p> |
67 |
+ |
<h2>Files changed</h2> |
68 |
+ |
<pre> |
69 |
+ |
File SCRAM/src/basics.mk changed from revision 1.17.2.5 to 1.17.2.7 |
70 |
+ |
File SCRAM/src/compilers.mk changed from revision 1.14.2.11 to 1.14.2.13 |
71 |
+ |
File SCRAM/src/toolrules.mk changed from revision 1.19.2.8 to 1.19.2.10 |
72 |
+ |
File SCRAM/src/BuildFile changed |
73 |
+ |
File SCRAM/toolbox/IGUANA changed from revision 1.1.2.6 to 1.1.2.7 |
74 |
+ |
File SCRAM/toolbox/OpenInventor changed from revision 1.1.2.5 to 1.1.2.6 |
75 |
+ |
File SCRAM/toolbox/Qt changed from revision 1.1.2.3 to 1.1.2.4 |
76 |
+ |
</pre> |
77 |
+ |
<p> |
78 |
+ |
<hr> |
79 |
+ |
<p> |
80 |
+ |
<h1>Release Notes For Version V0_9_30</h1> |
81 |
+ |
<hr> |
82 |
+ |
<ol> |
83 |
+ |
<li>Runtime bugFix for PATH variables |
84 |
+ |
</ol> |
85 |
+ |
<p> |
86 |
+ |
<hr> |
87 |
+ |
<p> |
88 |
+ |
<h1>Release Notes For Version V0_9_29</h1> |
89 |
+ |
<hr> |
90 |
+ |
<ol> |
91 |
+ |
<li>Change libType names debugshared debugarchive to debug_shared debug_archive |
92 |
+ |
for consistency with other commands |
93 |
+ |
<li>Bugfix on debug_shared |
94 |
+ |
<li><External> tag now can be put in <export> interface |
95 |
+ |
<li> Runtime bugfix - you can now do it consectiveley with no problems |
96 |
+ |
<li> Runtime removed duplicates from path variables |
97 |
+ |
<li> Runtime - multiple definitions of regular runtime variables simply replace |
98 |
+ |
rather than add with spaces. |
99 |
+ |
</ol> |
100 |
+ |
<p> |
101 |
+ |
<hr> |
102 |
+ |
<p> |
103 |
+ |
<h1>Release Notes For Version V0_9_28</h1> |
104 |
+ |
<hr> |
105 |
+ |
<ol> |
106 |
+ |
<li> <LibType> bug fixes |
107 |
+ |
<li> histo decription updates - HISTO_DIR added into runtime |
108 |
+ |
</ol> |
109 |
+ |
<p> |
110 |
+ |
<hr> |
111 |
+ |
<p> |
112 |
+ |
<h1>Release Notes For Version V0_9_27</h1> |
113 |
+ |
<hr> |
114 |
+ |
<ol> |
115 |
+ |
<li> Protect LibType from creating targets in lower, non library , build areas |
116 |
+ |
<li> LibType tag can now be excluded with <ignore> |
117 |
+ |
<li> Dependencies on cern 99 added for histo description file |
118 |
+ |
<li> Runtime LD_LIBRARY_PATH for Qt |
119 |
+ |
</ol> |
120 |
+ |
<p> |
121 |
+ |
<hr> |
122 |
+ |
<p> |
123 |
+ |
<h1>Release Notes For Version V0_9_26</h1> |
124 |
+ |
<hr> |
125 |
+ |
<ol> |
126 |
+ |
<li>Keep intermediary executable around for debug version as the incremental |
127 |
+ |
linker on sun uses it. |
128 |
+ |
<li>Add histo descriptions file histoC and histoCHB |
129 |
+ |
</ol> |
130 |
+ |
<p> |
131 |
+ |
<hr> |
132 |
+ |
<p> |
133 |
+ |
<h1>Release Notes For Version V0_9_25</h1> |
134 |
+ |
<hr> |
135 |
+ |
<ol> |
136 |
+ |
<li>Bugfix to interface - Default target no longer overrides any assignments |
137 |
+ |
passed on the command line |
138 |
+ |
<li>Add url references for Qt and IGUANA descriptions |
139 |
+ |
</ol> |
140 |
+ |
<p> |
141 |
+ |
<hr> |
142 |
+ |
<p> |
143 |
+ |
<h1>Release Notes For Version V0_9_24</h1> |
144 |
+ |
<hr> |
145 |
+ |
<ol> |
146 |
+ |
<li>Bugfix to interface - Default target is still called if you use an |
147 |
+ |
assignment with the build command (e.g warn=none) |
148 |
+ |
<li>Fix for ObjectSpace_threaded Configuration file |
149 |
+ |
</ol> |
150 |
+ |
<p> |
151 |
+ |
<hr> |
152 |
+ |
<p> |
153 |
+ |
<h1>Release Notes For Version V0_9_23</h1> |
154 |
+ |
<hr> |
155 |
+ |
<ol> |
156 |
+ |
<li> Sun CC 4.2 - shared object building bugfix - pick up the right directory |
157 |
+ |
<li> Add HP specifics to some configuration files |
158 |
+ |
<li> HP fortran support |
159 |
+ |
</ol> |
160 |
+ |
<p> |
161 |
+ |
<h2>Files changed</h2> |
162 |
+ |
<pre> |
163 |
+ |
File SCRAM/src/BootStrapProject.pm changed from revision 1.10.2.1 to 1.10.2.3 |
164 |
+ |
File SCRAM/src/compilers.mk changed from revision 1.14.2.9 to 1.14.2.11 |
165 |
+ |
File SCRAM/toolbox/ObjectSpace_threaded_2.1 changed from revision 1.1.2.8 to 1.1.2.9 |
166 |
+ |
</pre> |
167 |
+ |
<p> |
168 |
+ |
<hr> |
169 |
+ |
<h1>Release Notes For Version V0_9_22</h1> |
170 |
+ |
<hr> |
171 |
+ |
<ol> |
172 |
+ |
<li> Added \<libtype type=> tag to overide the default library type to build |
173 |
+ |
</ol> |
174 |
+ |
<p> |
175 |
+ |
<hr> |
176 |
+ |
<h1>Release Notes For Version V0_9_21</h1> |
177 |
+ |
<hr> |
178 |
+ |
<ol> |
179 |
+ |
<li> Added new versions of cmsim/cernlib to toolbox |
180 |
+ |
<li> Fix shared library object problem on Sun - remove _pic from symbol table |
181 |
+ |
</ol> |
182 |
+ |
<p> |
183 |
+ |
<hr> |
184 |
+ |
<p> |
185 |
+ |
<h1>Release Notes For Version V0_9_20</h1> |
186 |
+ |
<hr> |
187 |
+ |
<ol> |
188 |
+ |
<li> Make bin target build optimised binaries rather than debug (bugfix) |
189 |
+ |
<li> Change priority of Libraries. Now any suitable library from the LOCAL area |
190 |
+ |
will be used in preference to an exact match in the Release area. e.g. if |
191 |
+ |
a debug library is asked for, yet their is an optomised library available |
192 |
+ |
locally, the local optimised library will be used in preference to the |
193 |
+ |
debug one available in the release - i.e it assumes the release library |
194 |
+ |
is out of date. |
195 |
+ |
<li> Export Class Variable to aid debugging |
196 |
+ |
</ol> |
197 |
+ |
<p> |
198 |
+ |
<h2>Files changed</h2> |
199 |
+ |
<pre> |
200 |
+ |
File SCRAM/src/BuildFile.pm changed from revision 1.21.2.4 to 1.21.2.5 |
201 |
+ |
File SCRAM/src/BuildSetup.pm changed from revision 1.5.2.2 to 1.5.2.3 |
202 |
+ |
File SCRAM/src/LibTypeExpand changed from revision 1.4.2.1 to 1.4.2.2 |
203 |
+ |
</pre> |
204 |
+ |
<p> |
205 |
+ |
<hr> |
206 |
+ |
<h1>Release Notes For Version V0_9_19</h1> |
207 |
+ |
<hr> |
208 |
+ |
<ol> |
209 |
+ |
<li> Change in toolbox files only - no src changes |
210 |
+ |
</ol> |
211 |
+ |
<p> |
212 |
+ |
<h2>Files changed</h2> |
213 |
+ |
<pre> |
214 |
+ |
File SCRAM/doc/html/install.html changed from revision 1.15.2.15 to 1.15.2.16 |
215 |
+ |
File SCRAM/toolbox/IGUANA changed from revision 1.1.2.4 to 1.1.2.5 |
216 |
+ |
File SCRAM/toolbox/tcltk is new; current revision 1.1.2.1 |
217 |
+ |
</pre> |
218 |
+ |
<p> |
219 |
+ |
<hr> |
220 |
+ |
<h1>Release Notes For Version V0_9_18</h1> |
221 |
+ |
<hr> |
222 |
+ |
<ol> |
223 |
+ |
<li> Only add to LD_LIBRARY_PATH if already defined |
224 |
+ |
<li> add TAGS and tags targets |
225 |
+ |
<li> MultiThreaded Switch |
226 |
+ |
</ol> |
227 |
+ |
<p> |
228 |
+ |
<hr> |
229 |
+ |
<li>Building of debug shared libraries fixed |
230 |
+ |
<hr> |
231 |
+ |
<h1>Release Notes For Version V0_9_17</h1> |
232 |
+ |
<hr> |
233 |
+ |
<ol> |
234 |
+ |
<li>Building of debug shared libraries fixed |
235 |
+ |
</ol> |
236 |
+ |
<p> |
237 |
|
<hr> |
238 |
|
<h1>Release Notes For Version V0_9_16</h1> |
239 |
|
<hr> |
350 |
|
>Chris Williams</a> |
351 |
|
</td> |
352 |
|
<td align=center> |
353 |
< |
Last Updated Tue Jun 15 16:02:59 1999 |
353 |
> |
Last Updated Tue Sep 14 16:45:15 1999 |
354 |
|
</td> |
355 |
|
<td align=right><a href=/cgi-cmc/pagestat>Show Stats</a> |
356 |
|
</td> |