xref: /original-bsd/lib/libc/db/VERSION (revision 78a467c7)
1#	@(#)VERSION	5.9 (Berkeley) 06/02/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
8New versions of this software are periodically made
9available by anonymous ftp from ftp.cs.berkeley.edu,
10in the file ucb/4bsd/db.tar.Z, or from ftp.uu.net.
11
12Email questions may be addressed to Keith Bostic at
13bostic@cs.berkeley.edu.
14
15============================================
161.4 -> 1.5	23 May 1993
17	hash:	Set hash default fill factor dynamically.
18	recno:	Fixed bug in sorted page splits.
19		Add page size parameter support.
20		Allow recno to specify the name of the underlying btree;
21			used for vi recovery.
22	btree/recno:
23		Support 64K pages.
24	btree/hash/recno:
25		Provide access to an underlying file descriptor.
26		Change sync routines to take a flag argument, recno
27			uses this to sync out the underlying btree.
28
291.3 -> 1.4	10 May 1993
30	recno:	Delete the R_CURSORLOG flag from the recno interface.
31		Zero-length record fix for non-mmap reads.
32		Try and make SIZE_T_MAX test in open portable.
33
341.2 -> 1.3	 1 May 1993
35	btree:	Ignore user byte-order setting when reading already
36		existing database.  Fixes to byte-order conversions.
37
381.1 -> 1.2	15 Apr 1993
39		No bug fixes, only compatibility hacks.
40============================================
41
42Distribution contents:
43	Makefile.inc	Ignore this, it's Berkeley's internal Makefile.
44	PORT		The directory to build in.
45	README		This file.
46	VERSION		This file.
47	btree		B+tree routines.
48	db		Dbopen(3) interface routine.
49	doc		USENIX papers.
50	hash		Extended linear hashing routines.
51	man		Man pages.
52	mpool		Memory pool routines.
53	recno		Fixed/variable length routines.
54	test		Test package.
55