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.5 by williamc, Tue Jun 15 14:39:53 1999 UTC vs.
Revision 1.1.2.29 by williamc, Mon Sep 27 12:33:06 1999 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines