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.20 by williamc, Tue Sep 14 08:22:19 1999 UTC vs.
Revision 1.1.2.50 by williamc, Wed Dec 1 15:52:41 1999 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines