make test3 try different page size
[unix-history] / usr / src / lib / libc / db / VERSION
CommitLineData
21abf7f5 1# @(#)VERSION 5.7 (Berkeley) %G%
42d1034c 2
21abf7f5 3This is version 1.4 of the Berkeley DB code.
42d1034c 4
21abf7f5
KB
5If your version of the DB code doesn't have a copy of this version
6file, it's really old, please update it!
57028056
KB
7
8============================================
21abf7f5
KB
91.3 -> 1.4 10 May 1993
10 recno: Delete the R_CURSORLOG flag from the recno interface.
11 Zero-length record fix for non-mmap reads.
12 Try and make SIZE_T_MAX test in open portable.
13
141.2 -> 1.3 1 May 1993
37849e7d
KB
15 btree: Ignore user byte-order setting when reading already
16 existing database. Fixes to byte-order conversions.
6a04e4d1 17
21abf7f5
KB
181.1 -> 1.2 15 Apr 1993
19 No bug fixes, only compatibility hacks.
6a04e4d1
KB
20============================================
21
22Distribution contents:
23 Makefile.inc Ignore this, it's Berkeley's internal Makefile.
24 PORT The directory to build in.
25 README This file.
26 VERSION This file.
27 btree B+tree routines.
28 db Dbopen(3) interface routine.
29 doc USENIX papers.
30 hash Extended linear hashing routines.
31 man Man pages.
32 mpool Memory pool routines.
33 recno Fixed/variable length routines.
34 test Test package.