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.11 by williamc, Fri Aug 27 10:58:47 1999 UTC vs.
Revision 1.1.2.39 by williamc, Mon Oct 18 10:39:38 1999 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines