1*60270Sbostic# @(#)VERSION 5.8 (Berkeley) 05/24/93 258552Sbostic 3*60270SbosticThis is version 1.5 of the Berkeley DB code. 458552Sbostic 5*60270SbosticIf your version of the DB code doesn't have a copy of 6*60270Sbosticthis version file, it's really old, please update it! 759547Sbostic 859547Sbostic============================================ 9*60270Sbostic1.4 -> 1.5 23 May 1993 10*60270Sbostic hash: Set hash default fill factor dynamically. 11*60270Sbostic recno: Fixed bug in sorted page splits. 12*60270Sbostic Add page size parameter support. 13*60270Sbostic Allow recno to specify the name of the underlying btree; 14*60270Sbostic used for vi recovery. 15*60270Sbostic btree/recno: 16*60270Sbostic Support 64K pages. 17*60270Sbostic btree/hash/recno: 18*60270Sbostic Provide access to an underlying file descriptor. 19*60270Sbostic Change sync routines to take a flag argument, recno 20*60270Sbostic uses this to sync out the underlying btree. 21*60270Sbostic 2259867Sbostic1.3 -> 1.4 10 May 1993 2359867Sbostic recno: Delete the R_CURSORLOG flag from the recno interface. 2459867Sbostic Zero-length record fix for non-mmap reads. 2559867Sbostic Try and make SIZE_T_MAX test in open portable. 2659867Sbostic 2759867Sbostic1.2 -> 1.3 1 May 1993 2859634Sbostic btree: Ignore user byte-order setting when reading already 2959634Sbostic existing database. Fixes to byte-order conversions. 3059565Sbostic 3159867Sbostic1.1 -> 1.2 15 Apr 1993 32*60270Sbostic No bug fixes, only compatibility hacks. 3359565Sbostic============================================ 3459565Sbostic 3559565SbosticDistribution contents: 3659565Sbostic Makefile.inc Ignore this, it's Berkeley's internal Makefile. 3759565Sbostic PORT The directory to build in. 3859565Sbostic README This file. 3959565Sbostic VERSION This file. 4059565Sbostic btree B+tree routines. 4159565Sbostic db Dbopen(3) interface routine. 4259565Sbostic doc USENIX papers. 4359565Sbostic hash Extended linear hashing routines. 4459565Sbostic man Man pages. 4559565Sbostic mpool Memory pool routines. 4659565Sbostic recno Fixed/variable length routines. 4759565Sbostic test Test package. 48