xref: /original-bsd/lib/libc/db/VERSION (revision a425a1c9)
1#	@(#)VERSION	5.8 (Berkeley) 05/24/93
2
3This is version 1.5 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
8============================================
91.4 -> 1.5	23 May 1993
10	hash:	Set hash default fill factor dynamically.
11	recno:	Fixed bug in sorted page splits.
12		Add page size parameter support.
13		Allow recno to specify the name of the underlying btree;
14			used for vi recovery.
15	btree/recno:
16		Support 64K pages.
17	btree/hash/recno:
18		Provide access to an underlying file descriptor.
19		Change sync routines to take a flag argument, recno
20			uses this to sync out the underlying btree.
21
221.3 -> 1.4	10 May 1993
23	recno:	Delete the R_CURSORLOG flag from the recno interface.
24		Zero-length record fix for non-mmap reads.
25		Try and make SIZE_T_MAX test in open portable.
26
271.2 -> 1.3	 1 May 1993
28	btree:	Ignore user byte-order setting when reading already
29		existing database.  Fixes to byte-order conversions.
30
311.1 -> 1.2	15 Apr 1993
32		No bug fixes, only compatibility hacks.
33============================================
34
35Distribution contents:
36	Makefile.inc	Ignore this, it's Berkeley's internal Makefile.
37	PORT		The directory to build in.
38	README		This file.
39	VERSION		This file.
40	btree		B+tree routines.
41	db		Dbopen(3) interface routine.
42	doc		USENIX papers.
43	hash		Extended linear hashing routines.
44	man		Man pages.
45	mpool		Memory pool routines.
46	recno		Fixed/variable length routines.
47	test		Test package.
48