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.49 by williamc, Wed Nov 24 09:39:47 1999 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines