From 6d781de65e253a734724bf94d1b9f2160e0a1ca3 Mon Sep 17 00:00:00 2001 From: Dave Rolsky Date: Tue, 16 Jul 2013 12:12:43 -0500 Subject: [PATCH] v0.040000 --- Changes | 2 ++ README | 22 +++++++++++----------- 2 files changed, 13 insertions(+), 11 deletions(-) diff --git a/Changes b/Changes index f9cfa91..465711d 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,7 @@ {{$NEXT}} +0.040000 2013-07-16 + - Added the GeoIP2::Database::Reader class. This provides an API for looking up data in a GeoIP2 database, as opposed to making a web service call. diff --git a/README b/README index bf1c12b..7628cf8 100644 --- a/README +++ b/README @@ -1,19 +1,18 @@ NAME - GeoIP2 - Perl API for MaxMind's GeoIP2 web services + GeoIP2 - Perl API for MaxMind's GeoIP2 web services and databases VERSION - version 0.0302 + version 0.040000 DESCRIPTION This distribution provides an API for the GeoIP2 web services (as - documented at ). + documented at ) and + downloadable databases. - In the future, this distribution will also provide the same API for the - GeoIP2 downloadable databases. These databases have not yet been - released as a downloadable product. - - See GeoIP2::WebService::Client for details on the web service client - API. + See GeoIP2::WebService::Client for details on the web service client API + and GeoIP2::Database::Reader for the database API. The only downloadable + database currently available is GeoLite2 City. See + for details. BETA NOTE This is a beta release. The API may change before the first production @@ -59,8 +58,9 @@ REPORTING DATA PROBLEMS VERSIONING POLICY This module uses semantic versioning as described by - . Version numbers can be read as X.YYZZ, where X is - the major number, YY is the minor number, and ZZ is the patch number. + . Version numbers can be read as X.YYYZZZ, where X + is the major number, YYY is the minor number, and ZZZ is the patch + number. PERL VERSION SUPPORT MaxMind has tested this API with Perl 5.8.8 and above. Reasonable