xref: /csrg-svn/lib/libc/db/VERSION (revision 62490)
1*62490Sbostic#	@(#)VERSION	5.10 (Berkeley) 06/06/93
258552Sbostic
3*62490SbosticThis is version 1.6 of the Berkeley DB code.
458552Sbostic
560270SbosticIf your version of the DB code doesn't have a copy of
660270Sbosticthis version file, it's really old, please update it!
759547Sbostic
860987SbosticNew versions of this software are periodically made
960987Sbosticavailable by anonymous ftp from ftp.cs.berkeley.edu,
1060987Sbosticin the file ucb/4bsd/db.tar.Z, or from ftp.uu.net.
1160987Sbostic
1260987SbosticEmail questions may be addressed to Keith Bostic at
1360987Sbosticbostic@cs.berkeley.edu.
1460987Sbostic
1559547Sbostic============================================
16*62490Sbostic1.5 -> 1.6	06 Jun 1993
17*62490Sbostic	hash:	In PAIRFITS, the first comparison should look at (P)[2].
18*62490Sbostic		The hash_realloc function was walking off the end of memory.
19*62490Sbostic		The overflow page number was wrong when bumping splitpoint.
2060270Sbostic1.4 -> 1.5	23 May 1993
2160270Sbostic	hash:	Set hash default fill factor dynamically.
2260270Sbostic	recno:	Fixed bug in sorted page splits.
2360270Sbostic		Add page size parameter support.
2460270Sbostic		Allow recno to specify the name of the underlying btree;
2560270Sbostic			used for vi recovery.
2660270Sbostic	btree/recno:
2760270Sbostic		Support 64K pages.
2860270Sbostic	btree/hash/recno:
2960270Sbostic		Provide access to an underlying file descriptor.
3060270Sbostic		Change sync routines to take a flag argument, recno
3160270Sbostic			uses this to sync out the underlying btree.
3260270Sbostic
3359867Sbostic1.3 -> 1.4	10 May 1993
3459867Sbostic	recno:	Delete the R_CURSORLOG flag from the recno interface.
3559867Sbostic		Zero-length record fix for non-mmap reads.
3659867Sbostic		Try and make SIZE_T_MAX test in open portable.
3759867Sbostic
3859867Sbostic1.2 -> 1.3	 1 May 1993
3959634Sbostic	btree:	Ignore user byte-order setting when reading already
4059634Sbostic		existing database.  Fixes to byte-order conversions.
4159565Sbostic
4259867Sbostic1.1 -> 1.2	15 Apr 1993
4360270Sbostic		No bug fixes, only compatibility hacks.
4459565Sbostic============================================
4559565Sbostic
4659565SbosticDistribution contents:
4759565Sbostic	Makefile.inc	Ignore this, it's Berkeley's internal Makefile.
4859565Sbostic	PORT		The directory to build in.
4959565Sbostic	README		This file.
5059565Sbostic	VERSION		This file.
5159565Sbostic	btree		B+tree routines.
5259565Sbostic	db		Dbopen(3) interface routine.
5359565Sbostic	doc		USENIX papers.
5459565Sbostic	hash		Extended linear hashing routines.
5559565Sbostic	man		Man pages.
5659565Sbostic	mpool		Memory pool routines.
5759565Sbostic	recno		Fixed/variable length routines.
5859565Sbostic	test		Test package.
59