[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

[ANN] geoip 0.8.0 Released

John

8/29/2008 5:39:00 AM

geoip version 0.8.0 has been released!

* <http://geoip.rubyfor...

GeoIP searches a GeoIP database for a given host or IP address, and
returns information about the country where the IP address is allocated,
and the city, ISP and other information, if you have that database version.

You need at least the free GeoIP.dat, for which the last known download
location is <http://www.maxmind.com/download/geoip/database/GeoIP....,
or the city database from <http://www.maxmind.com/app/geoli....

Changes:

### 0.8.0

* Bug Fix
* Added Mutex protection around file I/O for thread safety

* <http://geoip.rubyfor...

--
Clifford Heath.