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.8 by williamc, Tue Jul 13 16:19:37 1999 UTC vs.
Revision 1.1.2.26 by williamc, Fri Sep 24 13:48:44 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_35</h1>
11 + <hr>
12 + <ol>
13 + <li> BugFix  : Shared Debug dependencies now work
14 + </ol>
15 + <p>
16 + <hr>
17 + <p>
18 + <h1>Release Notes For Version V0_9_34</h1>
19 + <hr>
20 + <ol>
21 + <li> BugFix for Sun 4.2 when used with bin_debug_local. Now picks up the
22 +    correct templateDB.
23 + <li> Insure++ -> now picks up debug libraries if the insure does not exist
24 + </ol>
25 + <p>
26 + <hr>
27 + <p>
28 + <h1>Release Notes For Version V0_9_33</h1>
29 + <hr>
30 + <ol>
31 + <li> Shared_Insure Libraries made functional
32 + </ol>
33 + <p>
34 + <hr>
35 + <p>
36 + <h1>Release Notes For Version V0_9_32</h1>
37 + <hr>
38 + <ol>
39 + <li> libmsg target added to allow messages to be printed to the screen
40 +     during a library build. Text from the LibType tag is echoed from this
41 +     target.
42 + <li> Added new target bin_debug_local . Will take only local debug libraries
43 +     ignoring debug libraries in the release area.
44 + </ol>
45 + <p>
46 + <hr>
47 + <p>
48 + <h1>Release Notes For Version V0_9_31</h1>
49 + <hr>
50 + <ol>
51 + <li> CXXUSERFLAGS variable inserted into CXXFLAGS - command line additions
52 + <li> SharedDebug made a bit more robust, seperated completeley from the Shared
53 + rule
54 + <li> LibType tags now need to be closed - the text in between will be echoed
55 + to the screen
56 + </ol>
57 + <p>
58 + <h2>Files changed</h2>
59 + <pre>
60 + File SCRAM/src/basics.mk changed from revision 1.17.2.5 to 1.17.2.7
61 + File SCRAM/src/compilers.mk changed from revision 1.14.2.11 to 1.14.2.13
62 + File SCRAM/src/toolrules.mk changed from revision 1.19.2.8 to 1.19.2.10
63 + File SCRAM/src/BuildFile changed
64 + File SCRAM/toolbox/IGUANA changed from revision 1.1.2.6 to 1.1.2.7
65 + File SCRAM/toolbox/OpenInventor changed from revision 1.1.2.5 to 1.1.2.6
66 + File SCRAM/toolbox/Qt changed from revision 1.1.2.3 to 1.1.2.4
67 + </pre>
68 + <p>
69 + <hr>
70 + <p>
71 + <h1>Release Notes For Version V0_9_30</h1>
72 + <hr>
73 + <ol>
74 + <li>Runtime bugFix for PATH variables
75 + </ol>
76 + <p>
77 + <hr>
78 + <p>
79 + <h1>Release Notes For Version V0_9_29</h1>
80 + <hr>
81 + <ol>
82 + <li>Change libType names debugshared debugarchive to debug_shared debug_archive
83 + for consistency with other commands
84 + <li>Bugfix on debug_shared
85 + <li>&lt;External> tag now can be put in &lt;export> interface
86 + <li> Runtime bugfix - you can now do it consectiveley with no problems
87 + <li> Runtime removed duplicates from path variables
88 + <li> Runtime - multiple definitions of regular runtime variables simply replace
89 + rather than add with spaces.
90 + </ol>
91 + <p>
92 + <hr>
93 + <p>
94 + <h1>Release Notes For Version V0_9_28</h1>
95 + <hr>
96 + <ol>
97 + <li> &lt;LibType> bug fixes
98 + <li> histo decription updates - HISTO_DIR added into runtime
99 + </ol>
100 + <p>
101 + <hr>
102 + <p>
103 + <h1>Release Notes For Version V0_9_27</h1>
104 + <hr>
105 + <ol>
106 + <li> Protect LibType from creating targets in lower, non library , build areas
107 + <li> LibType tag can now be excluded with <ignore>
108 + <li> Dependencies on cern 99 added for histo description file
109 + <li> Runtime LD_LIBRARY_PATH for Qt
110 + </ol>
111 + <p>
112 + <hr>
113 + <p>
114 + <h1>Release Notes For Version V0_9_26</h1>
115 + <hr>
116 + <ol>
117 + <li>Keep intermediary executable around for debug version as the incremental
118 + linker on sun uses it.
119 + <li>Add histo descriptions file histoC and histoCHB
120 + </ol>
121 + <p>
122 + <hr>
123 + <p>
124 + <h1>Release Notes For Version V0_9_25</h1>
125 + <hr>
126 + <ol>
127 + <li>Bugfix to interface - Default target no longer overrides any assignments
128 + passed on the command line
129 + <li>Add url references for Qt and IGUANA descriptions
130 + </ol>
131 + <p>
132 + <hr>
133 + <p>
134 + <h1>Release Notes For Version V0_9_24</h1>
135 + <hr>
136 + <ol>
137 + <li>Bugfix to interface - Default target is still called if you use an
138 + assignment with the build command (e.g warn=none)
139 + <li>Fix for ObjectSpace_threaded Configuration file
140 + </ol>
141 + <p>
142 + <hr>
143 + <p>
144 + <h1>Release Notes For Version V0_9_23</h1>
145 + <hr>
146 + <ol>
147 + <li> Sun CC 4.2 - shared object building bugfix - pick up the right directory
148 + <li> Add HP specifics to some configuration files
149 + <li> HP fortran support
150 + </ol>
151 + <p>
152 + <h2>Files changed</h2>
153 + <pre>
154 + File SCRAM/src/BootStrapProject.pm changed from revision 1.10.2.1 to 1.10.2.3
155 + File SCRAM/src/compilers.mk changed from revision 1.14.2.9 to 1.14.2.11
156 + File SCRAM/toolbox/ObjectSpace_threaded_2.1 changed from revision 1.1.2.8 to 1.1.2.9
157 + </pre>
158 + <p>
159 + <hr>
160 + <h1>Release Notes For Version V0_9_22</h1>
161 + <hr>
162 + <ol>
163 + <li> Added \&lt;libtype type=> tag to overide the default library type to build
164 + </ol>
165 + <p>
166 + <hr>
167 + <h1>Release Notes For Version V0_9_21</h1>
168 + <hr>
169 + <ol>
170 + <li> Added new versions of cmsim/cernlib to toolbox
171 + <li> Fix shared library object problem on Sun - remove _pic from symbol table
172 + </ol>
173 + <p>
174 + <hr>
175 + <p>
176 + <h1>Release Notes For Version V0_9_20</h1>
177 + <hr>
178 + <ol>
179 + <li> Make bin target build optimised binaries rather than debug (bugfix)
180 + <li> Change priority of Libraries. Now any suitable library from the LOCAL area
181 +     will be used in preference to an exact match in the Release area. e.g. if
182 +     a debug library is asked for, yet their is an optomised library available
183 +        locally, the local optimised library will be used in preference to the
184 +        debug one available in the release - i.e it assumes the release library
185 +        is out of date.
186 + <li> Export Class Variable to aid debugging
187 + </ol>
188 + <p>
189 + <h2>Files changed</h2>
190 + <pre>
191 + File SCRAM/src/BuildFile.pm changed from revision 1.21.2.4 to 1.21.2.5
192 + File SCRAM/src/BuildSetup.pm changed from revision 1.5.2.2 to 1.5.2.3
193 + File SCRAM/src/LibTypeExpand changed from revision 1.4.2.1 to 1.4.2.2
194 + </pre>
195 + <p>
196 + <hr>
197 + <h1>Release Notes For Version V0_9_19</h1>
198 + <hr>
199 + <ol>
200 + <li> Change in toolbox files only - no src changes
201 + </ol>
202 + <p>
203 + <h2>Files changed</h2>
204 + <pre>
205 + File SCRAM/doc/html/install.html changed from revision 1.15.2.15 to 1.15.2.16
206 + File SCRAM/toolbox/IGUANA changed from revision 1.1.2.4 to 1.1.2.5
207 + File SCRAM/toolbox/tcltk is new; current revision 1.1.2.1
208 + </pre>
209 + <p>
210 + <hr>
211   <h1>Release Notes For Version V0_9_18</h1>
212   <hr>
213   <ol>
# Line 139 | Line 341 | File SCRAM/toolbox/OpenInventor changed
341   >Chris Williams</a>
342   </td>
343   <td align=center>
344 < Last Updated Tue Jun 15 16:02:59 1999
344 > Last Updated Tue Sep 14 16:45:15 1999
345   </td>
346   <td align=right><a href=/cgi-cmc/pagestat>Show Stats</a>
347   </td>

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines