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.20 by williamc, Tue Sep 14 08:22:19 1999 UTC vs.
Revision 1.1.2.34 by williamc, Fri Oct 8 14:28:49 1999 UTC

# Line 7 | Line 7
7   <p>
8   <hr>
9   <p>
10 + <h1>Release Notes For Version V0_9_41</h1>
11 + <hr>
12 + <ol>
13 + <li> Workaround for odd behaviour with linux gmake version 3.76.1 and -include
14 + when a file does not exist. Fix by checking in scram if file exists before asking gmake to include it.
15 + <li> Update of IGUANA description to version to V1_0_0
16 + </ol>
17 + <p>
18 + <hr>
19 + <p>
20 + <h1>Release Notes For Version V0_9_40</h1>
21 + <hr>
22 + <ol>
23 + <li> New group definition mechanism added. Will no look for group definitions
24 +        in the config/groups.mk file
25 + <li> Removal of all hardwired groups from the scram source code
26 + <li> Automated version selection mechanism added
27 + <li> Output from <em>scram version</em> changed. Will now detect a link version
28 + and print both link and the actual version name. e.g current ---> V0_9_40
29 + </ol>
30 + <p>
31 + <hr>
32 + <p>
33 + <h1>Release Notes For Version V0_9_39</h1>
34 + <hr>
35 + <ol>
36 + <li> Use :: target for dependencies.mk - on linux was sending unrelated
37 + definintions to the dependency generator
38 + <li> Run the configuration phase silently to remove confusing messages from the user
39 + </ol>
40 + <p>
41 + <hr>
42 + <p>
43 + <h1>Release Notes For Version V0_9_38</h1>
44 + <hr>
45 + <ol>
46 + <li> BugFix - no more errors during the first scram build command. The client
47 + configuration is now built beforehand in a completeley seperate process as the
48 + gmake include mechanism is not flexible enough to cope with multiple - dependent included makefiles.
49 + <li> Insure - picks up only local debug rather than all debug libs.
50 + <li> Insure documentation.
51 + <li> fortran objects now position independent in g77 (fortran on linux)
52 + <li> gcc2.95 compiler specifics added
53 + </ol>
54 + <h2>Files Changed</h2>
55 + <pre>
56 + File SCRAM/doc/html/diffs.html changed from revision 1.1.2.30 to 1.1.2.29
57 + File SCRAM/doc/html/index.html changed from revision 1.3.2.7 to 1.3.2.6
58 + File SCRAM/doc/html/install.html changed from revision 1.15.2.35 to 1.15.2.34
59 + File SCRAM/doc/html/insure.html is removed; not included in release tag V0_9_37
60 + File SCRAM/doc/html/tools.html is removed; not included in release tag V0_9_37
61 + File SCRAM/src/BuildSetup.pm changed from revision 1.5.2.6 to 1.5.2.5
62 + File SCRAM/src/basics.mk changed from revision 1.17.2.9 to 1.17.2.8
63 + File SCRAM/src/clientmakefile.mk is removed; not included in release tag V0_9_37
64 + File SCRAM/src/compilers.mk changed from revision 1.14.2.21 to 1.14.2.19
65 + File SCRAM/src/toolrules.mk changed from revision 1.19.2.17 to 1.19.2.16
66 + </pre>
67 + <p>
68 + <hr>
69 + <p>
70 + <h1>Release Notes For Version V0_9_37</h1>
71 + <hr>
72 + <ol>
73 + <li> Motif configuration on Linux - now will always ask where - no defaults
74 + <li> X11 Configuration on Sun -- add Sun system libs lw, lgen and linst.
75 + <li> PRIORITY_LIBDIR and PRIORITY_INCLUDE activated to allow some control
76 +     for messy systems. Replace directly the LIBDIR/INCLUDE equivalent to
77 +     force it to be searched ahead of the usual dependency structure.
78 + </ol>
79 + <p>
80 + <hr>
81 + <p>
82 + <h1>Release Notes For Version V0_9_36</h1>
83 + <hr>
84 + <ol>
85 + <li> BugFix  : Archive Optimised libs now use templates properly with CC Sun4.2
86 + <li> OpenGL - more libraries on Linux
87 + </ol>
88 + <p>
89 + <hr>
90 + <p>
91 + <h1>Release Notes For Version V0_9_35</h1>
92 + <hr>
93 + <ol>
94 + <li> BugFix  : Shared Debug dependencies now work
95 + </ol>
96 + <p>
97 + <hr>
98 + <p>
99 + <h1>Release Notes For Version V0_9_34</h1>
100 + <hr>
101 + <ol>
102 + <li> BugFix for Sun 4.2 when used with bin_debug_local. Now picks up the
103 +    correct templateDB.
104 + <li> Insure++ -> now picks up debug libraries if the insure does not exist
105 + </ol>
106 + <p>
107 + <hr>
108 + <p>
109 + <h1>Release Notes For Version V0_9_33</h1>
110 + <hr>
111 + <ol>
112 + <li> Shared_Insure Libraries made functional
113 + </ol>
114 + <p>
115 + <hr>
116 + <p>
117 + <h1>Release Notes For Version V0_9_32</h1>
118 + <hr>
119 + <ol>
120 + <li> libmsg target added to allow messages to be printed to the screen
121 +     during a library build. Text from the LibType tag is echoed from this
122 +     target.
123 + <li> Added new target bin_debug_local . Will take only local debug libraries
124 +     ignoring debug libraries in the release area.
125 + </ol>
126 + <p>
127 + <hr>
128 + <p>
129 + <h1>Release Notes For Version V0_9_31</h1>
130 + <hr>
131 + <ol>
132 + <li> CXXUSERFLAGS variable inserted into CXXFLAGS - command line additions
133 + <li> SharedDebug made a bit more robust, seperated completeley from the Shared
134 + rule
135 + <li> LibType tags now need to be closed - the text in between will be echoed
136 + to the screen
137 + </ol>
138 + <p>
139 + <h2>Files changed</h2>
140 + <pre>
141 + File SCRAM/src/basics.mk changed from revision 1.17.2.5 to 1.17.2.7
142 + File SCRAM/src/compilers.mk changed from revision 1.14.2.11 to 1.14.2.13
143 + File SCRAM/src/toolrules.mk changed from revision 1.19.2.8 to 1.19.2.10
144 + File SCRAM/src/BuildFile changed
145 + File SCRAM/toolbox/IGUANA changed from revision 1.1.2.6 to 1.1.2.7
146 + File SCRAM/toolbox/OpenInventor changed from revision 1.1.2.5 to 1.1.2.6
147 + File SCRAM/toolbox/Qt changed from revision 1.1.2.3 to 1.1.2.4
148 + </pre>
149 + <p>
150 + <hr>
151 + <p>
152   <h1>Release Notes For Version V0_9_30</h1>
153   <hr>
154   <ol>
# Line 22 | Line 164
164   for consistency with other commands
165   <li>Bugfix on debug_shared
166   <li>&lt;External> tag now can be put in &lt;export> interface
167 + <li> Runtime bugfix - you can now do it consectiveley with no problems
168 + <li> Runtime removed duplicates from path variables
169 + <li> Runtime - multiple definitions of regular runtime variables simply replace
170 + rather than add with spaces.
171   </ol>
172   <p>
173   <hr>
# Line 31 | Line 177 | for consistency with other commands
177   <ol>
178   <li> &lt;LibType> bug fixes
179   <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.
180   </ol>
181   <p>
182   <hr>
# Line 280 | Line 422 | File SCRAM/toolbox/OpenInventor changed
422   >Chris Williams</a>
423   </td>
424   <td align=center>
425 < Last Updated Mon Sep 13 17:02:38 1999
425 > Last Updated Wed Oct  6 13:02:44 1999
426   </td>
427   <td align=right><a href=/cgi-cmc/pagestat>Show Stats</a>
428   </td>

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines