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.6 by williamc, Fri Jun 25 08:48:54 1999 UTC vs.
Revision 1.1.2.20 by williamc, Tue Sep 14 08:22:19 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 + <p>
10 + <h1>Release Notes For Version V0_9_30</h1>
11 + <hr>
12 + <ol>
13 + <li>Runtime bugFix for PATH variables
14 + </ol>
15 + <p>
16 + <hr>
17 + <p>
18 + <h1>Release Notes For Version V0_9_29</h1>
19 + <hr>
20 + <ol>
21 + <li>Change libType names debugshared debugarchive to debug_shared debug_archive
22 + for consistency with other commands
23 + <li>Bugfix on debug_shared
24 + <li>&lt;External> tag now can be put in &lt;export> interface
25 + </ol>
26 + <p>
27 + <hr>
28 + <p>
29 + <h1>Release Notes For Version V0_9_28</h1>
30 + <hr>
31 + <ol>
32 + <li> &lt;LibType> bug fixes
33 + <li> histo decription updates - HISTO_DIR added into runtime
34 + <li> Runtime bugfix - you can now do it consectiveley with no problems
35 + <li> Runtime removed duplicates from path variables
36 + <li> Runtime - multiple definitions of regular runtime variables simply replace
37 + rather than add with spaces.
38 + </ol>
39 + <p>
40 + <hr>
41 + <p>
42 + <h1>Release Notes For Version V0_9_27</h1>
43 + <hr>
44 + <ol>
45 + <li> Protect LibType from creating targets in lower, non library , build areas
46 + <li> LibType tag can now be excluded with <ignore>
47 + <li> Dependencies on cern 99 added for histo description file
48 + <li> Runtime LD_LIBRARY_PATH for Qt
49 + </ol>
50 + <p>
51 + <hr>
52 + <p>
53 + <h1>Release Notes For Version V0_9_26</h1>
54 + <hr>
55 + <ol>
56 + <li>Keep intermediary executable around for debug version as the incremental
57 + linker on sun uses it.
58 + <li>Add histo descriptions file histoC and histoCHB
59 + </ol>
60 + <p>
61 + <hr>
62 + <p>
63 + <h1>Release Notes For Version V0_9_25</h1>
64 + <hr>
65 + <ol>
66 + <li>Bugfix to interface - Default target no longer overrides any assignments
67 + passed on the command line
68 + <li>Add url references for Qt and IGUANA descriptions
69 + </ol>
70 + <p>
71 + <hr>
72 + <p>
73 + <h1>Release Notes For Version V0_9_24</h1>
74 + <hr>
75 + <ol>
76 + <li>Bugfix to interface - Default target is still called if you use an
77 + assignment with the build command (e.g warn=none)
78 + <li>Fix for ObjectSpace_threaded Configuration file
79 + </ol>
80 + <p>
81 + <hr>
82 + <p>
83 + <h1>Release Notes For Version V0_9_23</h1>
84 + <hr>
85 + <ol>
86 + <li> Sun CC 4.2 - shared object building bugfix - pick up the right directory
87 + <li> Add HP specifics to some configuration files
88 + <li> HP fortran support
89 + </ol>
90 + <p>
91 + <h2>Files changed</h2>
92 + <pre>
93 + File SCRAM/src/BootStrapProject.pm changed from revision 1.10.2.1 to 1.10.2.3
94 + File SCRAM/src/compilers.mk changed from revision 1.14.2.9 to 1.14.2.11
95 + File SCRAM/toolbox/ObjectSpace_threaded_2.1 changed from revision 1.1.2.8 to 1.1.2.9
96 + </pre>
97 + <p>
98 + <hr>
99 + <h1>Release Notes For Version V0_9_22</h1>
100 + <hr>
101 + <ol>
102 + <li> Added \&lt;libtype type=> tag to overide the default library type to build
103 + </ol>
104 + <p>
105 + <hr>
106 + <h1>Release Notes For Version V0_9_21</h1>
107 + <hr>
108 + <ol>
109 + <li> Added new versions of cmsim/cernlib to toolbox
110 + <li> Fix shared library object problem on Sun - remove _pic from symbol table
111 + </ol>
112 + <p>
113 + <hr>
114 + <p>
115 + <h1>Release Notes For Version V0_9_20</h1>
116 + <hr>
117 + <ol>
118 + <li> Make bin target build optimised binaries rather than debug (bugfix)
119 + <li> Change priority of Libraries. Now any suitable library from the LOCAL area
120 +     will be used in preference to an exact match in the Release area. e.g. if
121 +     a debug library is asked for, yet their is an optomised library available
122 +        locally, the local optimised library will be used in preference to the
123 +        debug one available in the release - i.e it assumes the release library
124 +        is out of date.
125 + <li> Export Class Variable to aid debugging
126 + </ol>
127 + <p>
128 + <h2>Files changed</h2>
129 + <pre>
130 + File SCRAM/src/BuildFile.pm changed from revision 1.21.2.4 to 1.21.2.5
131 + File SCRAM/src/BuildSetup.pm changed from revision 1.5.2.2 to 1.5.2.3
132 + File SCRAM/src/LibTypeExpand changed from revision 1.4.2.1 to 1.4.2.2
133 + </pre>
134 + <p>
135 + <hr>
136 + <h1>Release Notes For Version V0_9_19</h1>
137 + <hr>
138 + <ol>
139 + <li> Change in toolbox files only - no src changes
140 + </ol>
141 + <p>
142 + <h2>Files changed</h2>
143 + <pre>
144 + File SCRAM/doc/html/install.html changed from revision 1.15.2.15 to 1.15.2.16
145 + File SCRAM/toolbox/IGUANA changed from revision 1.1.2.4 to 1.1.2.5
146 + File SCRAM/toolbox/tcltk is new; current revision 1.1.2.1
147 + </pre>
148 + <p>
149 + <hr>
150 + <h1>Release Notes For Version V0_9_18</h1>
151 + <hr>
152 + <ol>
153 + <li> Only add to LD_LIBRARY_PATH if already defined
154 + <li> add TAGS and tags targets
155 + <li> MultiThreaded Switch
156 + </ol>
157 + <p>
158 + <hr>
159 + <li>Building of debug shared libraries fixed
160 + <hr>
161 + <h1>Release Notes For Version V0_9_17</h1>
162 + <hr>
163 + <ol>
164 + <li>Building of debug shared libraries fixed
165 + </ol>
166 + <p>
167   <hr>
168   <h1>Release Notes For Version V0_9_16</h1>
169   <hr>
# Line 120 | Line 280 | File SCRAM/toolbox/OpenInventor changed
280   >Chris Williams</a>
281   </td>
282   <td align=center>
283 < Last Updated Tue Jun 15 16:02:59 1999
283 > Last Updated Mon Sep 13 17:02:38 1999
284   </td>
285   <td align=right><a href=/cgi-cmc/pagestat>Show Stats</a>
286   </td>

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines