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.26 by williamc, Fri Sep 24 13:48:44 1999 UTC vs.
Revision 1.1.2.43 by williamc, Wed Oct 20 09:09:24 1999 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines