checkpoint
[unix-history] / usr / src / lib / libc / db / VERSION
# @(#)VERSION 5.6 (Berkeley) %G%
This is version 1.3 of the Berkeley DB code.
If your version of the DB code doesn't have
a copy of this version file, it's really old,
please update it!
============================================
1.1 -> 1.2
No bug fixes, only compatibility hacks.
1.2 -> 1.3
btree: Ignore user byte-order setting when reading already
existing database. Fixes to byte-order conversions.
============================================
Distribution contents:
Makefile.inc Ignore this, it's Berkeley's internal Makefile.
PORT The directory to build in.
README This file.
VERSION This file.
btree B+tree routines.
db Dbopen(3) interface routine.
doc USENIX papers.
hash Extended linear hashing routines.
man Man pages.
mpool Memory pool routines.
recno Fixed/variable length routines.
test Test package.