Changes in 1.1.3
----------------
Minor patches to find lmdb.h in a nonstandard location and to get the
test cases to work on MacOS.

Changes in 1.1.2
----------------
- Bug fix release to make the Makefile more robust and use different database
  filenames in the test cases to avoid failures when run in parallel.

Changes in 1.1.1
----------------
- Some minor man page fixes and packaging updates.

Changes in 1.1.0
----------------
- Upgrade to support both the legacy API version 1 and the new version 2 API
  introduced in gawk 4.2.
- When built against API version >= 2, text data retrieved from the database
  using mdb_get or mdb_cursor_get will be created as user input instead of
  strings. So if they appear to contain numeric values, they will have the
  strnum attribute and may be treated as numbers in comparisons. These changes
  could impact the behavior of your program, but should be more consistent
  with expected awk behavior.

Changes from 1.0.0 to 1.0.1
---------------------------
Fix test case to avoid breaking with newer versions of gawk.

Version 1.0.0
-------------
First version.
