[libmath-prime-util-perl] 04/04: Bump version for release

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


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

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

commit bdd3f1568e827ac74ffa934520c99dd7e68f776b
Author: Dana Jacobsen <dana at acm.org>
Date:   Sun Feb 3 00:22:08 2013 -0800

    Bump version for release
---
 Changes                   | 7 ++++---
 README                    | 2 +-
 lib/Math/Prime/Util.pm    | 4 ++--
 lib/Math/Prime/Util/PP.pm | 2 +-
 4 files changed, 8 insertions(+), 7 deletions(-)

diff --git a/Changes b/Changes
index 839f080..04eaa0b 100644
--- a/Changes
+++ b/Changes
@@ -1,11 +1,12 @@
 Revision history for Perl extension Math::Prime::Util.
 
-0.20  2 February 2012
+0.20  3 February 2012
 
-    - Little speedup for PP AKS, and turn off test on 32-bit machines.
+    - Speedup for PP AKS, and turn off test on 32-bit machines.
 
     - Replaced fast sqrt detection in PP.pm with a slightly slower version.
-      The bloom filter doesn't work right in 32-bit Perl.
+      The bloom filter doesn't work right in 32-bit Perl.  These two changes
+      should speed up testing on some machines by a huge amount.
 
     - Fix is_perfect_power in XS AKS.
 
diff --git a/README b/README
index 0b9c0d0..3cdc2d5 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-Math::Prime::Util version 0.19
+Math::Prime::Util version 0.20
 
 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/lib/Math/Prime/Util.pm b/lib/Math/Prime/Util.pm
index 5d1bb5e..3838429 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.19';
+  $Math::Prime::Util::VERSION = '0.20';
 }
 
 # parent is cleaner, and in the Perl 5.10.1 / 5.12.0 core, but not earlier.
@@ -1806,7 +1806,7 @@ Math::Prime::Util - Utilities related to prime numbers, including fast sieves an
 
 =head1 VERSION
 
-Version 0.19
+Version 0.20
 
 
 =head1 SYNOPSIS
diff --git a/lib/Math/Prime/Util/PP.pm b/lib/Math/Prime/Util/PP.pm
index 54c8b10..00e61a5 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.14';
+  $Math::Prime::Util::PP::VERSION = '0.20';
 }
 
 # The Pure Perl versions of all the Math::Prime::Util routines.

-- 
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