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.41 by williamc, Tue Oct 19 09:53:04 1999 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines