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

gregoa pushed a change to branch master
in repository libmath-prime-util-perl.

      from  107c04a   Prepare changelog for release
      adds  8d4dcd9   Imported Upstream version 0.40
       new  da139d7   Merge tag 'upstream/0.40'
       new  ec913b6   New upstream release.
       new  7b49c44   d/rules: use variables to get this a bit more readable
       new  550b39b   Add Digest::SHA to Recommends.
       new  8757722   releasing package libmath-prime-util-perl version 0.40-1

The 5 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 Changes                                  |  31 +++
 MANIFEST                                 |   3 +
 META.json                                |   5 +-
 META.yml                                 |   5 +-
 Makefile.PL                              |   1 +
 README                                   |   2 +-
 TODO                                     |   4 +-
 XS.xs                                    |  46 ++--
 aks.c                                    |  21 +-
 bench/bench-primearray.pl                |   1 +
 bin/primes.pl                            |  30 +--
 constants.h                              |   4 +
 debian/changelog                         |   7 +
 debian/control                           |   5 +-
 debian/rules                             |  11 +-
 lib/Math/Prime/Util.pm                   | 369 +++++++++++++++++++++----------
 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                | 153 +++++++++----
 lib/Math/Prime/Util/PPFE.pm              |  26 +++
 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/RandomPrimes.pm      | 154 ++++++++++++-
 lib/Math/Prime/Util/ZetaBigFloat.pm      |   4 +-
 lmo.c                                    |  30 ++-
 t/02-can.t                               |   4 +-
 t/04-inputvalidation.t                   |  14 +-
 t/13-primecount.t                        |  31 ++-
 t/14-nthprime.t                          |  33 ++-
 t/16-randomprime.t                       |  20 +-
 t/17-pseudoprime.t                       |   6 +-
 t/18-functions.t                         |  74 ++++---
 t/19-moebius.t                           |   4 +
 t/22-aks-prime.t                         |   8 +-
 t/23-random-certs.t                      |  39 ++++
 t/32-iterators.t                         |  12 +-
 t/50-factoring.t                         |   2 +
 t/80-pp.t                                |  86 ++++++-
 t/92-release-pod-coverage.t              |   5 +
 util.c                                   | 279 +++++++++++++++++++----
 util.h                                   |   4 +
 xt/nth_twin_prime.t                      |  67 ++++++
 xt/primecount-approx.t                   |   2 +-
 xt/totient-range.pl                      |   5 +-
 xt/twin_prime_count.t                    |  76 +++++++
 47 files changed, 1376 insertions(+), 331 deletions(-)
 create mode 100644 t/23-random-certs.t
 create mode 100644 xt/nth_twin_prime.t
 create mode 100644 xt/twin_prime_count.t

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

_______________________________________________
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to