File: Changes

package info (click to toggle)
libmaxmind-db-reader-xs-perl 1.000009-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,648 kB
  • sloc: perl: 3,263; ansic: 260; makefile: 3; sh: 2
file content (83 lines) | stat: -rw-r--r-- 1,800 bytes parent folder | download | duplicates (2)
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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
1.000009 2022-04-11

- Release with updated ppport.h. No other changes.

1.000008 2019-06-18

- Add deprecation notice

1.000007 2018-12-15

- Explicitly depend on Math::Int64 and Math::Int128. Reported by
  pkdetlefsen. GitHub #27.


1.000006 2018-10-16

- The performance of record_for_address has been improved.
- Strings retuned by record_for_address will now always have the
  utf8 flag on. Previously, the flag would not be set if the string
  was all ASCII.


1.000005 2018-04-12

- Fixed tests to work with recent `libmaxminddb` releases. PR by
  Hidenori Sugiyama. GitHub #22.


1.000004 2017-01-25

- Command line arguments to Build.PL are now passed through, allowing building
  with option install_base. PR by Mickey. GitHub #18.


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.