xref: /original-bsd/lib/libc/db/VERSION (revision 95ecee29)
1#	@(#)VERSION	8.7 (Berkeley) 11/02/93
2
3This is version 1.72 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.
11If you'd like to get announcements of future releases
12of this software, send email to the contact address
13below.
14
15Email questions may be addressed to Keith Bostic at
16bostic@cs.berkeley.edu.
17
18============================================
191.7 -> 1.72	12 Oct 1993
20	hash:	Support NET/2 hash formats.
21
221.7 -> 1.71	16 Sep 1993
23	btree/recno:
24		Fix bug in internal search routines that caused
25		return of invalid pointers.
26
271.6 -> 1.7	07 Sep 1993
28	hash:	Fixed big key overflow bugs.
29	test:	Portability hacks, rewrite test script, Makefile.
30	btree/recno:
31		Stop copying non-overflow key/data pairs.
32	PORT:	Break PORT directory up into per architecture/OS
33		subdirectories.
34
351.5 -> 1.6	06 Jun 1993
36	hash:	In PAIRFITS, the first comparison should look at (P)[2].
37		The hash_realloc function was walking off the end of memory.
38		The overflow page number was wrong when bumping splitpoint.
39
401.4 -> 1.5	23 May 1993
41	hash:	Set hash default fill factor dynamically.
42	recno:	Fixed bug in sorted page splits.
43		Add page size parameter support.
44		Allow recno to specify the name of the underlying btree;
45			used for vi recovery.
46	btree/recno:
47		Support 64K pages.
48	btree/hash/recno:
49		Provide access to an underlying file descriptor.
50		Change sync routines to take a flag argument, recno
51			uses this to sync out the underlying btree.
52
531.3 -> 1.4	10 May 1993
54	recno:	Delete the R_CURSORLOG flag from the recno interface.
55		Zero-length record fix for non-mmap reads.
56		Try and make SIZE_T_MAX test in open portable.
57
581.2 -> 1.3	01 May 1993
59	btree:	Ignore user byte-order setting when reading already
60		existing database.  Fixes to byte-order conversions.
61
621.1 -> 1.2	15 Apr 1993
63		No bug fixes, only compatibility hacks.
64============================================
65
66Distribution contents:
67	Makefile.inc	Ignore this, it's Berkeley's internal Makefile.
68	PORT		The directory to build in.
69	README		This file.
70	VERSION		This file.
71	btree		B+tree routines.
72	db		Dbopen(3) interface routine.
73	doc		USENIX papers, formatted man pages.
74	hash		Extended linear hashing routines.
75	man		Unformatted man pages.
76	mpool		Memory pool routines.
77	recno		Fixed/variable length record routines.
78	test		Test package.
79