1## 1.2.0 - 2020-02-03
2
3* Fix a bug where uninitialized memory could be accessed when looking up
4  a path in a database. Pull Request by ylavic. GitHub #78.
5* You may now set `MMDB_ADDR` to use that IP address rather than the
6  remote address when doing the lookup. Pull request by Marc Stern. GitHub
7  #63.
8* Add new directive `MaxMindDBNetworkEnv` that allows setting an
9  environment variable containing the network associated with an IP
10  address.
11* Add new directive `MaxMindDBSetNotes`. When set to `On`, Apache request
12  notes will be set in addition to environment variables. Pull request by
13  Marco Fontani. GitHub #76.
14
15## 1.1.0 - 2016-10-19
16
17* Fail loudly if any configured `MaxMindDBFile`s don't exist.
18  Previously we would accept the configuration and silently do nothing.
19* Support lookups in the root of VHost sections.
20* `MaxMindDBEnv` now takes exactly two arguments. Previously, it allowed more
21  arguments but ignored all but one set of arguments.
22
23## 1.0.1 - 2015-03-16
24
25* The module is now compiled with the `-std=c99 -fms-extensions` flags. This
26  fixes compilation errors on older version of `gcc`.
27
28## 1.0.0 - 2015-01-02
29
30* First non-beta release.
31* Updated documentation for completeness and correctness.
32* Added maxminddb.h check to configure.ac.
33
34## 0.2.0 - 2014-12-10
35
36* The `MaxMindDBEnable` directive was changed from `OR_FILEINFO` to `OR_ALL`.
37  The directive will now work anywhere and does not require
38  `AllowOverride FileInfo` to work in an `.htaccess` file.
39
40## 0.1.0 - 2014-11-17
41
42* The module was largely rewritten. It now supports configuration contexts
43  and handles configuration merging.
44
45## 0.0.1 - 2014-02-12
46
47* Initial release.
48