File: Changes

package info (click to toggle)
libalgorithm-hyperloglog-perl 0.24-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 184 kB
  • sloc: perl: 222; ansic: 87; makefile: 3
file content (61 lines) | stat: -rw-r--r-- 1,524 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
Revision history for Algorithm::HyperLogLog

0.24 2017-06-22T17:47:05Z
    - Update Build.PL for perl-5.26

0.23 2014-05-12T16:58:51Z
    - Add new method 'Algorithm::HyperLogLog::merge()'
        (dgryski)

0.22 2013-06-25T22:54:20Z
    - Fixed broken test

0.21 2013-06-25T17:42:09Z
    - Fixed '--pureperl-only' option support

0.20 2013-06-23T09:09:42Z
    - Change dependency
    - Switch aurhoring tool to Minilla

0.19    Mon Jun 17 22:30:00 2013
    - Change MurmurHash3 implementation for PP

0.18    Sun Jun 16 23:50:00 2013
    - Update dependency
    - Change document format

0.17    Fri Jun 14 02:02:00 2013
    - Fixed warning in perl-5.18

0.16    Sat May 11 16:05:00 2013
    - Fixed broken test

0.15    Sat May 11 15:47:00 2013
    - Support multi arguments for add()
    - Support '--pureperl-only' option for Build.PL

0.14    Sat Apr 14 03:30:00 2013
    - Change required perl version
    - Add $VERSION to Algorithm/HyperLogLog/PP.pm

0.11    Fri Apr 05 01:40:00 2013
    - XSLoader is loaded when runtime

0.10    Wed Apr 03 22:15:00 2013
    - [enhancement] register dump/restore feature
    - [bugfix] hash calculation error in big endian environment

0.05    Wed Mar 27 23:30:00 2013
    - Fixed: integer overflow in 32bit environment

0.04    Sat Mar 23 01:50:00 2013
    - Fixed: unportable tests 

0.03    Thu Mar 21 03:15:00 2013
    - Remove unnecessary code in XS

0.02    Wed Mar 20 16:10:00 2013
    - Improve Windows(MSVC) support

0.01    Tue Mar 19 04:00:45 2013
    - Initial release