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.14 by williamc, Fri Sep 3 15:26:45 1999 UTC vs.
Revision 1.1.2.31 by williamc, Tue Oct 5 13:56:30 1999 UTC

# Line 7 | Line 7
7   <p>
8   <hr>
9   <p>
10 + <h1>Release Notes For Version V0_9_38</h1>
11 + <hr>
12 + <ol>
13 + <li> BugFix - no more errors during the first scram build command. The client
14 + configuration is now built beforehand in a completeley seperate process as the
15 + gmake include mechanism is not flexible enough to cope with multiple - dependent included makefiles.
16 + <li> Insure - picks up only local debug rather than all debug libs.
17 + <li> Insure documentation.
18 + <li> fortran objects now position independent in g77 (fortran on linux)
19 + <li> gcc2.95 compiler specifics added
20 + </ol>
21 + <h2>Files Changed</h2>
22 + <pre>
23 + File SCRAM/doc/html/diffs.html changed from revision 1.1.2.30 to 1.1.2.29
24 + File SCRAM/doc/html/index.html changed from revision 1.3.2.7 to 1.3.2.6
25 + File SCRAM/doc/html/install.html changed from revision 1.15.2.35 to 1.15.2.34
26 + File SCRAM/doc/html/insure.html is removed; not included in release tag V0_9_37
27 + File SCRAM/doc/html/tools.html is removed; not included in release tag V0_9_37
28 + File SCRAM/src/BuildSetup.pm changed from revision 1.5.2.6 to 1.5.2.5
29 + File SCRAM/src/basics.mk changed from revision 1.17.2.9 to 1.17.2.8
30 + File SCRAM/src/clientmakefile.mk is removed; not included in release tag V0_9_37
31 + File SCRAM/src/compilers.mk changed from revision 1.14.2.21 to 1.14.2.19
32 + File SCRAM/src/toolrules.mk changed from revision 1.19.2.17 to 1.19.2.16
33 + </pre>
34 + <p>
35 + <hr>
36 + <p>
37 + <h1>Release Notes For Version V0_9_37</h1>
38 + <hr>
39 + <ol>
40 + <li> Motif configuration on Linux - now will always ask where - no defaults
41 + <li> X11 Configuration on Sun -- add Sun system libs lw, lgen and linst.
42 + <li> PRIORITY_LIBDIR and PRIORITY_INCLUDE activated to allow some control
43 +     for messy systems. Replace directly the LIBDIR/INCLUDE equivalent to
44 +     force it to be searched ahead of the usual dependency structure.
45 + </ol>
46 + <p>
47 + <hr>
48 + <p>
49 + <h1>Release Notes For Version V0_9_36</h1>
50 + <hr>
51 + <ol>
52 + <li> BugFix  : Archive Optimised libs now use templates properly with CC Sun4.2
53 + <li> OpenGL - more libraries on Linux
54 + </ol>
55 + <p>
56 + <hr>
57 + <p>
58 + <h1>Release Notes For Version V0_9_35</h1>
59 + <hr>
60 + <ol>
61 + <li> BugFix  : Shared Debug dependencies now work
62 + </ol>
63 + <p>
64 + <hr>
65 + <p>
66 + <h1>Release Notes For Version V0_9_34</h1>
67 + <hr>
68 + <ol>
69 + <li> BugFix for Sun 4.2 when used with bin_debug_local. Now picks up the
70 +    correct templateDB.
71 + <li> Insure++ -> now picks up debug libraries if the insure does not exist
72 + </ol>
73 + <p>
74 + <hr>
75 + <p>
76 + <h1>Release Notes For Version V0_9_33</h1>
77 + <hr>
78 + <ol>
79 + <li> Shared_Insure Libraries made functional
80 + </ol>
81 + <p>
82 + <hr>
83 + <p>
84 + <h1>Release Notes For Version V0_9_32</h1>
85 + <hr>
86 + <ol>
87 + <li> libmsg target added to allow messages to be printed to the screen
88 +     during a library build. Text from the LibType tag is echoed from this
89 +     target.
90 + <li> Added new target bin_debug_local . Will take only local debug libraries
91 +     ignoring debug libraries in the release area.
92 + </ol>
93 + <p>
94 + <hr>
95 + <p>
96 + <h1>Release Notes For Version V0_9_31</h1>
97 + <hr>
98 + <ol>
99 + <li> CXXUSERFLAGS variable inserted into CXXFLAGS - command line additions
100 + <li> SharedDebug made a bit more robust, seperated completeley from the Shared
101 + rule
102 + <li> LibType tags now need to be closed - the text in between will be echoed
103 + to the screen
104 + </ol>
105 + <p>
106 + <h2>Files changed</h2>
107 + <pre>
108 + File SCRAM/src/basics.mk changed from revision 1.17.2.5 to 1.17.2.7
109 + File SCRAM/src/compilers.mk changed from revision 1.14.2.11 to 1.14.2.13
110 + File SCRAM/src/toolrules.mk changed from revision 1.19.2.8 to 1.19.2.10
111 + File SCRAM/src/BuildFile changed
112 + File SCRAM/toolbox/IGUANA changed from revision 1.1.2.6 to 1.1.2.7
113 + File SCRAM/toolbox/OpenInventor changed from revision 1.1.2.5 to 1.1.2.6
114 + File SCRAM/toolbox/Qt changed from revision 1.1.2.3 to 1.1.2.4
115 + </pre>
116 + <p>
117 + <hr>
118 + <p>
119 + <h1>Release Notes For Version V0_9_30</h1>
120 + <hr>
121 + <ol>
122 + <li>Runtime bugFix for PATH variables
123 + </ol>
124 + <p>
125 + <hr>
126 + <p>
127 + <h1>Release Notes For Version V0_9_29</h1>
128 + <hr>
129 + <ol>
130 + <li>Change libType names debugshared debugarchive to debug_shared debug_archive
131 + for consistency with other commands
132 + <li>Bugfix on debug_shared
133 + <li>&lt;External> tag now can be put in &lt;export> interface
134 + <li> Runtime bugfix - you can now do it consectiveley with no problems
135 + <li> Runtime removed duplicates from path variables
136 + <li> Runtime - multiple definitions of regular runtime variables simply replace
137 + rather than add with spaces.
138 + </ol>
139 + <p>
140 + <hr>
141 + <p>
142 + <h1>Release Notes For Version V0_9_28</h1>
143 + <hr>
144 + <ol>
145 + <li> &lt;LibType> bug fixes
146 + <li> histo decription updates - HISTO_DIR added into runtime
147 + </ol>
148 + <p>
149 + <hr>
150 + <p>
151 + <h1>Release Notes For Version V0_9_27</h1>
152 + <hr>
153 + <ol>
154 + <li> Protect LibType from creating targets in lower, non library , build areas
155 + <li> LibType tag can now be excluded with <ignore>
156 + <li> Dependencies on cern 99 added for histo description file
157 + <li> Runtime LD_LIBRARY_PATH for Qt
158 + </ol>
159 + <p>
160 + <hr>
161 + <p>
162 + <h1>Release Notes For Version V0_9_26</h1>
163 + <hr>
164 + <ol>
165 + <li>Keep intermediary executable around for debug version as the incremental
166 + linker on sun uses it.
167 + <li>Add histo descriptions file histoC and histoCHB
168 + </ol>
169 + <p>
170 + <hr>
171 + <p>
172 + <h1>Release Notes For Version V0_9_25</h1>
173 + <hr>
174 + <ol>
175 + <li>Bugfix to interface - Default target no longer overrides any assignments
176 + passed on the command line
177 + <li>Add url references for Qt and IGUANA descriptions
178 + </ol>
179 + <p>
180 + <hr>
181 + <p>
182   <h1>Release Notes For Version V0_9_24</h1>
183   <hr>
184   <ol>
# Line 217 | Line 389 | File SCRAM/toolbox/OpenInventor changed
389   >Chris Williams</a>
390   </td>
391   <td align=center>
392 < Last Updated Thu Aug 19 11:15:26 1999
392 > Last Updated Tue Oct  5 15:37:26 1999
393   </td>
394   <td align=right><a href=/cgi-cmc/pagestat>Show Stats</a>
395   </td>

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines