xref: /original-bsd/lib/libc/db/VERSION (revision 562686c3)
1#	@(#)VERSION	5.7 (Berkeley) 05/10/93
2
3This is version 1.4 of the Berkeley DB code.
4
5If your version of the DB code doesn't have a copy of this version
6file, it's really old, please update it!
7
8============================================
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
15	btree:	Ignore user byte-order setting when reading already
16		existing database.  Fixes to byte-order conversions.
17
181.1 -> 1.2	15 Apr 1993
19	No bug fixes, only compatibility hacks.
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.
35