1<!--"$Id: 2.7.5.html,v 1.3 2007/05/17 18:17:18 bostic Exp $ (Sleepycat) $Date: 2007/05/17 18:17:18 $"-->
2<html>
3<head>
4<title>The Berkeley DB Package: DB 2.7.5 Change Log</title>
5<meta name="description" content="Berkeley DB: A database programmatic toolkit.">
6<meta name="keywords" content="embedded,database,programmatic,toolkit,b+tree,btree,hash,hashing,transaction,transactions,locking,logging,access method,access methods">
7</head>
8<body bgcolor=white>
9
10<h3 align=center>Berkeley DB 2.7.5 Change Log</h3>
11
12Berkeley DB version 2.7.5 is version 2.7.4 with a set of specific bug
13fixes applied.  There were no interface changes or new features.
14
15<h3>Bug Fixes:</h3>
16<ol>
17
18<p><li>
19When deleting a Btree key/data pair using the DB-&gt;del interface, there
20was a potential NULL pointer dereference.
21
22<p><li>
23Lockers were being left on locker chains under some circumstances,
24causing a potential resource leak.
25
26<p><li>
27XA cursors were not being linked into the database active queue.
28
29<p><li>
30Modify Berkeley DB recovery to work correctly in an XA environment.
31
32<p><li>
33Update the version numbers from Berkeley DB 2.7.4 to Berkeley DB 2.7.5.
34
35</ol>
36
37</body>
38</html>
39