CHANGES, release note, README

This commit is contained in:
Evan Hunt
2019-06-22 20:41:43 -07:00
parent c9945d6148
commit 8854e284fd
4 changed files with 67 additions and 22 deletions

12
CHANGES
View File

@@ -1,3 +1,15 @@
5258. [func] Added support for the GeoIP2 API from MaxMind. This
will be compiled in by default if the "libmaxminddb"
library is found at compile time, but can be
suppressed using "configure --without-geoip2".
The legacy GeoIP API can be enabled by using
"configure --with-geoip". This cannot be used
together with GeoIP2.
Certain geoip ACL settings that were available with
legacy GeoIP are not available when using GeoIP2.
[GL #182]
5257. [bug] Some statistics data was not being displayed.
Add shading to the zone tables. [GL #1030]