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.9 by williamc, Fri Jul 16 17:53:01 1999 UTC vs.
Revision 1.1.2.21 by williamc, Wed Sep 15 06:50:39 1999 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines