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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines