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 |
< |
<li> Enhanced Binary Functionality. Now you can define different Build |
22 |
< |
environmentss for each binary target. |
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><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 :: |