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><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> |
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> |