forked from maxmind/MaxMind-DB-Reader-XS
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Changes
51 lines (24 loc) · 1.04 KB
/
Changes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{{$NEXT}}
1.000003 2016-03-23
- iterate_search_tree() now works with libmaxminddb 1.2.0+. GitHub #12.
1.000002 2016-01-07
- Fixed test failures with the latest version of libmaxminddb (1.1.3).
1.000001 2015-12-21
- Fixed test failures with the latest version of libmaxminddb (1.1.2).
1.000000 2014-09-22
- First production release.
0.070000 2014-09-15
- An exception is no longer thrown when a private IP address is passed to
record_for_address. Instead a lookup will be done in the database, and
undef will be returned if there is no record for the IP.
0.060004 2014-04-21
- Updated to latest tests from pure Perl reader. Fixes GH #3.
0.060003 2014-03-10
- Added basic docs for this distro.
0.060002 2013-12-30
- Error messages should now be the same for the pure Perl and XS readers.
- Added some more tests and made a small internals change to faciliate said
tests.
0.060001 2013-12-17
- First public release. We've been using this at MaxMind, Inc. for a while and
it seems to be stable. Bug reports to the contrary are welcome.