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.48 by williamc, Thu Nov 18 10:23:07 1999 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines