1 |
williamc |
1.2 |
<! Style Sheet Header>
|
2 |
sashby |
1.10 |
<HTML>
|
3 |
|
|
<HEAD>
|
4 |
|
|
<TITLE>release notes</TITLE>
|
5 |
sashby |
1.14 |
<BODY bgcolor="beige">
|
6 |
williamc |
1.2 |
<! End Style Sheet Header -----------Insert Text Here --------------------->
|
7 |
sashby |
1.12 |
|
8 |
sashby |
1.14 |
<P>
|
9 |
sashby |
1.16 |
<H1>Release Notes For Version V0_19_6p1</H1>
|
10 |
|
|
<HR>
|
11 |
|
|
<OL>
|
12 |
|
|
<LI> A TEST PRERELEASE ONLY. NOT FOR OFFICIAL USE.
|
13 |
|
|
</OL>
|
14 |
|
|
<P>
|
15 |
|
|
|
16 |
|
|
<P>
|
17 |
|
|
<H1>Release Notes For Version V0_19_5</H1>
|
18 |
|
|
<HR>
|
19 |
|
|
<OL>
|
20 |
|
|
<LI> Bugfix release only. Removed filtering of INCLUDE paths. Otherwise, exactly
|
21 |
|
|
the same as previous release.
|
22 |
|
|
</OL>
|
23 |
|
|
<P>
|
24 |
|
|
|
25 |
|
|
<P>
|
26 |
sashby |
1.14 |
<H1>Release Notes For Version V0_19_4</H1>
|
27 |
|
|
<HR>
|
28 |
|
|
<OL>
|
29 |
sashby |
1.15 |
<LI> New feature: scram tool remove will remove all internal knowledge of a tool.
|
30 |
|
|
<LI> Project and setup commands now have additional flags to select the cmstools file location.
|
31 |
sashby |
1.14 |
<LI> Library name duplication is now eliminated, solving shared library loader problems under Linux.
|
32 |
|
|
<LI> Duplication of library and include path directories minimised.
|
33 |
sashby |
1.15 |
<LI> Partial support for building of loadable modules (plug-in shared libraries).
|
34 |
|
|
This is currently under test, and requires changes to the project areas.
|
35 |
|
|
<LI> Improved documentation pages. A future release will have a scram quick reference help card and
|
36 |
|
|
a TeX manual.
|
37 |
sashby |
1.14 |
</OL>
|
38 |
|
|
<P>
|
39 |
|
|
|
40 |
sashby |
1.12 |
<P>
|
41 |
sashby |
1.13 |
<H1>Release Notes For Version V0_19_3</H1>
|
42 |
|
|
<HR>
|
43 |
|
|
<OL>
|
44 |
|
|
<LI> New feature: scram tool tag is a new command that outputs a list of defined
|
45 |
|
|
variables for a tool, usually paths of library names.
|
46 |
|
|
By giving the tag name as an argument, the value will be
|
47 |
|
|
returned without a preceding equal sign/tag name. This eliminates the need for
|
48 |
|
|
parsing with shell utils like AWK/SED.
|
49 |
|
|
<LI> Fix to bypass checks of other installed projects during scram setup. Eliminates prompting.
|
50 |
|
|
<LI> Fixes to ease integration into different sites (FNAL). Shell variables used to specify a
|
51 |
|
|
different site name for auto setup. Defaults set in the scram wrapper script can be
|
52 |
|
|
overridden by the user.
|
53 |
|
|
<LI> Fixes to ensure correct return statuses from scram commands.
|
54 |
|
|
<LI> Errors are now printed to STDERR: one subroutine handles all error reports.
|
55 |
|
|
<LI> Simple debugging added to the MAIN scram code which can be switched on using shell variables.
|
56 |
|
|
Verbose mode switches debug on by default.
|
57 |
|
|
</OL>
|
58 |
|
|
<P>
|
59 |
|
|
|
60 |
|
|
<P>
|
61 |
sashby |
1.12 |
<H1>Release Notes For Version V0_19_2</H1>
|
62 |
|
|
<HR>
|
63 |
|
|
<OL>
|
64 |
|
|
<LI> Fixes to "scram setroot" and "scram runtime" so that scram
|
65 |
|
|
commands work correctly outside of project areas.
|
66 |
|
|
<LI> Modifications to wrapper script.
|
67 |
|
|
</OL>
|
68 |
|
|
<P>
|
69 |
|
|
|
70 |
sashby |
1.10 |
<P>
|
71 |
sashby |
1.11 |
<H1>Release Notes For Version V0_19_1</H1>
|
72 |
|
|
<HR>
|
73 |
|
|
<OL>
|
74 |
|
|
<LI> Wrapper script modified to use <em>/usr/bin/env perl</em>
|
75 |
|
|
<LI> Bold text in scram output is printed normally when piped to
|
76 |
|
|
another command (eg., more)
|
77 |
|
|
<LI> Both <select> and <deselect> RequirementsDoc flags are parsed correctly
|
78 |
|
|
<LI> Fix to the spawning of scram within makefile created by scram b. No need
|
79 |
|
|
to make a link from scramcli to scram in the scram src directory
|
80 |
|
|
<LI> The project database file is checked thoroughly when scram list is
|
81 |
|
|
invoked. This eliminates problems arising from offline AFS project volumes
|
82 |
|
|
<LI> Warnings are printed when an area is deleted but not removed from the project database
|
83 |
|
|
<LI> New feature: scram setup is fully automated. Options for interactive setup by the user
|
84 |
|
|
are still available
|
85 |
|
|
<LI> New feature: scram runtime exports scram variables RELEASETOP and LOCALTOP
|
86 |
|
|
<LI> New feature: scram setroot is a new command allowing the setting of a SCRAM-aware
|
87 |
|
|
variable which points to a particular project area. This permits the setting of the
|
88 |
|
|
runtime environment outside of the project area and usage of other scram commands
|
89 |
|
|
</OL>
|
90 |
|
|
<P>
|
91 |
|
|
|
92 |
|
|
<P>
|
93 |
sashby |
1.10 |
<H1>Release Notes For Version V0_19_0</H1>
|
94 |
|
|
<HR>
|
95 |
|
|
<OL>
|
96 |
|
|
<LI> Minor bug-fixes
|
97 |
|
|
<li> New feature: checking for pre-requisites (tcsh, gmake)
|
98 |
|
|
<LI> New feature: BuildSystem now supports C compilation
|
99 |
|
|
<LI> New feature: projects can be removed from the scram database automatically
|
100 |
|
|
<LI> New feature: scram list only lists projects installed on the current OS
|
101 |
|
|
<LI> Documentation updated
|
102 |
|
|
</OL>
|
103 |
|
|
<P>
|
104 |
|
|
|
105 |
|
|
|
106 |
williamc |
1.2 |
<p>
|
107 |
williamc |
1.8 |
<h1>Release Notes For Version V0_18_2</h1>
|
108 |
|
|
<hr>
|
109 |
|
|
<ol>
|
110 |
|
|
<li> New functionality - file: url type will now copy entire directories too
|
111 |
sashby |
1.10 |
<li> Rename of the command line wrapper from scram to scramcli to avoid
|
112 |
williamc |
1.9 |
name clashes of NT like systems
|
113 |
williamc |
1.8 |
</ol>
|
114 |
|
|
<p>
|
115 |
|
|
<p>
|
116 |
williamc |
1.6 |
<h1>Release Notes For Version V0_18_1</h1>
|
117 |
|
|
<hr>
|
118 |
|
|
<ol>
|
119 |
|
|
<li> Some minor changes as a step to OO'ifying the BuildSystem
|
120 |
|
|
</ol>
|
121 |
|
|
<p>
|
122 |
sashby |
1.14 |
|
123 |
williamc |
1.4 |
<h1>Release Notes For Version V0_16_0</h1>
|
124 |
|
|
<hr>
|
125 |
|
|
<ol>
|
126 |
|
|
<li> Add <ProductStore> tags for defining lib and bin dirs. These directories
|
127 |
|
|
no longer provided by default
|
128 |
|
|
</ol>
|
129 |
sashby |
1.14 |
|
130 |
williamc |
1.2 |
<h1>Release Notes For Version V0_12_12</h1>
|
131 |
|
|
<hr>
|
132 |
|
|
<ol>
|
133 |
|
|
<li> BugFix : Take Requirements Doc from local area rather than RELEASETOP
|
134 |
|
|
<li> BugFix : Tool setup now only takes Environmnet variables from other
|
135 |
|
|
similar tools rather than copying everything
|
136 |
|
|
</ol>
|
137 |
|
|
<p>
|
138 |
sashby |
1.14 |
|
139 |
|
|
|
140 |
williamc |
1.2 |
<! Style Sheet Footer ---------------Do not change anything after this line-->
|
141 |
|
|
<hr>
|
142 |
|
|
<table border=1 width=100%>
|
143 |
|
|
<td align=left>
|
144 |
sashby |
1.10 |
<a href=mailto:Shaun.Ashby@cern.ch
|
145 |
|
|
>Shaun Ashby</a>
|
146 |
williamc |
1.2 |
</td>
|
147 |
|
|
<td align=center>
|
148 |
sashby |
1.10 |
<SCRIPT LANGUAGE="JAVASCRIPT">
|
149 |
|
|
document.write("Last Updated "+ document.lastModified );
|
150 |
|
|
</SCRIPT>
|
151 |
williamc |
1.2 |
</td>
|
152 |
|
|
<td align=right><a href=/cgi-cmc/pagestat>Show Stats</a>
|
153 |
|
|
</td>
|
154 |
|
|
</table>
|
155 |
|
|
</body> </html>
|
156 |
|
|
<! End Style Sheet Footer>
|