xref: /csrg-svn/lib/libc/db/VERSION (revision 64809)
1*64809Sbostic#	@(#)VERSION	8.7 (Berkeley) 11/02/93
258552Sbostic
364709SbosticThis is version 1.72 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.
11*64809SbosticIf you'd like to get announcements of future releases
12*64809Sbosticof this software, send email to the contact address
13*64809Sbosticbelow.
1460987Sbostic
1560987SbosticEmail questions may be addressed to Keith Bostic at
1660987Sbosticbostic@cs.berkeley.edu.
1760987Sbostic
1859547Sbostic============================================
1964709Sbostic1.7 -> 1.72	12 Oct 1993
2064709Sbostic	hash:	Support NET/2 hash formats.
2164709Sbostic
2264490Sbostic1.7 -> 1.71	16 Sep 1993
2364490Sbostic	btree/recno:
2464490Sbostic		Fix bug in internal search routines that caused
2564490Sbostic		return of invalid pointers.
2664490Sbostic
2764468Sbostic1.6 -> 1.7	07 Sep 1993
2864468Sbostic	hash:	Fixed big key overflow bugs.
2964468Sbostic	test:	Portability hacks, rewrite test script, Makefile.
3064468Sbostic	btree/recno:
3164468Sbostic		Stop copying non-overflow key/data pairs.
3264468Sbostic	PORT:	Break PORT directory up into per architecture/OS
3364468Sbostic		subdirectories.
3464468Sbostic
3562490Sbostic1.5 -> 1.6	06 Jun 1993
3662490Sbostic	hash:	In PAIRFITS, the first comparison should look at (P)[2].
3762490Sbostic		The hash_realloc function was walking off the end of memory.
3862490Sbostic		The overflow page number was wrong when bumping splitpoint.
3964468Sbostic
4060270Sbostic1.4 -> 1.5	23 May 1993
4160270Sbostic	hash:	Set hash default fill factor dynamically.
4260270Sbostic	recno:	Fixed bug in sorted page splits.
4360270Sbostic		Add page size parameter support.
4460270Sbostic		Allow recno to specify the name of the underlying btree;
4560270Sbostic			used for vi recovery.
4660270Sbostic	btree/recno:
4760270Sbostic		Support 64K pages.
4860270Sbostic	btree/hash/recno:
4960270Sbostic		Provide access to an underlying file descriptor.
5060270Sbostic		Change sync routines to take a flag argument, recno
5160270Sbostic			uses this to sync out the underlying btree.
5260270Sbostic
5359867Sbostic1.3 -> 1.4	10 May 1993
5459867Sbostic	recno:	Delete the R_CURSORLOG flag from the recno interface.
5559867Sbostic		Zero-length record fix for non-mmap reads.
5659867Sbostic		Try and make SIZE_T_MAX test in open portable.
5759867Sbostic
5864468Sbostic1.2 -> 1.3	01 May 1993
5959634Sbostic	btree:	Ignore user byte-order setting when reading already
6059634Sbostic		existing database.  Fixes to byte-order conversions.
6159565Sbostic
6259867Sbostic1.1 -> 1.2	15 Apr 1993
6360270Sbostic		No bug fixes, only compatibility hacks.
6459565Sbostic============================================
6559565Sbostic
6659565SbosticDistribution contents:
6759565Sbostic	Makefile.inc	Ignore this, it's Berkeley's internal Makefile.
6859565Sbostic	PORT		The directory to build in.
6959565Sbostic	README		This file.
7059565Sbostic	VERSION		This file.
7159565Sbostic	btree		B+tree routines.
7259565Sbostic	db		Dbopen(3) interface routine.
7364491Sbostic	doc		USENIX papers, formatted man pages.
7459565Sbostic	hash		Extended linear hashing routines.
7564491Sbostic	man		Unformatted man pages.
7659565Sbostic	mpool		Memory pool routines.
7764710Sbostic	recno		Fixed/variable length record routines.
7859565Sbostic	test		Test package.
79