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

Release v1.4.6

Compare
Choose a tag to compare
@oschwald oschwald released this 08 Jul 16:34
· 426 commits to main since this release
  • Fix geoipupdate's my_printf function ( Boris Zentner )
  • Fix typo in apps/geoipupdate-pureperl.pl replace PerlIO::Gzip with PerlIO::gzip ( Boris Zentner )
  • Update region codes in libGeoIP/regionName.c ( Boris Zentner )
  • Fix regioncode/generate_regionName.pl to handle regioncodes with ',' correct ( Boris Zentner )
  • Update fips codes 20090201 ( Boris Zentner )
  • Fix unicode builds on WIN32 and eliminate some warnings ( Stu Redman )
  • Fix sign error in _iso_8859_1__utf8 for PPC64 ( Boris Zentner )
  • Change WIN32 to _WIN32, since _WIN32 is defined by default. WIN32 is also defined for WIN64 machines ( Boris Zentner )
    ! Remove the WSAStartup call from GeoIP_open. All Applications need to call WSAStartup and WSACleanup to initialize the Windows Socket library. Before they use any of the GeoIP
    *_by_name functions. ( Boris Zentner )
  • geoiplookup and test-geoip-* output N/A instead of (null) ( Boris Zentner )
  • Silence various warnings. ( Boris Zentner )
  • Add more timezone region's for Australia
  • Fix possible segfault in apps/geoiplookup with null pointers in non gnu printf implementations for example solaris ( Boris Zentner )
  • Add README.OSX to build fat binaries easy ( Boris Zentner )
  • Silence vasprintf warning via AC_GNU_SOURCE ( Boris Zentner )
  • Add several Makefiles to build a static GeoIP.lib for w32 ( Stanislaw Pusep and Randy Kobes )
  • Silence signedness warnings ( Peter Volkov )
  • Remove --with-city configure option. ( Boris Zentner )
  • Remove configure's --with-dbdir option. Use the similar --datadir instead ( Peter Volkov )
  • Various autotools improvements and cleanups. Including parallel
    build fix ( Peter Volkov )
  • Fix libGeoIP/timeZone.c ( Martin Haller )
  • Fix timezone/generate_timeZone.pl ( Boris Zenter )
  • Sync FIPS codes again Jan 14th, 2009 ( Boris Zentner )
  • Fix CA,NL regioncode. ( Boris Zentner )
  • Change logic in generate_regionName.pl and GeoIP_region_name_by_code to handle any mixture of two letter fips codes matching [A-Z0-9]{2} the change allow GZ and WE region codes ( Boris Zentner )
  • Sync regionName.c with http://www.maxmind.com/app/fips10_4 from Dec 17th, 2008 ( Boris Zentner )
  • Fix _GeoIP_lookupaddress for 64bit big endian systems like ppc64 ( Peter Volkov )
  • Add proper WIN32/64 support ( Gerald Combs )
  • Escape - in all manpages ( Patrick Matthaei )
  • Add manpage for geoiplookup6 ( Boris Zentner )
  • Fix -d command line option ( Klaus Heinz )
  • GeoIPUpdate.c use vasprintf if avail, otherwise try vsnprintf and sprintf ( Boris Zentner )
  • avoid pre/postincrement and assignment on the same variable ( Boris Zentner )