xref: /original-bsd/lib/libc/db/VERSION (revision cb36a3b0)
1#	@(#)VERSION	5.6 (Berkeley) 05/01/93
2
3This is version 1.3 of the Berkeley DB code.
4
5If your version of the DB code doesn't have
6a copy of this version file, it's really old,
7please update it!
8
9============================================
101.1 -> 1.2
11	No bug fixes, only compatibility hacks.
121.2 -> 1.3
13	btree:	Ignore user byte-order setting when reading already
14		existing database.  Fixes to byte-order conversions.
15
16============================================
17
18Distribution contents:
19	Makefile.inc	Ignore this, it's Berkeley's internal Makefile.
20	PORT		The directory to build in.
21	README		This file.
22	VERSION		This file.
23	btree		B+tree routines.
24	db		Dbopen(3) interface routine.
25	doc		USENIX papers.
26	hash		Extended linear hashing routines.
27	man		Man pages.
28	mpool		Memory pool routines.
29	recno		Fixed/variable length routines.
30	test		Test package.
31