[libmath-prime-util-perl] 08/08: Getting ready for release

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


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

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

commit c7d6fb0015cb4f806efb8f3e4447d5899f6bbe04
Author: Dana Jacobsen <dana at acm.org>
Date:   Tue Feb 26 01:17:19 2013 -0800

    Getting ready for release
---
 Changes                | 2 +-
 README                 | 2 +-
 TODO                   | 5 -----
 lib/Math/Prime/Util.pm | 4 ++--
 4 files changed, 4 insertions(+), 9 deletions(-)

diff --git a/Changes b/Changes
index c9591c1..d8e8a05 100644
--- a/Changes
+++ b/Changes
@@ -1,6 +1,6 @@
 Revision history for Perl extension Math::Prime::Util.
 
-0.22 xx February 2012
+0.22 26 February 2012
 
     - Move main factor loop out of xs and into factor.c.
 
diff --git a/README b/README
index 69d9277..7ff2d93 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-Math::Prime::Util version 0.21
+Math::Prime::Util version 0.22
 
 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/TODO b/TODO
index a3df769..0acb07b 100644
--- a/TODO
+++ b/TODO
@@ -32,11 +32,6 @@
 - An assembler version of mulmod for i386 would be _really_ helpful for
   all the non-x86-64 Intel machines.
 
-- Tests for:
-
-   RiemannZeta
-   RiemannR
-
 - Dynamically use a mulmodadd in PP aks, just like the new C code does.
   This will mean it'll work for full-size native ints.
 
diff --git a/lib/Math/Prime/Util.pm b/lib/Math/Prime/Util.pm
index d2f85e8..1905f0c 100644
--- a/lib/Math/Prime/Util.pm
+++ b/lib/Math/Prime/Util.pm
@@ -6,7 +6,7 @@ use Bytes::Random::Secure;
 
 BEGIN {
   $Math::Prime::Util::AUTHORITY = 'cpan:DANAJ';
-  $Math::Prime::Util::VERSION = '0.21';
+  $Math::Prime::Util::VERSION = '0.22';
 }
 
 # parent is cleaner, and in the Perl 5.10.1 / 5.12.0 core, but not earlier.
@@ -1907,7 +1907,7 @@ Math::Prime::Util - Utilities related to prime numbers, including fast sieves an
 
 =head1 VERSION
 
-Version 0.21
+Version 0.22
 
 
 =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