-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathRELEASE.html
171 lines (135 loc) · 3.33 KB
/
RELEASE.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
<html>
<head>
<!-- $id: RELEASE.html,v 1.16 2000/11/14 20:10:56 gray Exp $ -->
<title> Dmalloc Release Notes - 5.5.2 </title>
</head>
<body>
<h1> Debug Malloc (Dmalloc) Library Release Notes </h1>
<h4>
Version: Release 5.5.2 <br />
<!-- fix the TITLE ^^^above^^^ too -->
Last-Version: <a href="dmalloc-5.5.1.html">5.5.1</a> <br />
Date: May 14, 2007
</h4>
<p>
<a href="#overview">Overview</a>
<a href="#func">New Functionality</a>
<a href="#dmalloc">Dmalloc Utility</a>
<a href="#tokens">Debug Tokens</a>
<a href="#settings.dist">settings.dist</a>
<a href="#install">Installation</a>
<a href="#programming">Programming</a>
<a href="#env">Environmental Variables</a>
<a href="#bugs">Bugs Fixed</a>
</p>
<!--========================================================================-->
<h3><a name="overview"> Overview </a></h3>
<p> Bug fix release to fix a couple stupid build and install
problems. </p>
<!--========================================================================-->
<h3><a name="func"> New Functionality </a></h3>
<blockquote>
None.
</blockquote>
<!--========================================================================-->
<h3><a name="dmalloc"> Dmalloc Utility Changes </a></h3>
<blockquote>
None.
</blockquote>
<!--========================================================================-->
<h3><a name="tokens"> Changes in the Debug Tokens </a></h3>
<blockquote>
None.
</blockquote>
<!--========================================================================-->
<h3><a name="settings.dist"> Changes to the settings.dist File </a></h3>
<blockquote>
None.
</blockquote>
<!--========================================================================-->
<h3><a name="install"> Installation Changes </a></h3>
<ul>
<li> Removed any reference to the info file in the document installation
process. Added in the installation of dmalloc.pdf. </li>
</ul>
<!--========================================================================-->
<h3><a name="programming"> Programming Notes </a></h3>
<blockquote>
None.
</blockquote>
<!--========================================================================-->
<h3><a name="env"> Environmental Variable Changes </a></h3>
<blockquote>
None.
</blockquote>
<!--========================================================================-->
<h3><a name="bugs"> Bugs Fixed </a></h3>
<ul>
<li> Removed some left-over references to the dmalloc.info file which
was causing the installdocs Makefile target to fail. </li>
<li> Fixed some unsigned/signed issues in one of the dmalloc_t tests
that was causing occasional false failures of dmalloc_t. </li>
<li> Fixed problems with configure and SL_LINK_OBJS. Not sure what I
was trying to attempt with this but it was not correct. </li>
</ul>
<p>
<font size="-1">
<a href="http://dmalloc.com/">Dmalloc Home Page</a>.
Copyright 2007 <a href="http://256.com/gray/">Gray Watson</a>.
</font>
</p>
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
</body>
</html>