File: Changes

package info (click to toggle)
libip-geolocation-mmdb-perl 1.013-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 184 kB
  • sloc: perl: 192; makefile: 3
file content (104 lines) | stat: -rw-r--r-- 2,279 bytes parent folder | download
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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
Revision history for IP::Geolocation::MMDB

1.013  2025-03-13 08:23:04 CET

  - Amend the library search path on old versions of Strawberry Perl
  - Support Perl 5.14

1.012  2025-02-20 09:00:30 CET

  - Use pkg-config if Alien::libmaxminddb is unavailable

1.011  2025-01-22 09:09:04 CET

  - Add a get method that returns the prefix length

1.010  2022-12-24 07:15:32 CET

  - Implement the file method
  - Move the constructor to the XS source

1.009  2022-08-05 14:32:53 CEST

  - Move the primary Git repository to GitHub

1.008  2022-06-07 16:58:48 CEST

  - Ensure that the module is subclassable. Fixed by Yujuan Jiang.

1.007  2022-04-01 21:00:13 CEST

  - Replace div() with arithmetic operators as GCC 11.2.0 may produce wrong
    values

1.006  2022-03-23 03:29:15 CET

  - Add Math::BigInt 1.999806 to the configuration requirements
  - Revert to checking the libmaxminddb version with a regular expression

1.005  2022-03-16 17:32:21 CET

  - Check if Math::BigInt actually works
  - Improve some error messages in the build and test scripts

1.004  2022-03-07 17:32:21 CET

  - Reintroduce the Windows support

1.003  2022-01-25 15:13:30 CET

  - Windows is no longer supported

1.002  2022-01-24 04:51:57 CET

  - Skip the tests if libmaxminddb is too old

1.001  2022-01-23 07:25:04 CET

  - Require libmaxminddb 1.2.0 or newer

1.000  2022-01-22 09:06:57 CET

  - Depend on Math::BigInt 1.999806 and use as_hex() instead of to_hex()
  - Add a safety check

0.009  2022-01-11 08:08:25 CET

  - Depend on Math::BigInt 1.999811

0.008  2022-01-10 15:07:38 CET

  - Implement iterate_search_tree
  - Fix the code for MMDB_UINT128_IS_BYTE_ARRAY

0.007  2022-01-03 13:19:29 CET

  - Implement IP::Geolocation::MMDB::Metadata

0.006  2022-01-02 04:14:40 CET

  - Remove loop initial declarations from MMDB.xs
  - _to_bigint is now a virtual method
  - Improved tests

0.005  2021-12-31 21:16:14 CET

  - Handle MMDB_UINT128_IS_BYTE_ARRAY

0.004  2021-12-31 17:00:26 CET

  - Store 64- and 128-bit integers in Math::BigInt objects

0.003  2021-12-30 10:04:58 CET

  - Don't call gai_strerror(), which may return UTF-16 on Windows
  - Add more tests

0.002  2021-12-29 01:16:55 CET

  - Skip the IPv6 tests on Windows

0.001  2021-12-27 08:03:18 CET

  - First version