mod_maxminddb 1.1.0 released

Started by Gregg, November 20, 2016, 07:40:41 AM

Previous topic - Next topic

Gregg

Nothing terribly important here.

Changes in module v1.1.0

* Fail loudly if any configured `MaxMindDBFile`s don't exist.
  Previously we would accept the configuration and silently do nothing.
* Support lookups in the root of VHost sections.
* `MaxMindDBEnv` now takes exactly two arguments. Previously, it allowed more
  arguments but ignored all but one set of arguments.

Changes in API v1.2.0

* Four additional fields were added to the end of the `MMDB_search_node_s`
  struct returned by `MMDB_read_node`. These fields allow the user to iterate
  through the search tree without making undocumented assumptions about how
  this library works internally and without knowing the specific details of
  the database format. GitHub #110.