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.18 by williamc, Wed Sep 8 09:50:29 1999 UTC vs.
Revision 1.1.2.33 by williamc, Wed Oct 6 11:10:35 1999 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines