Skip to content
This repository was archived by the owner on Jun 1, 2022. It is now read-only.

Releases: maxmind/geoip-api-mod_geoip2

1.2.10: Memory and thread-safety fixes

06 Mar 17:44
Compare
Choose a tag to compare
  • Update docs to note that GeoIP configuration directives cannot be placed in .htaccess files.
  • Fix small memleak (Boris Zentner)
  • A segfault when using multi-threaded workers was fixed. (Fix from thinker0. GitHub #16.)
  • Several instances of manual memory management were switched to use the use Apache's memory pool. (Fix from thinker0. GitHub #16.)

1.2.9 Mar 20 2014

20 Mar 18:12
Compare
Choose a tag to compare
  • Added a new directive, GeoIPScanProxyHeaderField, to specify a custom header which contains the client's IP address (Sascha Kuehndel)
  • Added the ability to forward the result fields to a backend server/proxy via request header (Sascha Kuehndel)

1.2.8

08 Jul 16:48
Compare
Choose a tag to compare
  • Add GeoIPUseFirstNonPrivateXForwardedForIP option ( Boris Zentner )
  • Support Apache 2.4 ( Boris Zentner )
  • Use GeoIP_id_by_addr_v6 instead of GeoIP_country_id_by_addr_v6 ( Boris Zentner )
  • Include util_script.h to silence warning about ap_add_common_vars ( Boris Zentner )

1.2.7

08 Jul 16:48
Compare
Choose a tag to compare
  • Add support for GEOIP_NETSPEED_REV1 ( Boris Zentner )
  • Experimental support for GEOIP_COUNTRY_EDITION_V6 ( Boris Zentner )
  • Add GEOIP_DOMAIN_EDITION support ( Boris Zentner )

1.2.6

08 Jul 16:49
Compare
Choose a tag to compare
  • GEOIP_METRO_CODE replace the depreciated GEOIP_DMA_CODE ( Boris Zentner )
close