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.21 by williamc, Wed Sep 15 06:50:39 1999 UTC vs.
Revision 1.1.2.52 by williamc, Tue Dec 14 10:18:20 1999 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines