Path to this page:
Subject: CVS commit: pkgsrc/databases/gdbm
From: Thomas Klausner
Date: 2021-01-04 11:41:13
Message id: 20210104104113.963C3FA9D@cvs.NetBSD.org
Log Message:
gdbm: update to 1.19.
Version 1.19 - 2020-12-23
* Pre-read the memory mapped regions on systems that support it.
This speeds up operations on big databases.
* gdbmtool: tagged initialization of structured data
Initializers for structured data can be given in tagged form, e.g.:
store somekey { status=2, id={a,u,x}, name="foo" }
* Bugfixes:
** Preserve locking type during database reorganization
Files: