File: Changes

package info (click to toggle)
libnumber-bytes-human-perl 0.11-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 140 kB
  • sloc: perl: 593; makefile: 2
file content (51 lines) | stat: -rw-r--r-- 1,726 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
Revision history for Perl extension Number::Bytes::Human.

0.11 Sun Jan 08 2017
         - Remove debug statements (CPAN RT#119241)
         - Makefile.PL modernization

0.10 Wed May 11 2016
         - Fix incorrect handling of fractional units (thanks James Stanley,
           patch taken from #114296 which fixes initial bug report #97324)

0.09 Fri Mar 01 2013
         - Add parse_bytes

0.08 Fri Feb 22 2013
         - fix bug #81477 (precision support) with patch from Matthew Vale

0.07 Thu Mar 5 2007
         - nothing new here
         - META.yml is automatically generated by EUMM
         - minor edits of the docs
         - added a test for POD coverage

0.06 Thu Oct 26 2006
         - Martin Ward pointed to me:
           * [FIX] the SI prefix for bytes in base 1024 is still 'B', 
             not 'iB'
           * floppy disk manufacturers count in units of 1024000 (for
             their "1.44 MB" disks) [NEW OPTION: bs => 1024000]
         - in the OO code, indirect notation "new Number::Bytes::Human"
           was replaced by "Number::Bytes::Human->new"

0.05 Wed Oct 25 2006
         - nothing new here
         - added taint checking to tests "#!perl -T\n"

0.04 Tue Oct  5 2005
         - now default suffix for kilobytes (base 1000) is 'k', not 'K'
         - now 'suffixes' option support 1024, 1000, si_1024, and si_1000

0.03 Tue Oct  4 2005
        - some idle changes, like fixing 'si' option behavior
        - added new test "t/06si.t"
        - the (yet) undocumented option 'unit'
        - a test script "t/07unit.t"

0.02 Tue Oct  4 2005
        - 0.02 release follows, because META.yml and Changes
          were forgotten

0.01 Tue Oct  4 2005
        - 0.01 release reaches CPAN