1*64709Sbostic# @(#)VERSION 8.5 (Berkeley) 10/12/93 258552Sbostic 3*64709SbosticThis is version 1.72 of the Berkeley DB code. 458552Sbostic 560270SbosticIf your version of the DB code doesn't have a copy of 660270Sbosticthis version file, it's really old, please update it! 759547Sbostic 860987SbosticNew versions of this software are periodically made 960987Sbosticavailable by anonymous ftp from ftp.cs.berkeley.edu, 1060987Sbosticin the file ucb/4bsd/db.tar.Z, or from ftp.uu.net. 1160987Sbostic 1260987SbosticEmail questions may be addressed to Keith Bostic at 1360987Sbosticbostic@cs.berkeley.edu. 1460987Sbostic 1559547Sbostic============================================ 16*64709Sbostic1.7 -> 1.72 12 Oct 1993 17*64709Sbostic hash: Support NET/2 hash formats. 18*64709Sbostic 1964490Sbostic1.7 -> 1.71 16 Sep 1993 2064490Sbostic btree/recno: 2164490Sbostic Fix bug in internal search routines that caused 2264490Sbostic return of invalid pointers. 2364490Sbostic 2464468Sbostic1.6 -> 1.7 07 Sep 1993 2564468Sbostic hash: Fixed big key overflow bugs. 2664468Sbostic test: Portability hacks, rewrite test script, Makefile. 2764468Sbostic btree/recno: 2864468Sbostic Stop copying non-overflow key/data pairs. 2964468Sbostic PORT: Break PORT directory up into per architecture/OS 3064468Sbostic subdirectories. 3164468Sbostic 3262490Sbostic1.5 -> 1.6 06 Jun 1993 3362490Sbostic hash: In PAIRFITS, the first comparison should look at (P)[2]. 3462490Sbostic The hash_realloc function was walking off the end of memory. 3562490Sbostic The overflow page number was wrong when bumping splitpoint. 3664468Sbostic 3760270Sbostic1.4 -> 1.5 23 May 1993 3860270Sbostic hash: Set hash default fill factor dynamically. 3960270Sbostic recno: Fixed bug in sorted page splits. 4060270Sbostic Add page size parameter support. 4160270Sbostic Allow recno to specify the name of the underlying btree; 4260270Sbostic used for vi recovery. 4360270Sbostic btree/recno: 4460270Sbostic Support 64K pages. 4560270Sbostic btree/hash/recno: 4660270Sbostic Provide access to an underlying file descriptor. 4760270Sbostic Change sync routines to take a flag argument, recno 4860270Sbostic uses this to sync out the underlying btree. 4960270Sbostic 5059867Sbostic1.3 -> 1.4 10 May 1993 5159867Sbostic recno: Delete the R_CURSORLOG flag from the recno interface. 5259867Sbostic Zero-length record fix for non-mmap reads. 5359867Sbostic Try and make SIZE_T_MAX test in open portable. 5459867Sbostic 5564468Sbostic1.2 -> 1.3 01 May 1993 5659634Sbostic btree: Ignore user byte-order setting when reading already 5759634Sbostic existing database. Fixes to byte-order conversions. 5859565Sbostic 5959867Sbostic1.1 -> 1.2 15 Apr 1993 6060270Sbostic No bug fixes, only compatibility hacks. 6159565Sbostic============================================ 6259565Sbostic 6359565SbosticDistribution contents: 6459565Sbostic Makefile.inc Ignore this, it's Berkeley's internal Makefile. 6559565Sbostic PORT The directory to build in. 6659565Sbostic README This file. 6759565Sbostic VERSION This file. 6859565Sbostic btree B+tree routines. 6959565Sbostic db Dbopen(3) interface routine. 7064491Sbostic doc USENIX papers, formatted man pages. 7159565Sbostic hash Extended linear hashing routines. 7264491Sbostic man Unformatted man pages. 7359565Sbostic mpool Memory pool routines. 7459565Sbostic recno Fixed/variable length routines. 7559565Sbostic test Test package. 76