ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/SCRAM/doc/html/diffs.html
Revision: 1.1.2.10
Committed: Thu Aug 19 09:24:52 1999 UTC (25 years, 9 months ago) by williamc
Content type: text/html
Branch: V0_9branch
CVS Tags: V0_9_20
Changes since 1.1.2.9: +22 -1 lines
Log Message:
Add V0_9_20 diffs

File Contents

# User Rev Content
1 williamc 1.1.2.1 <! Style Sheet Header>
2     <html>
3     <head>
4     <title>release notes</title>
5     <body>
6     <! End Style Sheet Header -----------Insert Text Here --------------------->
7 williamc 1.1.2.7 <p>
8     <hr>
9 williamc 1.1.2.10 <h1>Release Notes For Version V0_9_20</h1>
10     <hr>
11     <ol>
12     <li> Make bin target build optimised binaries rather than debug (bugfix)
13     <li> Change priority of Libraries. Now any suitable library from the LOCAL area
14     will be used in preference to an exact match in the Release area. e.g. if
15     a debug library is asked for, yet their is an optomised library available
16     locally, the local optimised library will be used in preference to the
17     debug one available in the release - i.e it assumes the release library
18     is out of date.
19     <li> Export Class Variable to aid debugging
20     </ol>
21     <p>
22     <h2>Files changed</h2>
23     <pre>
24     File SCRAM/src/BuildFile.pm changed from revision 1.21.2.4 to 1.21.2.5
25     File SCRAM/src/BuildSetup.pm changed from revision 1.5.2.2 to 1.5.2.3
26     File SCRAM/src/LibTypeExpand changed from revision 1.4.2.1 to 1.4.2.2
27     </pre>
28     <p>
29     <hr>
30 williamc 1.1.2.9 <h1>Release Notes For Version V0_9_19</h1>
31     <hr>
32     <ol>
33     <li> Change in toolbox files only - no src changes
34     </ol>
35     <p>
36     <h2>Files changed</h2>
37     <pre>
38     File SCRAM/doc/html/install.html changed from revision 1.15.2.15 to 1.15.2.16
39     File SCRAM/toolbox/IGUANA changed from revision 1.1.2.4 to 1.1.2.5
40     File SCRAM/toolbox/tcltk is new; current revision 1.1.2.1
41     </pre>
42     <p>
43     <hr>
44 williamc 1.1.2.8 <h1>Release Notes For Version V0_9_18</h1>
45     <hr>
46     <ol>
47     <li> Only add to LD_LIBRARY_PATH if already defined
48     <li> add TAGS and tags targets
49     <li> MultiThreaded Switch
50     </ol>
51     <p>
52     <hr>
53     <li>Building of debug shared libraries fixed
54     <hr>
55 williamc 1.1.2.7 <h1>Release Notes For Version V0_9_17</h1>
56     <hr>
57     <ol>
58     <li>Building of debug shared libraries fixed
59     </ol>
60     <p>
61 williamc 1.1.2.3 <hr>
62 williamc 1.1.2.6 <h1>Release Notes For Version V0_9_16</h1>
63     <hr>
64     <ol>
65     <li>New SCRAM buildtime variables SCRAM_AVAILDIRS SCRAM_AVAILFILES to indicate
66     files and directories in the current directory. Aimed to remove system dependenies on ls.
67     </ol>
68     <p>
69     <hr>
70 williamc 1.1.2.5 <h1>Release Notes For Version V0_9_15</h1>
71     <hr>
72     <ol>
73     <li>Documentation (html) improved and updated
74     <li>Addition of QT description file
75     <li>Addition of generic targets for insure libraries
76     <li>Fix for clean on Linux
77     <li>Addition of MultiThreaded make variable for switching on compiler
78     functionality
79     </ol>
80     <p>
81     <h2>Files changed</h2>
82     <pre>
83     File SCRAM/doc/fig/scram.fig is new; current revision 1.1.2.2
84     File SCRAM/doc/html/TODO.html is new; current revision 1.1.2.2
85     File SCRAM/doc/html/build.html is new; current revision 1.1.2.1
86     File SCRAM/doc/html/index.html changed from revision 1.3.2.4 to 1.3.2.6
87     File SCRAM/doc/html/localuse.html changed from revision 1.2 to 1.2.2.1
88     File SCRAM/doc/html/perlhelp.html is new; current revision 1.1.2.1
89     File SCRAM/doc/html/scramintro.html changed from revision 1.1 to 1.1.2.2
90     File SCRAM/doc/images/scram.jpg is new; current revision 1.1.2.2
91     File SCRAM/src/basics.mk changed from revision 1.17.2.3 to 1.17.2.4
92     File SCRAM/src/compilers.mk changed from revision 1.14.2.7 to 1.14.2.8
93     File SCRAM/src/toolrules.mk changed from revision 1.19.2.3 to 1.19.2.4
94     File SCRAM/toolbox/QT is new; current revision 1.1.2.1
95     </pre>
96     <p>
97     <hr>
98 williamc 1.1.2.4 <h1>Release Notes For Version V0_9_14</h1>
99     <hr>
100     <ol>
101     <li>Add project environment variable setting through scram runtime.
102     <li>Change all perl scripts to perl5 - for those who dont have perl 4 installed
103     it saves them the bother of defining a new link.
104     <li>Add extra libraries for Linux__2 X11 (Xi, Xext)
105     <li>IGUANA description file Updated
106     </ol>
107     <p>
108     <hr>
109 williamc 1.1.2.2 <h1>Release Notes For Version V0_9_13</h1>
110 williamc 1.1.2.3 <hr>
111 williamc 1.1.2.2 <ol>
112     <li>More Mccabe Extensions to deal with instrumented code
113     <li>Update runtime help instructions for sh - now you need eval on sh too!
114     <li>Fix of setup bug for some description files - now will always convert to
115     lower case to ensure case independence for external dependencies.
116     </ol>
117     <p>
118 williamc 1.1.2.3 <h2>Files changed</h2>
119 williamc 1.1.2.2 <pre>
120     File SCRAM/src/BuildFile.pm changed from revision 1.21.2.3 to 1.21.2.4
121     File SCRAM/src/clientfile.pm changed from revision 1.11.2.4 to 1.11.2.5
122     File SCRAM/src/compilers.mk changed from revision 1.14.2.5 to 1.14.2.7
123     File SCRAM/src/mccabe.mk changed from revision 1.1.2.1 to 1.1.2.4
124     File SCRAM/src/scram changed from revision 1.23.2.21 to 1.23.2.22
125     </pre>
126     <p>
127     <hr>
128 williamc 1.1.2.1 <h1>Release Notes For Version V0_9_12</h1>
129     <hr>
130     <ol>
131     <li> Additon of Mccabe QA tool support. <br>
132     If MCCABE_EXTENSIONS is set in the project then it is automatically loaded in
133     <li> update of runtime -sh to give set, export as supported by older shells.
134     <li> proper versioning in OpenGL and OpenInventor description files - no more dev
135     </ol>
136 williamc 1.1.2.2 <p>
137     <h2>Files changed</h2>
138     <pre>
139     File SCRAM/doc/html/diffs.html is new; current revision 1.1.2.1
140     File SCRAM/doc/html/install.html changed from revision 1.15.2.8 to 1.15.2.9
141     File SCRAM/src/GetFilePath is new; current revision 1.1.2.1
142     File SCRAM/src/compilers.mk changed from revision 1.14.2.4 to 1.14.2.5
143     File SCRAM/src/mccabe.mk is new; current revision 1.1.2.1
144     File SCRAM/src/scram changed from revision 1.23.2.19 to 1.23.2.21
145     File SCRAM/toolbox/IGUANA is new; current revision 1.1.2.1
146     File SCRAM/toolbox/OpenGL changed from revision 1.1.2.2 to 1.1.2.3
147     File SCRAM/toolbox/OpenInventor changed from revision 1.1.2.4 to 1.1.2.5
148     </pre>
149 williamc 1.1.2.3 <p>
150     <hr>
151     <h1>Release Notes For Version V0_9_11</h1>
152     <hr>
153     <ol>
154     <li> Removal of all afs defaults during site setup so other afs sites can
155     use their own local copies
156 williamc 1.1.2.4 <li> Add additional funtionality to the scram install command to aid in
157 williamc 1.1.2.3 building remote sites.
158     </ol>
159     <p>
160     <hr>
161     <h1>Release Notes For Version V0_9_10</h1>
162     <hr>
163     <ol>
164     <li>Addition of .c and .cxx types
165     <li> Shortening of setenv lines - maybe help those people with long
166     LD_LIBRARY_PATH variables
167     <li> BootStrap BugFix - ' were causing problems
168     </ol>
169 williamc 1.1.2.1 <! Style Sheet Footer ---------------Do not change anything after this line-->
170     <hr>
171     <table border=1 width=100%>
172     <td align=left>
173     <a href=mailto:Christopher.Williams@cern.ch
174     >Chris Williams</a>
175     </td>
176     <td align=center>
177 williamc 1.1.2.10 Last Updated Thu Aug 19 11:15:26 1999
178 williamc 1.1.2.1 </td>
179     <td align=right><a href=/cgi-cmc/pagestat>Show Stats</a>
180     </td>
181     </table>
182     </body> </html>
183     <! End Style Sheet Footer>