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 <export> tags now work with <lib> |
16 |
+ |
<li> <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 <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><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> |
498 |
|
>Chris Williams</a> |
499 |
|
</td> |
500 |
|
<td align=center> |
501 |
< |
Last Updated Tue Oct 5 15:37:26 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> |