1# @(#)VERSION 8.2 (Berkeley) 09/07/93 2 3This is version 1.7 of the Berkeley DB code. 4 5If your version of the DB code doesn't have a copy of 6this version file, it's really old, please update it! 7 8New versions of this software are periodically made 9available by anonymous ftp from ftp.cs.berkeley.edu, 10in the file ucb/4bsd/db.tar.Z, or from ftp.uu.net. 11 12Email questions may be addressed to Keith Bostic at 13bostic@cs.berkeley.edu. 14 15============================================ 161.6 -> 1.7 07 Sep 1993 17 hash: Fixed big key overflow bugs. 18 test: Portability hacks, rewrite test script, Makefile. 19 btree/recno: 20 Stop copying non-overflow key/data pairs. 21 PORT: Break PORT directory up into per architecture/OS 22 subdirectories. 23 241.5 -> 1.6 06 Jun 1993 25 hash: In PAIRFITS, the first comparison should look at (P)[2]. 26 The hash_realloc function was walking off the end of memory. 27 The overflow page number was wrong when bumping splitpoint. 28 291.4 -> 1.5 23 May 1993 30 hash: Set hash default fill factor dynamically. 31 recno: Fixed bug in sorted page splits. 32 Add page size parameter support. 33 Allow recno to specify the name of the underlying btree; 34 used for vi recovery. 35 btree/recno: 36 Support 64K pages. 37 btree/hash/recno: 38 Provide access to an underlying file descriptor. 39 Change sync routines to take a flag argument, recno 40 uses this to sync out the underlying btree. 41 421.3 -> 1.4 10 May 1993 43 recno: Delete the R_CURSORLOG flag from the recno interface. 44 Zero-length record fix for non-mmap reads. 45 Try and make SIZE_T_MAX test in open portable. 46 471.2 -> 1.3 01 May 1993 48 btree: Ignore user byte-order setting when reading already 49 existing database. Fixes to byte-order conversions. 50 511.1 -> 1.2 15 Apr 1993 52 No bug fixes, only compatibility hacks. 53============================================ 54 55Distribution contents: 56 Makefile.inc Ignore this, it's Berkeley's internal Makefile. 57 PORT The directory to build in. 58 README This file. 59 VERSION This file. 60 btree B+tree routines. 61 db Dbopen(3) interface routine. 62 doc USENIX papers. 63 hash Extended linear hashing routines. 64 man Man pages. 65 mpool Memory pool routines. 66 recno Fixed/variable length routines. 67 test Test package. 68