This repository has been archived by the owner on Jun 1, 2022. It is now read-only.
1.6.10: Fix GeoIP_database_info truncation and Windows issues
- GeoIP_database_info now returns the full version string rather than
incorrectly truncating it. GitHub #79. - This API is now distributed with a small test copy of GeoIP.dat rather than
a full copy. - Fix issue where Visual Studio 2015 was optimizing out initialization code.
Reported and fixed by Scott Godin. GitHub #81. - Fix test/benchmark on Windows. Gisle Vanem. GitHub #75.