• Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/docs/programmer_reference/
1<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3<html xmlns="http://www.w3.org/1999/xhtml">
4  <head>
5    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
6    <title>Berkeley DB 4.4.20 Change Log</title>
7    <link rel="stylesheet" href="gettingStarted.css" type="text/css" />
8    <meta name="generator" content="DocBook XSL Stylesheets V1.73.2" />
9    <link rel="start" href="index.html" title="Berkeley DB Programmer's Reference Guide" />
10    <link rel="up" href="upgrade_4_4_toc.html" title="Chapter��41.��Upgrading Berkeley DB 4.3 applications to Berkeley DB 4.4" />
11    <link rel="prev" href="changelog_4_4_16.html" title="Berkeley DB 4.4.16 Change Log" />
12    <link rel="next" href="upgrade_4_5_toc.html" title="Chapter��42.��Upgrading Berkeley DB 4.4 applications to Berkeley DB 4.5" />
13  </head>
14  <body>
15    <div class="navheader">
16      <table width="100%" summary="Navigation header">
17        <tr>
18          <th colspan="3" align="center">Berkeley DB 4.4.20 Change Log</th>
19        </tr>
20        <tr>
21          <td width="20%" align="left"><a accesskey="p" href="changelog_4_4_16.html">Prev</a>��</td>
22          <th width="60%" align="center">Chapter��41.��Upgrading Berkeley DB 4.3 applications to Berkeley DB 4.4</th>
23          <td width="20%" align="right">��<a accesskey="n" href="upgrade_4_5_toc.html">Next</a></td>
24        </tr>
25      </table>
26      <hr />
27    </div>
28    <div class="sect1" lang="en" xml:lang="en">
29      <div class="titlepage">
30        <div>
31          <div>
32            <h2 class="title" style="clear: both"><a id="changelog_4_4_20"></a>Berkeley DB 4.4.20 Change Log</h2>
33          </div>
34        </div>
35      </div>
36      <div class="toc">
37        <dl>
38          <dt>
39            <span class="sect2">
40              <a href="changelog_4_4_20.html#id1650817">Changes since Berkeley DB 4.4.16:</a>
41            </span>
42          </dt>
43        </dl>
44      </div>
45      <div class="sect2" lang="en" xml:lang="en">
46        <div class="titlepage">
47          <div>
48            <div>
49              <h3 class="title"><a id="id1650817"></a>Changes since Berkeley DB 4.4.16:</h3>
50            </div>
51          </div>
52        </div>
53        <div class="orderedlist">
54          <ol type="1">
55            <li>Add support for Visual Studio 2005. [#13521]</li>
56            <li>Fix a bug with in-memory transaction logs when files wrapped around
57	the buffer. [#13589]</li>
58            <li>Fix a bug where we needed to close replications open files during
59	replication initialization. [#13623]</li>
60            <li>Fix a bug which could leave locks in the environment if database
61compaction was run in a transactional environment on a non-transactional
62database.  This might have also have triggered deadlocks if the database
63was opened transactionally. [#13680]</li>
64            <li>Fix a bug where setting the DB_REGISTER flag could result in
65unnecessarily running recovery, or corruption of the registry file on
66Windows systems. [#13789]</li>
67            <li>Fix a bug in Database.compact that could cause JVM crashes or
68	NullPointerException.  [#13791]</li>
69            <li>Fix a bug that would cause a trap if an environment was opened
70specifying DB_REGISTER and the environment directory could not be found.
71[#13793]</li>
72            <li>Fix a buffer overflow bug when displaying process and thread IDs in
73	the Berkeley DB statistics output. [#13796]</li>
74            <li>Fix a bug where if there is insufficient memory for a database key
75in a DBT configured to return a key value into user-specified memory,
76the cursor is moved forward to the next entry in the database, which can
77cause applications to skip key/data pairs. [#13815]</li>
78            <li>Fix a bug that could cause the loss of an update to a QUEUE database
79	in a hot backup. [#13823]</li>
80            <li>Fix a bug where retrieval from a secondary index could result in a
81	core dump. [#13843]</li>
82            <li>Fix a bug that could cause part of the free list to become unlinked
83if a btree compaction was rolled back due to a transaction abort.
84[#13891]</li>
85            <li>Fix a bug with in-memory logging that could cause a race condition
86	to corrupt the logs. [#13919]</li>
87          </ol>
88        </div>
89      </div>
90    </div>
91    <div class="navfooter">
92      <hr />
93      <table width="100%" summary="Navigation footer">
94        <tr>
95          <td width="40%" align="left"><a accesskey="p" href="changelog_4_4_16.html">Prev</a>��</td>
96          <td width="20%" align="center">
97            <a accesskey="u" href="upgrade_4_4_toc.html">Up</a>
98          </td>
99          <td width="40%" align="right">��<a accesskey="n" href="upgrade_4_5_toc.html">Next</a></td>
100        </tr>
101        <tr>
102          <td width="40%" align="left" valign="top">Berkeley DB 4.4.16 Change Log��</td>
103          <td width="20%" align="center">
104            <a accesskey="h" href="index.html">Home</a>
105          </td>
106          <td width="40%" align="right" valign="top">��Chapter��42.��Upgrading Berkeley DB 4.4 applications to Berkeley DB 4.5</td>
107        </tr>
108      </table>
109    </div>
110  </body>
111</html>
112