Change logs for python-geoip source package in Hardy

  • python-geoip (1.2.1-2ubuntu2) hardy; urgency=low
    
      * Add the the following improvements to the GeoIP-Python binding
        (James Henstridge) LP: #180212, sf#1863473:
        1. fixes some reference leaks in setting up GeoIP.country_codes,
           country_names, and country_continents variables. It also moves some
           variable declarations to the top of the initGeoIP() function for
           compatibility with pre-C99 compilers.
        2. exposes CHECK_CACHE and INDEX_CACHE flags for GeoIP.new() or
           GeoIP.open()
        3. adds "database_info" and "database_edition" attributes to GeoIP
           objects.
        4. adds "region_name" and "time_zone" keys to dictionary returned by
           record_by_addr()/record_by_name().
      * debian/copyright: Update to LGPL.
    
     -- Matthias Klose <email address hidden>   Wed, 09 Apr 2008 17:52:09 +0000
  • python-geoip (1.2.1-2ubuntu1) feisty; urgency=low
    
      * Build a python-geoip-dbg package.
      * Set Ubuntu maintainer address.
    
     -- Matthias Klose <email address hidden>   Mon, 19 Feb 2007 09:49:28 +0100