Skip to content

Releases: maxmind/mod_maxminddb

1.2.0

03 Feb 22:17
Compare
Choose a tag to compare
  • Fix a bug where uninitialized memory could be accessed when looking up
    a path in a database. Pull Request by ylavic. GitHub #78.
  • You may now set MMDB_ADDR to use that IP address rather than the
    remote address when doing the lookup. Pull request by Marc Stern. GitHub
    #63.
  • Add new directive MaxMindDBNetworkEnv that allows setting an
    environment variable containing the network associated with an IP
    address.
  • Add new directive MaxMindDBSetNotes. When set to On, Apache request
    notes will be set in addition to environment variables. Pull request by
    Marco Fontani. GitHub #76.

1.1.0

19 Oct 20:09
Compare
Choose a tag to compare
  • Fail loudly if any configured MaxMindDBFiles 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.

Compilation fixes with older gcc versions

16 Mar 21:37
Compare
Choose a tag to compare
  • The module is now compiled with the -std=c99 -fms-extensions flags. This
    fixes compilation errors on older version of gcc.

First production release

02 Jan 20:47
Compare
Choose a tag to compare
1.0.0

Release for 1.0.0

0.2.0: OR_ALL MaxMindDBEnable

10 Dec 17:47
Compare
Choose a tag to compare
Pre-release
  • The MaxMindDBEnable directive was changed from OR_FILEINFO to OR_ALL. The directive will now work anywhere and does not require AllowOverride FileInfo to work in an .htaccess file.

0.1.0: Significantly refactored

17 Nov 22:36
Compare
Choose a tag to compare
Pre-release
  • The module was largely rewritten. It now supports configuration contexts and handles configuration merging.

First beta release

12 Feb 21:49
Compare
Choose a tag to compare
0.0.1

Remove Overview header