summaryrefslogtreecommitdiff
blob: 27ba0cc27a1488974ebb4675553858329834e770 (plain)
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
# ChangeLog for dev-perl/Data-Entropy
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
# $Header: $

  15 Feb 2012; Kent Fredric <kentfredric@gmail.com> Data-Entropy-0.6.0.ebuild,
  Data-Entropy-0.7.0.ebuild:
  Fixdep Data::Float

*Data-Entropy-0.7.0 (05 May 2011)

  05 May 2011; Kent Fredric <kentfredric@gmail.com> +Data-Entropy-0.7.0.ebuild:
  Bump

*Data-Entropy-0.6.0 (05 May 2011)

  05 May 2011; Kent Fredric <kentfredric@gmail.com> -Data-Entropy-0.006.ebuild,
  +Data-Entropy-0.6.0.ebuild:
  Migrate to x.y.z

  09 Dec 2009; Kent Fredric <kentfredric@gmail.com>
  -Data-Entropy-0.005.ebuild:
  Gone on CPAN

*Data-Entropy-0.006 (23 Nov 2009)

  23 Nov 2009; Kent Fredric <kentfredric@gmail.com>
  +Data-Entropy-0.006.ebuild:
  Bumped: 

  - be more stringent in parsing responses from networked entropy sources

  - in documentation, point more prominently to Data::Entropy::Algorithms

  - in documentation of Data::Entropy::Algorithms, more discussion of
  overriding CORE::rand, including how to override it globally

  - abandon use of the "fields" module

  - use simpler "parent" pragma in place of "base"

  - check for required Perl version at runtime

  - in test suite, properly quote first argument to use_ok (lack of quoting
  caused false test failures on Perl 5.11.2)

  - in Build.PL, explicitly declare configure-time requirements

  - remove bogus "exit 0" from Build.PL

*Data-Entropy-0.005 (14 Aug 2009)

  14 Aug 2009; Kent Fredric <kentfredric@gmail.com>
  +Data-Entropy-0.005.ebuild, +metadata.xml:
  Added