xref: /csrg-svn/lib/libc/db/VERSION (revision 64491)
1*64491Sbostic#	@(#)VERSION	8.4 (Berkeley) 09/16/93
258552Sbostic
364468SbosticThis is version 1.7 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============================================
1664490Sbostic1.7 -> 1.71	16 Sep 1993
1764490Sbostic	btree/recno:
1864490Sbostic		Fix bug in internal search routines that caused
1964490Sbostic		return of invalid pointers.
2064490Sbostic
2164468Sbostic1.6 -> 1.7	07 Sep 1993
2264468Sbostic	hash:	Fixed big key overflow bugs.
2364468Sbostic	test:	Portability hacks, rewrite test script, Makefile.
2464468Sbostic	btree/recno:
2564468Sbostic		Stop copying non-overflow key/data pairs.
2664468Sbostic	PORT:	Break PORT directory up into per architecture/OS
2764468Sbostic		subdirectories.
2864468Sbostic
2962490Sbostic1.5 -> 1.6	06 Jun 1993
3062490Sbostic	hash:	In PAIRFITS, the first comparison should look at (P)[2].
3162490Sbostic		The hash_realloc function was walking off the end of memory.
3262490Sbostic		The overflow page number was wrong when bumping splitpoint.
3364468Sbostic
3460270Sbostic1.4 -> 1.5	23 May 1993
3560270Sbostic	hash:	Set hash default fill factor dynamically.
3660270Sbostic	recno:	Fixed bug in sorted page splits.
3760270Sbostic		Add page size parameter support.
3860270Sbostic		Allow recno to specify the name of the underlying btree;
3960270Sbostic			used for vi recovery.
4060270Sbostic	btree/recno:
4160270Sbostic		Support 64K pages.
4260270Sbostic	btree/hash/recno:
4360270Sbostic		Provide access to an underlying file descriptor.
4460270Sbostic		Change sync routines to take a flag argument, recno
4560270Sbostic			uses this to sync out the underlying btree.
4660270Sbostic
4759867Sbostic1.3 -> 1.4	10 May 1993
4859867Sbostic	recno:	Delete the R_CURSORLOG flag from the recno interface.
4959867Sbostic		Zero-length record fix for non-mmap reads.
5059867Sbostic		Try and make SIZE_T_MAX test in open portable.
5159867Sbostic
5264468Sbostic1.2 -> 1.3	01 May 1993
5359634Sbostic	btree:	Ignore user byte-order setting when reading already
5459634Sbostic		existing database.  Fixes to byte-order conversions.
5559565Sbostic
5659867Sbostic1.1 -> 1.2	15 Apr 1993
5760270Sbostic		No bug fixes, only compatibility hacks.
5859565Sbostic============================================
5959565Sbostic
6059565SbosticDistribution contents:
6159565Sbostic	Makefile.inc	Ignore this, it's Berkeley's internal Makefile.
6259565Sbostic	PORT		The directory to build in.
6359565Sbostic	README		This file.
6459565Sbostic	VERSION		This file.
6559565Sbostic	btree		B+tree routines.
6659565Sbostic	db		Dbopen(3) interface routine.
67*64491Sbostic	doc		USENIX papers, formatted man pages.
6859565Sbostic	hash		Extended linear hashing routines.
69*64491Sbostic	man		Unformatted man pages.
7059565Sbostic	mpool		Memory pool routines.
7159565Sbostic	recno		Fixed/variable length routines.
7259565Sbostic	test		Test package.
73