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.45 by williamc, Wed Oct 20 13:01:26 1999 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines