[Geoip-c-discuss] ANN: GeoIP C API 1.4.0
Brought to you by:
tjmather
From: Thomas J M. <tjm...@ma...> - 2006-08-07 13:03:33
|
GeoIP C library 1.4.0 has been released and is available for download: http://www.maxmind.com/download/geoip/api/c/GeoIP-1.4.0.tar.gz If you are using the GEOIP_CHECK_CACHE mode, updating is highly recommended, since there are numerous bugs fixes for the CheckCache mode. ChangeLog: * Changed license from GPL to LGPL, so that PHP Extension can be included in PECL (Olivier Hill) * Rewrote GEOIP_CHECK_CACHE code, fixed numerous bugs - CheckCache now works if GeoIP file is overwriten by mv command - Fixed bug where CheckCache kept reloading in GEOIP_STANDARD_MODE - Fixed segfault issue in GEOIP_MEMORY_CACHE mode - Fixed garbage data appearing in GEOIP_INDEX_CACHE mode - Fixed realloc in case realloc returns new memory block (Andre Morozov of Stone Steps) * Updated geoipupdate to print status messages for each database instead of just last database * Check that gi is not null before running code in GeoIP_delete * Updated LICENSE file to add GPL License Exception for PHP * Fixed alpha-3 codes ordering, replaced TLS,TKM,TUN,TON with TKM,TUN,TON,TLS * TP/East Timor changed to TL/Timor-Leste, reflecting changes in ISO-3166 * Added Netware and Windows makefiles (Guenter Knauf) * Fixed NetWare compiler issue with char block[block_size] declaration (Guenter Knauf) * Updated geoipupdate example to run weekly -TJ |