1*60987Sbostic# @(#)VERSION 5.9 (Berkeley) 06/02/93 258552Sbostic 360270SbosticThis is version 1.5 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 8*60987SbosticNew versions of this software are periodically made 9*60987Sbosticavailable by anonymous ftp from ftp.cs.berkeley.edu, 10*60987Sbosticin the file ucb/4bsd/db.tar.Z, or from ftp.uu.net. 11*60987Sbostic 12*60987SbosticEmail questions may be addressed to Keith Bostic at 13*60987Sbosticbostic@cs.berkeley.edu. 14*60987Sbostic 1559547Sbostic============================================ 1660270Sbostic1.4 -> 1.5 23 May 1993 1760270Sbostic hash: Set hash default fill factor dynamically. 1860270Sbostic recno: Fixed bug in sorted page splits. 1960270Sbostic Add page size parameter support. 2060270Sbostic Allow recno to specify the name of the underlying btree; 2160270Sbostic used for vi recovery. 2260270Sbostic btree/recno: 2360270Sbostic Support 64K pages. 2460270Sbostic btree/hash/recno: 2560270Sbostic Provide access to an underlying file descriptor. 2660270Sbostic Change sync routines to take a flag argument, recno 2760270Sbostic uses this to sync out the underlying btree. 2860270Sbostic 2959867Sbostic1.3 -> 1.4 10 May 1993 3059867Sbostic recno: Delete the R_CURSORLOG flag from the recno interface. 3159867Sbostic Zero-length record fix for non-mmap reads. 3259867Sbostic Try and make SIZE_T_MAX test in open portable. 3359867Sbostic 3459867Sbostic1.2 -> 1.3 1 May 1993 3559634Sbostic btree: Ignore user byte-order setting when reading already 3659634Sbostic existing database. Fixes to byte-order conversions. 3759565Sbostic 3859867Sbostic1.1 -> 1.2 15 Apr 1993 3960270Sbostic No bug fixes, only compatibility hacks. 4059565Sbostic============================================ 4159565Sbostic 4259565SbosticDistribution contents: 4359565Sbostic Makefile.inc Ignore this, it's Berkeley's internal Makefile. 4459565Sbostic PORT The directory to build in. 4559565Sbostic README This file. 4659565Sbostic VERSION This file. 4759565Sbostic btree B+tree routines. 4859565Sbostic db Dbopen(3) interface routine. 4959565Sbostic doc USENIX papers. 5059565Sbostic hash Extended linear hashing routines. 5159565Sbostic man Man pages. 5259565Sbostic mpool Memory pool routines. 5359565Sbostic recno Fixed/variable length routines. 5459565Sbostic test Test package. 55