[libmath-prime-util-perl] 09/11: Update for release
Partha P. Mukherjee
ppm-guest at moszumanska.debian.org
Thu May 21 18:48:32 UTC 2015
This is an automated email from the git hooks/post-receive script.
ppm-guest pushed a commit to annotated tag v0.28
in repository libmath-prime-util-perl.
commit 67ba108ba24c4867776daaf309fee54b954ef810
Author: Dana Jacobsen <dana at acm.org>
Date: Thu May 23 19:38:24 2013 -0700
Update for release
---
Changes | 2 +-
README | 2 +-
lib/Math/Prime/Util.pm | 4 ++--
3 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/Changes b/Changes
index 52e67ed..9c4b0e3 100644
--- a/Changes
+++ b/Changes
@@ -1,6 +1,6 @@
Revision history for Perl extension Math::Prime::Util.
-0.28 xx May 2013
+0.28 23 May 2013
- An optimization to nth_prime caused occasional threaded Win32 faults.
Adjust so this is avoided.
diff --git a/README b/README
index 09c953e..fa31bfc 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-Math::Prime::Util version 0.27
+Math::Prime::Util version 0.28
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 b0a5c79..ce7f1c5 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.27';
+ $Math::Prime::Util::VERSION = '0.28';
}
# parent is cleaner, and in the Perl 5.10.1 / 5.12.0 core, but not earlier.
@@ -2381,7 +2381,7 @@ Math::Prime::Util - Utilities related to prime numbers, including fast sieves an
=head1 VERSION
-Version 0.27
+Version 0.28
=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