• Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/docs_src/ref/changelog/
1<!--"$Id: 2.7.1.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.1 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.1 Change Log</h3>
11
12<h3>New Features:</h3>
13<ol>
14
15<p><li>
16This release includes support for nested transactions.  (No
17interface changes were required.)
18
19</ol>
20<h3>System Porting and Build Procedure Changes:</h3>
21<ol>
22
23<p><li>
24FreeBSD systems are now built using the flags <b>-D_THREAD_SAFE</b> and
25<b>-pthread</b> instead of directly loading with the <b>-lc_r</b> library.
26
27<p><li>
28Linux systems are now built using the <b>-D_REENTRANT</b> flag.
29
30</ol>
31<h3>Other Changes:</h3>
32<ol>
33
34<p><li>
35The default memory pool cache size has been increase from 128K to 256K.
36
37</ol>
38
39</body>
40</html>
41