c11036d6bd
- Update to version 2.5.0: * Document the LockFile option in the GeoIP.conf man page. * Remove unused base64 library. * Add the new configuration option PreserveFileTimes. If set, the downloaded files will get the same modification times as their original on the server. Default is 0 (unset). * Use the correct types when calling curl_easy_setopt(). * In GeoIP.conf, the UserId option was renamed to AccountID and the ProductIds option was renamed to EditionIDs. The old options will continue to work, but upgrading to the new names is recommended for forward compatibility.
Martin Pluskal2017-11-16 09:13:30 +00:00
12a0ea772a
- Update to version 2.5.0: * Document the LockFile option in the GeoIP.conf man page. * Remove unused base64 library. * Add the new configuration option PreserveFileTimes. If set, the downloaded files will get the same modification times as their original on the server. Default is 0 (unset). * Use the correct types when calling curl_easy_setopt(). * In GeoIP.conf, the UserId option was renamed to AccountID and the ProductIds option was renamed to EditionIDs. The old options will continue to work, but upgrading to the new names is recommended for forward compatibility.
Martin Pluskal2017-11-16 09:13:30 +00:00
3e2d7234c9
- Cleanup previous changelog entry - Run tests during build * geoipupdate now checks that the database directory is writable. If it is not, it reports the problem and aborts. * geoipupdate now acquires a lock when starting up to ensure only one instance may run at a time. A new option, LockFile, exists to set the file to use as a lock. By default, LockFile is the file .geoipupdate.lock in the database directory. * geoipupdate now prints out additional information from the server when a download request results in something other than HTTP status 2xx. This provides more information when the API does not respond with a database file. In conjunction with changes to the download service itself, errors such as lacking a subscription no longer show up with the message "not a valid gzip file". * ${datarootdir}/GeoIP is now created on make install.
Martin Pluskal2017-11-16 09:09:39 +00:00
c8e11a5d60
- Cleanup previous changelog entry - Run tests during build * geoipupdate now checks that the database directory is writable. If it is not, it reports the problem and aborts. * geoipupdate now acquires a lock when starting up to ensure only one instance may run at a time. A new option, LockFile, exists to set the file to use as a lock. By default, LockFile is the file .geoipupdate.lock in the database directory. * geoipupdate now prints out additional information from the server when a download request results in something other than HTTP status 2xx. This provides more information when the API does not respond with a database file. In conjunction with changes to the download service itself, errors such as lacking a subscription no longer show up with the message "not a valid gzip file". * ${datarootdir}/GeoIP is now created on make install.
Martin Pluskal2017-11-16 09:09:39 +00:00
a0be7f918b
Accepting request 542190 from home:lemmy04:branches:Application:Geo
Martin Pluskal2017-11-16 09:04:59 +00:00
6db070b657
Accepting request 542190 from home:lemmy04:branches:Application:Geo
Martin Pluskal2017-11-16 09:04:59 +00:00
a3a24ed6c5
- Update to version 2.3.1: * geoipupdate now uses TCP keep-alive when compiled with cURL 7.25 or greater. * Previously, on an invalid gzip file, geoipupdate would output binary data to stderr. It now displays an appropriate error message. * Install README, ChangeLog, GeoIP.conf.default etc into docdir. * $(sysconfdir) is now created if it doesn't exist. * The sample config file is now usable.
Martin Pluskal2017-01-05 15:50:14 +00:00
dbf75ad728
- Update to version 2.3.1: * geoipupdate now uses TCP keep-alive when compiled with cURL 7.25 or greater. * Previously, on an invalid gzip file, geoipupdate would output binary data to stderr. It now displays an appropriate error message. * Install README, ChangeLog, GeoIP.conf.default etc into docdir. * $(sysconfdir) is now created if it doesn't exist. * The sample config file is now usable.
Martin Pluskal2017-01-05 15:50:14 +00:00
eda1a1231b
- Update to version 2.2.2 * geoipupdate now calls fsync on the database directory after a rename to make it durable in the event of a crash.
Martin Pluskal2016-02-04 20:18:45 +00:00
5f7af5c031
- Update to version 2.2.2 * geoipupdate now calls fsync on the database directory after a rename to make it durable in the event of a crash.
Martin Pluskal2016-02-04 20:18:45 +00:00