ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/SCRAM/doc/html/diffs.html
(Generate patch)

Comparing COMP/SCRAM/doc/html/diffs.html (file contents):
Revision 1.1.2.1 by williamc, Tue Jun 1 11:44:15 1999 UTC vs.
Revision 1.1.2.11 by williamc, Fri Aug 27 10:58:47 1999 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines