Releases: maxmind/geoipupdate
Releases · maxmind/geoipupdate
2.1.0
- 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.2
- 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
- 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
v2.0.0 First stand-alone release