Skip to content

Releases: maxmind/geoipupdate

2.0.2

18 Jan 21:38
Compare
Choose a tag to compare
  • Previously geoipupdate did not check the status code of an HTTP response.
    It will now check for an unexpected status code and exit with a warning if
    such a status is received.
  • The client now checks the return value of gz_close to ensure that the gzip
    stream was correctly decoded. GitHub PR #18.
  • The client now checks that the file was correctly opened. Previous versions
    used an incorrect check.

2.0.1

18 Jan 21:39
Compare
Choose a tag to compare
  • Error handling was generally improved. geoipupdate will now return a 1
    whenever an update fails.
  • Previously if one database failed to be updated, geoipupdate would not
    attempt to download the remaining databases. It now continues to the next
    database when a download fails.
  • Support for Mac OS X 10.6, which is missing the getline function was
    added.
  • Unknown directions in the configuration file will now be logged.
  • The debugging output was improved and made more readable.
  • Several documentation errors and typos were fixed.

2.0.0: First Stand-Alone Release

18 Jan 21:39
Compare
Choose a tag to compare
v2.0.0

First stand-alone release