[Geoip-c-discuss] ANN: GeoIP C API 1.4.3
Brought to you by:
tjmather
From: Thomas J M. <tjm...@ma...> - 2007-08-30 19:10:51
|
GeoIP C library 1.4.3 has been released and is available for download: http://www.maxmind.com/download/geoip/api/c/GeoIP-1.4.3.tar.gz ChangeLog: ! CHANGE with geoiplookup facility: -v flag now returns database info for all databases, not just GeoIP Country * Added ability to get netmask of network block from last lookup using GeoIP_last_netmask * Fixed GeoIP_database_info bug with GeoLite City * Replaced 4 with sizeof(char*) to fix issues with geoipupdate on 64 Bit machines * Added GeoIP_set_charset function - enables UTF8 output of city name if GEOIP_CHARSET_UTF8 flag is passed to GeoIP_set_charset * Fixed segfault issue if calling GeoIP_db_avail before opening a database * Added continent_code to GeoIP City's record struct -TJ |