update to 1.73
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Mon, 20 Dec 1993 05:14:40 +0000 (21:14 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Mon, 20 Dec 1993 05:14:40 +0000 (21:14 -0800)
SCCS-vsn: lib/libc/db/VERSION 8.8

usr/src/lib/libc/db/VERSION

index b5c5df6..2958a52 100644 (file)
@@ -1,6 +1,6 @@
-#      @(#)VERSION     8.7 (Berkeley) %G%
+#      @(#)VERSION     8.8 (Berkeley) %G%
 
 
-This is version 1.72 of the Berkeley DB code.
+This is version 1.73 of the Berkeley DB code.
 
 If your version of the DB code doesn't have a copy of
 this version file, it's really old, please update it!
 
 If your version of the DB code doesn't have a copy of
 this version file, it's really old, please update it!
@@ -16,15 +16,21 @@ Email questions may be addressed to Keith Bostic at
 bostic@cs.berkeley.edu.
 
 ============================================
 bostic@cs.berkeley.edu.
 
 ============================================
-1.7 -> 1.72    12 Oct 1993
+1.72 -> 1.73
+       btree:  If enough duplicate records were inserted and then deleted
+               that internal pages had references to empty pages of the
+               duplicate keys, the search function ended up on the wrong
+               page.
+
+1.7  -> 1.72   12 Oct 1993
        hash:   Support NET/2 hash formats.
                
        hash:   Support NET/2 hash formats.
                
-1.7 -> 1.71    16 Sep 1993
+1.7  -> 1.71   16 Sep 1993
        btree/recno:
                Fix bug in internal search routines that caused
                return of invalid pointers.
 
        btree/recno:
                Fix bug in internal search routines that caused
                return of invalid pointers.
 
-1.6 -> 1.7     07 Sep 1993
+1.6  -> 1.7    07 Sep 1993
        hash:   Fixed big key overflow bugs.
        test:   Portability hacks, rewrite test script, Makefile.
        btree/recno:
        hash:   Fixed big key overflow bugs.
        test:   Portability hacks, rewrite test script, Makefile.
        btree/recno:
@@ -32,12 +38,12 @@ bostic@cs.berkeley.edu.
        PORT:   Break PORT directory up into per architecture/OS
                subdirectories.
 
        PORT:   Break PORT directory up into per architecture/OS
                subdirectories.
 
-1.5 -> 1.6     06 Jun 1993
+1.5  -> 1.6    06 Jun 1993
        hash:   In PAIRFITS, the first comparison should look at (P)[2].
                The hash_realloc function was walking off the end of memory.
                The overflow page number was wrong when bumping splitpoint.
 
        hash:   In PAIRFITS, the first comparison should look at (P)[2].
                The hash_realloc function was walking off the end of memory.
                The overflow page number was wrong when bumping splitpoint.
 
-1.4 -> 1.5     23 May 1993
+1.4  -> 1.5    23 May 1993
        hash:   Set hash default fill factor dynamically.
        recno:  Fixed bug in sorted page splits.
                Add page size parameter support.
        hash:   Set hash default fill factor dynamically.
        recno:  Fixed bug in sorted page splits.
                Add page size parameter support.
@@ -50,16 +56,16 @@ bostic@cs.berkeley.edu.
                Change sync routines to take a flag argument, recno
                        uses this to sync out the underlying btree.
 
                Change sync routines to take a flag argument, recno
                        uses this to sync out the underlying btree.
 
-1.3 -> 1.4     10 May 1993
+1.3  -> 1.4    10 May 1993
        recno:  Delete the R_CURSORLOG flag from the recno interface.
                Zero-length record fix for non-mmap reads.
                Try and make SIZE_T_MAX test in open portable.
 
        recno:  Delete the R_CURSORLOG flag from the recno interface.
                Zero-length record fix for non-mmap reads.
                Try and make SIZE_T_MAX test in open portable.
 
-1.2 -> 1.3     01 May 1993
+1.2  -> 1.3    01 May 1993
        btree:  Ignore user byte-order setting when reading already
                existing database.  Fixes to byte-order conversions.
 
        btree:  Ignore user byte-order setting when reading already
                existing database.  Fixes to byte-order conversions.
 
-1.1 -> 1.2     15 Apr 1993
+1.1  -> 1.2    15 Apr 1993
                No bug fixes, only compatibility hacks.
 ============================================
 
                No bug fixes, only compatibility hacks.
 ============================================