114287Spst#	@(#)README	8.27 (Berkeley) 9/1/94
2190482Sdelphij# $FreeBSD$
314287Spst
414287SpstThis is version 1.85 of the Berkeley DB code.
514287Spst
614287SpstFor information on compiling and installing this software, see the file
714287SpstPORT/README.
814287Spst
914287SpstNewer versions of this software will periodically be made available by
1014287Spstanonymous ftp from ftp.cs.berkeley.edu.  An archive in compressed format
1114287Spstis in ucb/4bsd/db.tar.Z, or in gzip format in ucb/4bsd/db.tar.gz.  If
1214287Spstyou'd like to receive announcements of future releases of this software,
1314287Spstsend email to the contact address below.
1414287Spst
1514287SpstEmail questions may be addressed to Keith Bostic at bostic@cs.berkeley.edu.
1614287Spst
1714287Spst============================================
1814287SpstDistribution contents:
1914287Spst
2014287SpstMakefile.inc	Ignore this, it's the 4.4BSD subsystem Makefile.
2114287SpstPORT		The per OS/architecture directories to use to build
2214287Spst		libdb.a, if you're not running 4.4BSD.  See the file
2314287Spst		PORT/README for more information.
2414287SpstREADME		This file.
2514287Spstbtree		The B+tree routines.
2614287Spstchangelog	List of changes, per version.
2714287Spstdb		The dbopen(3) interface routine.
2814287Spstdocs		Various USENIX papers, and the formatted manual pages.
2914287Spsthash		The extended linear hashing routines.
3014287Spstman		The unformatted manual pages.
3114287Spstmpool		The memory pool routines.
3214287Spstrecno		The fixed/variable length record routines.
3314287Spsttest		Test package.
3414287Spst
35