Changelog for
GeoIP-debuginfo-1.4.4-3.1.i586.rpm :
Tue Feb 3 13:00:00 2009 poemlAATTsuse.de
- remove hardcoded debug_package macro from spec file, which can
break the build
Tue Jan 22 13:00:00 2008 lnusselAATTsuse.de
- new version 1.4.4, breaks ABI wrt GeoIP_country_code!
* Updated original geoipupdate to return \"Invalid product ID or
subscription expired\"
* Added BL/Saint Barthelemy, MF/Saint Martin (ISO-3166-1
additions)
* Check for illegal IP strings, return 0 if IP is not well formed
IPv4 e.g. 1.2.3.4.5 and 1.2.3
* Clarified that while core GeoIP library is LGPL, libGeoIPUpdate
depends on md5.c and types.h which are GPL.
* speedup the conversion from ipstring to ipnum in
_GeoIP_addr_to_num. Doubles the speed of GEOIP_MEMORY_CACHE and
GEOIP_MMAP_CACHE
* Added new mmap shared memory caching option, GEOIP_MMAP_CACHE
Tue Oct 9 14:00:00 2007 mrueckertAATTsuse.de
- move the ldconfig calls to the correct package
Sun Oct 7 14:00:00 2007 mrueckertAATTsuse.de
- new version 1.4.3
! 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
(Frank Mather)
- changes to the package layout:
- splitted out library package (libGeoIP1)
- renamed devel package GeoIP-devel to libGeoIP-devel
Wed Aug 29 14:00:00 2007 mrueckertAATTsuse.de
- we dont need zlib-devel to link against libGeoIP
Wed Aug 29 14:00:00 2007 mrueckertAATTsuse.de
- spec file cleanup
- fix rpmlint warnings
Wed Aug 29 14:00:00 2007 crrodriguezAATTsuse.de
- run ldconfig
- fix devel package dependencies
Thu Apr 5 14:00:00 2007 mrueckertAATTsuse.de
- submit the splitted package from the buildservice
Thu Mar 29 14:00:00 2007 lnusselAATTsuse.de
- new version 1.4.2
* Replaced CS/Serbia and Montenegro with RS/Serbia, removed
ZR/Zaire, added ME/Montenegro
* Added AX/Aland Islands, GG/Guernsey, IM/Isle of Man, JE/Jersey
(ISO-3166-1 changes)
* Added GeoIP_time_zone_by_country_and_region(),
GeoIP_region_name_by_code()
* Added -d flag to enable custom path for geoipupdate
- don\'t package
*.a and
*.la
- add zlib-devel to BuildRequires
Fri Jan 26 13:00:00 2007 mrueckertAATTsuse.de
- update to version 1.4.1
* Replaced CS/Serbia and Montenegro with RS/Serbia, removed
ZR/Zaire, added ME/Montenegro
* Added AX/Aland Islands, GG/Guernsey, IM/Isle of Man, JE/Jersey
(ISO-3166-1 changes)
* Added GeoIP_time_zone_by_country_and_region, to lookup zoneinfo
timezone by country and region (Frank Mather)
* Added GeoIP_region_name_by_code, to lookup region name from
region code (Frank Mather)
* added -f and -d flags to enable custom paths for geoiplookup
utility program (Frank Mather)
* Added benchmarks for GeoIP Region and City in test/benchmark.c
(Frank Mather)
* Fixed build issue when using --as-needed flag
(Diego \'Flameeyes\' Pettenò)
* Add sanity checking for filename returned by MaxMind.com server
for geoipupdate filename (Dean Gaudet, arctic.org)
* Fixed memory leaks under error conditions, buffer overflow
using sprintf, and issue where a corrupted cache file could
core dump the file (Nick Galbreath, Right Media Inc)
Sat Dec 9 13:00:00 2006 mrueckertAATTsuse.de
- spec file clean up
- split out the devel files
Sat Oct 28 14:00:00 2006 lnusselAATTsuse.de
- update to version 1.4.0
* license change to LGPL
* various fixes