home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 1: Amiga / FrozenFish-Apr94.iso / bbs / gnu / gdbm-1.7.1.tar.gz / gdbm-1.7.1.tar / gdbm-1.7.1 / NEWS < prev    next >
Text File  |  1993-11-16  |  2KB  |  54 lines

  1. CHANGES from 1.7 to 1.7.1
  2.   1.  Enahanced portabilty and compile/installation bug fixes.
  3.   2.  Switched over to using an auto config header.
  4.   2.  Slight documentation upgrade.
  5.  
  6. CHANGES from 1.6 to 1.7
  7.   1.  A new dynamic, delayed initialization, bucket cache.
  8.   2.  New gdbm_setopt(), gdbm_exists(), and gdbm_strerror() routines.
  9.   3.  Slightly improved dbm/ndbm compatibility.
  10.   4.  Greatly improved portability to 64 or 16 bit machines.
  11.   5.  Various bug fixes.
  12.  
  13. CHANGES from 1.5 to 1.6
  14.   1.  New documentation in both man and texinfo formats.
  15.   2.  Bug fixes.
  16.   3.  A New "writers" mode that does not fsync the database.
  17.   4.  Uses Autoconf now.
  18.  
  19. CHANGES from 1.4 to 1.5:
  20.   1.  Minor bug fixes.  See the ChangeLog.
  21.   2.  Added gdbmconst.h to allow users to change the size of the
  22.       bucket cache in the systems.h file.
  23.  
  24. CHANGES from 1.0 to 1.4:
  25.   1.  Mainly bug fixes.
  26.   2.  A define for "dbmclose()" was added to dbm.h for those few 
  27.       implementaions that need that call.
  28.   3.  For details, see the ChangeLog.
  29.  
  30. CHANGES from 0.9 to 1.0:
  31.   1.  Makefiles were combined into one and a few new things added to it.
  32.   2.  Several minor bugs were fixed including a cache bug.
  33.   3.  Two new calls (dbm_pagfno, dbm_dirfno) were added to the NDBM interface.
  34.   3.  A conversion program from dbm files to gdbm files was added.
  35.   4.  Reorganize was changed to allow complex file names. (dir/file form)
  36.   5.  testgdbm, testndbm, and testdbm were modified to return key and data
  37.       pairs where needed and to take an optional file name as an argument.
  38.       testgdbm had some command characters changed.
  39.   6.  The DBM and NDBM interfaces were separated.
  40.   7.  An include file for dbm users was added. (dbm.h)
  41.   8.  The include file for ndbm users was renamed ndbm.h. (It was gndbm.h.)
  42.  
  43. CHANGES from 0.8 to 0.9:
  44.   1.  The hash function changed.
  45.   2.  The file format changed.
  46.   3.  There was a complete rewrite of falloc.c.
  47.   4.  There were added compatiblity routines for ndbm.
  48.   5.  The file names for dbm compatibility routines were made to
  49.       look like dbm.
  50.   6.  Test programs changed.
  51.   7.  Support for System V.
  52.   8.  Various other small changes.
  53.   9.  The need for recovery and associated code was removed.
  54.