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.25 by williamc, Fri Sep 24 11:44:46 1999 UTC vs.
Revision 1.1.2.53 by williamc, Wed Jan 5 08:20:45 2000 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines