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.14 by williamc, Fri Sep 3 15:26:45 1999 UTC vs.
Revision 1.1.2.45 by williamc, Wed Oct 20 13:01:26 1999 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines