newsGNU dbm - News: Version 1.9 available!

 
 
Show feedback again
Latest News
Version 1.23 posted by gray, Fri Feb 4 14:16:18 2022 - 0 replies
Version 1.22 posted by gray, Tue Oct 19 05:48:21 2021 - 0 replies
Version 1.21 posted by gray, Thu Sep 2 14:27:31 2021 - 0 replies
Version 1.20 posted by gray, Thu Jun 17 11:06:19 2021 - 0 replies
Version 1.19 posted by gray, Wed Dec 23 12:57:36 2020 - 0 replies
[Submit News]
[18 news in archive]

Version 1.9 available!

Item posted by Sergey Poznyakoff <gray> on Fri Aug 12 15:37:26 2011.

The version 1.9 of GNU dbm is available for download from ftp://ftp.gnu.org/gnu/gdbm and (after a proper delay) from its mirrors worldwide. New in this version:

Use of mmap

To speed up I/O operations, mmap(2) is used when available.
It can be disabled at compile time using --disable-memory-mapped-io and at run time by giving GDBM_NOMMAP flag to gdbm_open.

Changes in compatibility mode

These changes fix several long-standing bugs in ndbm compatibility code, which made it impossible to
use GDBM with Sendmail and Postfix. Now that they are fixed, GDBM can be used with these MTAs.

Locking is disabled

Neither ndbm nor dbm functions lock their files.

This bug was reported, in particular, in https://bugzilla.redhat.com/show_bug.cgi?id=663932

Do not link pag to dir

Instead of linking pag to dir as previous versions did, GDBM now
creates a separate dir file. Consequently, dbm_pagfno and dbm_dirfno return different file descriptors.

When opening an existing database as a writer, GDBM determines if dir is linked to pag, and if so breaks the link and creates a new dir file. When such a database is opened in a read-only mode, GDBM does not attempt to alter the link.

gdbm_setopt

New options are implemented for use with gdbm_setopt function. In particular, a set of options is provided for retrieving various database parameters, such as the file name, memory mapping status, etc.

The testgdbm program is installed

Testgdbm is an interactive tool for manipulating GDBM database files. It allows you to view or update existing databases, export them to the portable flat file format and to create new database files.

Other changes

  • A testsuite is provided
  • Documentation is improved. An online copy is available in various formats.

Comments:

No messages in Version 1.9 available!

 

Show feedback again

Back to the top


Powered by Savane 3.1-cleanup+gray