update to 1.73
[unix-history] / usr / src / lib / libc / db / VERSION
CommitLineData
768788d4 1# @(#)VERSION 8.8 (Berkeley) %G%
42d1034c 2
768788d4 3This is version 1.73 of the Berkeley DB code.
42d1034c 4
7e140545
KB
5If your version of the DB code doesn't have a copy of
6this version file, it's really old, please update it!
57028056 7
8b5c224d
KB
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.
d6fa0390
KB
11If you'd like to get announcements of future releases
12of this software, send email to the contact address
13below.
8b5c224d
KB
14
15Email questions may be addressed to Keith Bostic at
16bostic@cs.berkeley.edu.
17
57028056 18============================================
768788d4
KB
191.72 -> 1.73
20 btree: If enough duplicate records were inserted and then deleted
21 that internal pages had references to empty pages of the
22 duplicate keys, the search function ended up on the wrong
23 page.
24
251.7 -> 1.72 12 Oct 1993
67de7d73
KB
26 hash: Support NET/2 hash formats.
27
768788d4 281.7 -> 1.71 16 Sep 1993
12e3f3cd
KB
29 btree/recno:
30 Fix bug in internal search routines that caused
31 return of invalid pointers.
32
768788d4 331.6 -> 1.7 07 Sep 1993
71feb8a2
KB
34 hash: Fixed big key overflow bugs.
35 test: Portability hacks, rewrite test script, Makefile.
36 btree/recno:
37 Stop copying non-overflow key/data pairs.
38 PORT: Break PORT directory up into per architecture/OS
39 subdirectories.
40
768788d4 411.5 -> 1.6 06 Jun 1993
020ed94f
KB
42 hash: In PAIRFITS, the first comparison should look at (P)[2].
43 The hash_realloc function was walking off the end of memory.
44 The overflow page number was wrong when bumping splitpoint.
71feb8a2 45
768788d4 461.4 -> 1.5 23 May 1993
7e140545
KB
47 hash: Set hash default fill factor dynamically.
48 recno: Fixed bug in sorted page splits.
49 Add page size parameter support.
50 Allow recno to specify the name of the underlying btree;
51 used for vi recovery.
52 btree/recno:
53 Support 64K pages.
54 btree/hash/recno:
55 Provide access to an underlying file descriptor.
56 Change sync routines to take a flag argument, recno
57 uses this to sync out the underlying btree.
58
768788d4 591.3 -> 1.4 10 May 1993
21abf7f5
KB
60 recno: Delete the R_CURSORLOG flag from the recno interface.
61 Zero-length record fix for non-mmap reads.
62 Try and make SIZE_T_MAX test in open portable.
63
768788d4 641.2 -> 1.3 01 May 1993
37849e7d
KB
65 btree: Ignore user byte-order setting when reading already
66 existing database. Fixes to byte-order conversions.
6a04e4d1 67
768788d4 681.1 -> 1.2 15 Apr 1993
7e140545 69 No bug fixes, only compatibility hacks.
6a04e4d1
KB
70============================================
71
72Distribution contents:
73 Makefile.inc Ignore this, it's Berkeley's internal Makefile.
74 PORT The directory to build in.
75 README This file.
76 VERSION This file.
77 btree B+tree routines.
78 db Dbopen(3) interface routine.
c60bee1f 79 doc USENIX papers, formatted man pages.
6a04e4d1 80 hash Extended linear hashing routines.
c60bee1f 81 man Unformatted man pages.
6a04e4d1 82 mpool Memory pool routines.
a4f7de6d 83 recno Fixed/variable length record routines.
6a04e4d1 84 test Test package.