[libmath-prime-util-perl] 11/35: Update version numbers

Partha P. Mukherjee ppm-guest at moszumanska.debian.org
Thu May 21 18:50:03 UTC 2015


This is an automated email from the git hooks/post-receive script.

ppm-guest pushed a commit to annotated tag v0.33
in repository libmath-prime-util-perl.

commit 03ee354fb44d7ee6afa44eb06b5c2cf6d077a455
Author: Dana Jacobsen <dana at acm.org>
Date:   Mon Oct 21 17:33:02 2013 -0700

    Update version numbers
---
 LICENSE                                  | 6 +++---
 Makefile.PL                              | 2 +-
 README                                   | 2 +-
 cpanfile                                 | 2 +-
 lib/Math/Prime/Util.pm                   | 6 +++---
 lib/Math/Prime/Util/ECAffinePoint.pm     | 4 ++--
 lib/Math/Prime/Util/ECProjectivePoint.pm | 4 ++--
 lib/Math/Prime/Util/MemFree.pm           | 4 ++--
 lib/Math/Prime/Util/PP.pm                | 4 ++--
 lib/Math/Prime/Util/PrimalityProving.pm  | 4 ++--
 lib/Math/Prime/Util/PrimeArray.pm        | 4 ++--
 lib/Math/Prime/Util/PrimeIterator.pm     | 4 ++--
 lib/Math/Prime/Util/ZetaBigFloat.pm      | 4 ++--
 13 files changed, 25 insertions(+), 25 deletions(-)

diff --git a/LICENSE b/LICENSE
index c96a075..1077991 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,4 +1,4 @@
-This software is Copyright (c) 2011-2012 by Dana Jacobsen.
+This software is Copyright (c) 2011-2013 by Dana Jacobsen.
 
 This is free software; you can redistribute it and/or modify it under
 the same terms as the Perl 5 programming language system itself.
@@ -12,7 +12,7 @@ b) the "Artistic License"
 
 --- The GNU General Public License, Version 1, February 1989 ---
 
-This software is Copyright (c) 2011-2012 by Dana Jacobsen.
+This software is Copyright (c) 2011-2013 by Dana Jacobsen.
 
 This is free software, licensed under:
 
@@ -272,7 +272,7 @@ That's all there is to it!
 
 --- The Artistic License 1.0 ---
 
-This software is Copyright (c) 2011-2012 by Dana Jacobsen.
+This software is Copyright (c) 2011-2013 by Dana Jacobsen.
 
 This is free software, licensed under:
 
diff --git a/Makefile.PL b/Makefile.PL
index 17eff05..d3b6859 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -49,7 +49,7 @@ WriteMakefile1(
                prereqs => {
                  runtime => {
                    recommends => {
-                     'Math::Prime::Util::GMP' => 0.14,
+                     'Math::Prime::Util::GMP' => 0.16,
                      'Math::BigInt::GMP'      => 0,
                      'Math::MPFR'             => 2.03,
                    },
diff --git a/README b/README
index 1754866..c2ff2e0 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-Math::Prime::Util version 0.32
+Math::Prime::Util version 0.33
 
 A set of utilities related to prime numbers.  These include multiple sieving
 methods, is_prime, prime_count, nth_prime, approximations and bounds for
diff --git a/cpanfile b/cpanfile
index b7b32d9..b615c68 100644
--- a/cpanfile
+++ b/cpanfile
@@ -12,7 +12,7 @@ requires 'Math::BigFloat', '1.59';
 
 requires 'Bytes::Random::Secure', '0.23';
 
-recommends 'Math::Prime::Util::GMP', '0.15';
+recommends 'Math::Prime::Util::GMP', '0.16';
 recommends 'Math::BigInt::GMP';
 recommends 'Math::MPFR', '2.03';
 
diff --git a/lib/Math/Prime/Util.pm b/lib/Math/Prime/Util.pm
index 65ed7e0..8814032 100644
--- a/lib/Math/Prime/Util.pm
+++ b/lib/Math/Prime/Util.pm
@@ -5,7 +5,7 @@ use Carp qw/croak confess carp/;
 
 BEGIN {
   $Math::Prime::Util::AUTHORITY = 'cpan:DANAJ';
-  $Math::Prime::Util::VERSION = '0.32';
+  $Math::Prime::Util::VERSION = '0.33';
 }
 
 # parent is cleaner, and in the Perl 5.10.1 / 5.12.0 core, but not earlier.
@@ -2627,7 +2627,7 @@ Math::Prime::Util - Utilities related to prime numbers, including fast sieves an
 
 =head1 VERSION
 
-Version 0.32
+Version 0.33
 
 
 =head1 SYNOPSIS
@@ -3836,7 +3836,7 @@ in order are L<OEIS series A000041|http://oeis.org/A000041>.
 
 This uses a combinatorial calculation, which means it will not be very
 fast compared to Pari, Mathematica, or FLINT which use the Rademacher
-formula using multiprecision floating point.  In 10 seconds, the pure
+formula using multi-precision floating point.  In 10 seconds, the pure
 Perl version can produce C<partitions(10000)> while with
 L<Math::Prime::Util::GMP> it can do C<partitions(200000)>.  In contrast,
 in about 10 seconds Pari can solve C<numbpart(22000000)>.
diff --git a/lib/Math/Prime/Util/ECAffinePoint.pm b/lib/Math/Prime/Util/ECAffinePoint.pm
index 725efd9..42ba8ab 100644
--- a/lib/Math/Prime/Util/ECAffinePoint.pm
+++ b/lib/Math/Prime/Util/ECAffinePoint.pm
@@ -10,7 +10,7 @@ if (!defined $Math::BigInt::VERSION) {
 
 BEGIN {
   $Math::Prime::Util::ECAffinePoint::AUTHORITY = 'cpan:DANAJ';
-  $Math::Prime::Util::ECAffinePoint::VERSION = '0.26';
+  $Math::Prime::Util::ECAffinePoint::VERSION = '0.33';
 }
 
 # Pure perl (with Math::BigInt) manipulation of Elliptic Curves
@@ -154,7 +154,7 @@ Math::Prime::Util::ECAffinePoint - Elliptic curve operations for affine points
 
 =head1 VERSION
 
-Version 0.26
+Version 0.33
 
 
 =head1 SYNOPSIS
diff --git a/lib/Math/Prime/Util/ECProjectivePoint.pm b/lib/Math/Prime/Util/ECProjectivePoint.pm
index 89a662a..2c2995f 100644
--- a/lib/Math/Prime/Util/ECProjectivePoint.pm
+++ b/lib/Math/Prime/Util/ECProjectivePoint.pm
@@ -10,7 +10,7 @@ if (!defined $Math::BigInt::VERSION) {
 
 BEGIN {
   $Math::Prime::Util::ECProjectivePoint::AUTHORITY = 'cpan:DANAJ';
-  $Math::Prime::Util::ECProjectivePoint::VERSION = '0.26';
+  $Math::Prime::Util::ECProjectivePoint::VERSION = '0.33';
 }
 
 # Pure perl (with Math::BigInt) manipulation of Elliptic Curves
@@ -201,7 +201,7 @@ Math::Prime::Util::ECProjectivePoint - Elliptic curve operations for projective
 
 =head1 VERSION
 
-Version 0.26
+Version 0.33
 
 
 =head1 SYNOPSIS
diff --git a/lib/Math/Prime/Util/MemFree.pm b/lib/Math/Prime/Util/MemFree.pm
index f7465a6..d4e130e 100644
--- a/lib/Math/Prime/Util/MemFree.pm
+++ b/lib/Math/Prime/Util/MemFree.pm
@@ -4,7 +4,7 @@ use warnings;
 
 BEGIN {
   $Math::Prime::Util::MemFree::AUTHORITY = 'cpan:DANAJ';
-  $Math::Prime::Util::MemFree::VERSION = '0.14';
+  $Math::Prime::Util::MemFree::VERSION = '0.33';
 }
 
 use base qw( Exporter );
@@ -44,7 +44,7 @@ Math::Prime::Util::MemFree - An auto-free object for Math::Prime::Util
 
 =head1 VERSION
 
-Version 0.14
+Version 0.33
 
 
 =head1 SYNOPSIS
diff --git a/lib/Math/Prime/Util/PP.pm b/lib/Math/Prime/Util/PP.pm
index a4c147d..0e32535 100644
--- a/lib/Math/Prime/Util/PP.pm
+++ b/lib/Math/Prime/Util/PP.pm
@@ -5,7 +5,7 @@ use Carp qw/carp croak confess/;
 
 BEGIN {
   $Math::Prime::Util::PP::AUTHORITY = 'cpan:DANAJ';
-  $Math::Prime::Util::PP::VERSION = '0.32';
+  $Math::Prime::Util::PP::VERSION = '0.33';
 }
 
 # The Pure Perl versions of all the Math::Prime::Util routines.
@@ -2531,7 +2531,7 @@ Math::Prime::Util::PP - Pure Perl version of Math::Prime::Util
 
 =head1 VERSION
 
-Version 0.32
+Version 0.33
 
 
 =head1 SYNOPSIS
diff --git a/lib/Math/Prime/Util/PrimalityProving.pm b/lib/Math/Prime/Util/PrimalityProving.pm
index 26501cc..9e73fd5 100644
--- a/lib/Math/Prime/Util/PrimalityProving.pm
+++ b/lib/Math/Prime/Util/PrimalityProving.pm
@@ -16,7 +16,7 @@ if (!defined $Math::BigInt::VERSION) {
 
 BEGIN {
   $Math::Prime::Util::PrimalityProving::AUTHORITY = 'cpan:DANAJ';
-  $Math::Prime::Util::PrimalityProving::VERSION = '0.30';
+  $Math::Prime::Util::PrimalityProving::VERSION = '0.33';
 }
 
 my $_smallval = Math::BigInt->new("18446744073709551615");
@@ -849,7 +849,7 @@ Math::Prime::Util::PrimalityProving - Primality proofs and certificates
 
 =head1 VERSION
 
-Version 0.30
+Version 0.33
 
 
 =head1 SYNOPSIS
diff --git a/lib/Math/Prime/Util/PrimeArray.pm b/lib/Math/Prime/Util/PrimeArray.pm
index a47795a..0817b76 100644
--- a/lib/Math/Prime/Util/PrimeArray.pm
+++ b/lib/Math/Prime/Util/PrimeArray.pm
@@ -4,7 +4,7 @@ use warnings;
 
 BEGIN {
   $Math::Prime::Util::PrimeArray::AUTHORITY = 'cpan:DANAJ';
-  $Math::Prime::Util::PrimeArray::VERSION = '0.32';
+  $Math::Prime::Util::PrimeArray::VERSION = '0.33';
 }
 
 # parent is cleaner, and in the Perl 5.10.1 / 5.12.0 core, but not earlier.
@@ -135,7 +135,7 @@ Math::Prime::Util::PrimeArray - A tied array for primes
 
 =head1 VERSION
 
-Version 0.32
+Version 0.33
 
 
 =head1 SYNOPSIS
diff --git a/lib/Math/Prime/Util/PrimeIterator.pm b/lib/Math/Prime/Util/PrimeIterator.pm
index 8a43233..314086c 100644
--- a/lib/Math/Prime/Util/PrimeIterator.pm
+++ b/lib/Math/Prime/Util/PrimeIterator.pm
@@ -4,7 +4,7 @@ use warnings;
 
 BEGIN {
   $Math::Prime::Util::PrimeIterator::AUTHORITY = 'cpan:DANAJ';
-  $Math::Prime::Util::PrimeIterator::VERSION = '0.32';
+  $Math::Prime::Util::PrimeIterator::VERSION = '0.33';
 }
 
 use base qw( Exporter );
@@ -123,7 +123,7 @@ Math::Prime::Util::PrimeIterator - An object iterator for primes
 
 =head1 VERSION
 
-Version 0.32
+Version 0.33
 
 
 =head1 SYNOPSIS
diff --git a/lib/Math/Prime/Util/ZetaBigFloat.pm b/lib/Math/Prime/Util/ZetaBigFloat.pm
index 350ad23..28c115a 100644
--- a/lib/Math/Prime/Util/ZetaBigFloat.pm
+++ b/lib/Math/Prime/Util/ZetaBigFloat.pm
@@ -4,7 +4,7 @@ use warnings;
 
 BEGIN {
   $Math::Prime::Util::ZetaBigFloat::AUTHORITY = 'cpan:DANAJ';
-  $Math::Prime::Util::ZetaBigFloat::VERSION = '0.14';
+  $Math::Prime::Util::ZetaBigFloat::VERSION = '0.33';
 }
 
 use Math::BigFloat;
@@ -452,7 +452,7 @@ Math::Prime::Util::ZetaBigFloat - Perl Big Float versions of Riemann Zeta and R
 
 =head1 VERSION
 
-Version 0.14
+Version 0.33
 
 
 =head1 SYNOPSIS

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libmath-prime-util-perl.git



More information about the Pkg-perl-cvs-commits mailing list