Files
perl-Crypt-Random/perl-Crypt-Random.changes
Dirk Stoecker 0e50c1b9fd Accepting request 913798 from devel:languages:perl:autoupdate
- updated to 1.54
   see /usr/share/doc/packages/perl-Crypt-Random/Changes
  1.54                                                     June 3, 2021
    * Removed a superfluous call to makerandom_itv() thanks to Larry
      Leszczynski <larryl@emailplus.org>.
    * Improved makerandom_itv test to ensure generated numbers are in the
      intterval.
    * Actually include t/chisquare.t

OBS-URL: https://build.opensuse.org/request/show/913798
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Crypt-Random?expand=0&rev=13
2021-08-23 14:07:34 +00:00

66 lines
2.3 KiB
Plaintext

-------------------------------------------------------------------
Fri Jun 4 03:07:35 UTC 2021 - Tina Müller <timueller+perl@suse.de>
- updated to 1.54
see /usr/share/doc/packages/perl-Crypt-Random/Changes
1.54 June 3, 2021
* Removed a superfluous call to makerandom_itv() thanks to Larry
Leszczynski <larryl@emailplus.org>.
* Improved makerandom_itv test to ensure generated numbers are in the
intterval.
* Actually include t/chisquare.t
-------------------------------------------------------------------
Wed Apr 3 06:50:10 UTC 2019 - Stephan Kulow <coolo@suse.com>
- updated to 1.52
see /usr/share/doc/packages/perl-Crypt-Random/Changes
1.52 December 22, 2018
* Add a chi square statistical test. t/chisquare.t
* Uniform can be passed to the constructor of Crypt::Random::Generator.
This should be the default, and will likely be in the next release.
* Fixed minor bugs & typos.
1.51 December 22, 2018
* Test no longer looks for non-eq of two generated numbers as these can be
correctly the same if test is run enough number of times.
https://rt.cpan.org/Ticket/Display.html?id=99880
* Removed outdated dependency info.
https://rt.cpan.org/Ticket/Display.html?id=94441
* Removed /dev/random read from the test, as it can hang when there is
insufficient entropy.
https://rt.cpan.org/Ticket/Display.html?id=30423
* Removed potentially unsafe include in bin/makerandom.
https://rt.cpan.org/Ticket/Display.html?id=128062
-------------------------------------------------------------------
Wed Dec 1 11:57:08 UTC 2010 - coolo@novell.com
- switch to perl_requires macro
-------------------------------------------------------------------
Mon Nov 29 18:29:36 UTC 2010 - coolo@novell.com
- remove /var/adm/perl-modules
-------------------------------------------------------------------
Mon Nov 29 18:00:09 UTC 2010 - coolo@novell.com
- called spec2changelog
-------------------------------------------------------------------
Tue Sep 12 00:00:00 UTC 2006 - jfunk@funktronics.ca
- Initial release