-------------------------------------
1.151940 2015-07-13
- Cache limit increased to 5000 entries
- Instead of a full cache clear, only 1 item is pushed off the end of
the cache when full
- Updated database: Mon Jul 13 06:40:01 2015 UTC.
----------------------------
1.143630 2014-12-29
- Updated country codes and names (including reservations)
- Updated database: Mon Dec 29 06:40:01 2014 UTC.
1.141670 2014-06-16
- Spelling fix (RT #93091)
- Updated database: Mon Jun 16 06:40:01 2014 UTC.
1.140470 2014-02-16
- Updated database: Sun Feb 16 06:40:01 2014 UTC.
Do it for all packages that
* mention perl, or
* have a directory name starting with p5-*, or
* depend on a package starting with p5-
like last time, for 5.18, where this didn't lead to complaints.
Let me know if you have any this time.
a) refer 'perl' in their Makefile, or
b) have a directory name of p5-*, or
c) have any dependency on any p5-* package
Like last time, where this caused no complaints.
Add LICENSE
Upstream changes:
1.122880 2012-10-14
- Updated database: Sun Oct 14 06:40:02 2012 UTC.
- Added Bonaire, Sint Eustatius and Saba country code: BQ
1.121660 2012-06-14
- Updated database: Thu Jun 14 06:40:01 2012 UTC.
1.120460 2012-02-15
- Updated database: Wed Feb 15 06:40:01 2012 UTC.
- Fix tests due to updated data
1.112870 2011-10-14
- Added South Sudan country code: .ss
- Updated database: Fri Oct 14 06:40:01 2011 UTC.
1.112490 2011-09-06
- Add a "country name" for code ZZ (private IP addresses) (Neil Bowers)
- Various POD improvements (Neil Bowers)
- Updated database: Tue Sep 6 06:40:01 2011 UTC.
1.111650 2011-06-14
- Updated database: Tue Jun 14 06:40:01 2011 UTC.
1.110450 2011-02-14
- Updated database: Mon Feb 14 06:40:01 2011 UTC.
1.102870 2010-10-14
- Updated database: Thu Oct 14 06:40:01 2010 UTC.
1.101650 2010-06-14
- Minor code and test cleanup
- Updated database: Mon Jun 14 06:40:01 2010 UTC.
Patch provided by Wen Heping in PR 42833.
Changes:
- Added Timor-Leste country code: .tl
- Updated database: Tue Feb 16 06:40:01 2010 UTC
- Using date-based version number
- Code and documentation cleanup
- Added some new tests
- Updated list of country codes
- Updated database: Wed Oct 7 06:40:02 2009 UTC
- Removed webgeo2ipct.pl script as you can now download a suitable file
straight from the web: http://software77.net/geo-ip/
- Updated database: Tue Sep 8 06:40:01 2009 UTC
- Fix undef warning in Faster()
- Tidy up benchmark script
- Tidy up txt<->dat conversion scripts
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1.
The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=..."), minus the packages updated after
the perl package update.
sno@ was right after all, obache@ kindly asked and he@ led the
way. Thanks!
Changes since 0.2:
0.6 Mon May 11 2009
- fix awful - yet popular - usage of Geo::IPfree::new
corrected docs to use ->new instead
- more dist cleanup
0.5 Tue Feb 03 2009
- include Memoize in prereqs for older perls
0.4 Mon Dec 01 2008
- fix "undef" test
0.3 Wed Nov 19 2008
- Add webgeo2ipct script
- Add new data file
- Fix all warnings
- Handle hosts that fail nslookup
- find_db_file() now looks in user-overridable locations before looking
for the shipped version.
- /tmp removed from possible db locations.
- Dist cleanup.
to trigger/signal a rebuild for the transition 5.8.8 -> 5.10.0.
The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=...").
This module a simple file-based database. This database simply contains IP
blocks as keys, and countries as values. The data contains all public IP
addresses and should be more complete and accurate than reverse complete
COMPLETE and accurate than reverse DNS lookups.
This module can be used to automatically select the geographically closest
mirror, or to analyze your web server logs to determine the countries of
your visitors.