home *** CD-ROM | disk | FTP | other *** search
/ Geek Gadgets 1 / ADE-1.bin / ade-dist / ixemul-45.0-src.tgz / tar.out / contrib / ixemul / db / VERSION < prev   
Text File  |  1996-09-28  |  4KB  |  114 lines

  1. #    $NetBSD: VERSION,v 1.7 1995/02/27 13:19:33 cgd Exp $
  2. #    @(#)VERSION    8.17 (Berkeley) 6/20/94
  3.  
  4. This is version 1.79 of the Berkeley DB code.
  5.  
  6. For information on compiling and installing this software, see the file
  7. PORT/README.
  8.  
  9. If your version of the DB code doesn't have a copy of this version file,
  10. it's really old, please update it!
  11.  
  12. Newer versions of this software will periodically be made available by
  13. anonymous ftp from ftp.cs.berkeley.edu.  An archive in compressed format
  14. is in ucb/4bsd/db.tar.Z, or in gzip format in ucb/4bsd/db.tar.gz.  If
  15. you'd like to receive announcements of future releases of this software,
  16. send email to the contact address below.
  17.  
  18. Email questions may be addressed to Keith Bostic at bostic@cs.berkeley.edu.
  19.  
  20. ============================================
  21. Distribution contents:
  22.  
  23. Makefile.inc    Ignore this, it's the 4.4BSD subsystem Makefile.
  24. PORT        The per OS/architecture directories to use to build
  25.         libdb.a, if you're not running 4.4BSD.  See the file
  26.         PORT/README for more information.
  27. README        This file.
  28. VERSION        This file.
  29. btree        B+tree routines.
  30. db        Dbopen(3) interface routine.
  31. doc        USENIX papers, formatted manual pages.
  32. hash        Extended linear hashing routines.
  33. man        Unformatted manual pages.
  34. mpool        Memory pool routines.
  35. recno        Fixed/variable length record routines.
  36. test        Test package.
  37.  
  38. ============================================
  39. 1.78 -> 1.79    Mon Jun 20 17:36:47 EDT 1994
  40.     all:    Minor cleanups of 1.78 for porting reasons; only
  41.         major change was inlining check of NULL pointer
  42.         so that __fix_realloc goes away.
  43.  
  44. 1.77 -> 1.78    Thu Jun 16 19:06:43 EDT 1994
  45.     all:    Move "standard" size typedef's into db.h.
  46.  
  47. 1.76 -> 1.77    Thu Jun 16 16:48:38 EDT 1994
  48.     hash:    Delete __init_ routine, has special meaning to OSF 2.0.
  49.  
  50. 1.74 -> 1.76
  51.     all:    Finish up the port to the Alpha.
  52.  
  53. 1.73 -> 1.74
  54.     recno:    Don't put the record if rec_search fails, in rec_rdelete.
  55.         Create fixed-length intermediate records past "end" of DB
  56.         correctly.
  57.         Realloc bug when reading in fixed records.
  58.     all:    First cut at port to Alpha (64-bit architecture) using
  59.         4.4BSD basic integral types typedef's.
  60.         Cast allocation pointers to shut up old compilers.
  61.         Rework PORT directory into OS/machine directories.
  62.  
  63. 1.72 -> 1.73
  64.     btree:    If enough duplicate records were inserted and then deleted
  65.         that internal pages had references to empty pages of the
  66.         duplicate keys, the search function ended up on the wrong
  67.         page.
  68.  
  69. 1.7  -> 1.72    12 Oct 1993
  70.     hash:    Support NET/2 hash formats.
  71.  
  72. 1.7  -> 1.71    16 Sep 1993
  73.     btree/recno:
  74.         Fix bug in internal search routines that caused
  75.         return of invalid pointers.
  76.  
  77. 1.6  -> 1.7    07 Sep 1993
  78.     hash:    Fixed big key overflow bugs.
  79.     test:    Portability hacks, rewrite test script, Makefile.
  80.     btree/recno:
  81.         Stop copying non-overflow key/data pairs.
  82.     PORT:    Break PORT directory up into per architecture/OS
  83.         subdirectories.
  84.  
  85. 1.5  -> 1.6    06 Jun 1993
  86.     hash:    In PAIRFITS, the first comparison should look at (P)[2].
  87.         The hash_realloc function was walking off the end of memory.
  88.         The overflow page number was wrong when bumping splitpoint.
  89.  
  90. 1.4  -> 1.5    23 May 1993
  91.     hash:    Set hash default fill factor dynamically.
  92.     recno:    Fixed bug in sorted page splits.
  93.         Add page size parameter support.
  94.         Allow recno to specify the name of the underlying btree;
  95.             used for vi recovery.
  96.     btree/recno:
  97.         Support 64K pages.
  98.     btree/hash/recno:
  99.         Provide access to an underlying file descriptor.
  100.         Change sync routines to take a flag argument, recno
  101.             uses this to sync out the underlying btree.
  102.  
  103. 1.3  -> 1.4    10 May 1993
  104.     recno:    Delete the R_CURSORLOG flag from the recno interface.
  105.         Zero-length record fix for non-mmap reads.
  106.         Try and make SIZE_T_MAX test in open portable.
  107.  
  108. 1.2  -> 1.3    01 May 1993
  109.     btree:    Ignore user byte-order setting when reading already
  110.         existing database.  Fixes to byte-order conversions.
  111.  
  112. 1.1  -> 1.2    15 Apr 1993
  113.         No bug fixes, only compatibility hacks.
  114.