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