Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id D3668A654F for ; Sat, 14 Nov 2015 05:06:49 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 7CBE314A25C; Sat, 14 Nov 2015 05:06:49 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id BA3EB14A248 for ; Sat, 14 Nov 2015 05:06:48 +0000 (UTC) X-Virus-Scanned: amavisd-new at NetBSD.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.NetBSD.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id HZFPkIjjd8QV for ; Sat, 14 Nov 2015 05:06:48 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id 097C814A1C0 for ; Sat, 14 Nov 2015 05:06:48 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id C8E9C98; Sat, 14 Nov 2015 05:06:47 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 Date: Sat, 14 Nov 2015 05:06:47 +0000 From: "Wen Heping" Subject: CVS commit: pkgsrc/math/p5-Math-GMP To: pkgsrc-changes@NetBSD.org Reply-To: wen@netbsd.org X-Mailer: log_accum Message-Id: <20151114050647.C8E9C98@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: wen Date: Sat Nov 14 05:06:47 UTC 2015 Modified Files: pkgsrc/math/p5-Math-GMP: Makefile distinfo Removed Files: pkgsrc/math/p5-Math-GMP/patches: patch-aa Log Message: Update to 2.11 Upstream changes: 2.11 2015-08-16 Shlomif - Got the distribution to have full POD coverage and check all functions for usage. - t/check-funcs-ret-value--rt92593.t - https://rt.cpan.org/Public/Bug/Display.html?id=92593 - CPAN Day! 2.10 2015-08-12 Shlomif - Throw an exception on invalid input to Math::GMP->new; - https://rt.cpan.org/Ticket/Display.html?id=27521 - Thanks to SISYPHUS for the report. - Put RELEASE_TESTING tests under xt instead of t. - https://rt.cpan.org/Ticket/Display.html?id=106365 - Thanks to ilmari for the report and suggested fix. - Document and test some functions that were improperly documented or not tested. - t/check-funcs-ret-value--rt92593.t - https://rt.cpan.org/Public/Bug/Display.html?id=92593 - Still aiming for full POD Coverage. 2.09 2015-07-29 Shlomif - Add the binary-left-shift / << operator. - Add the binary-right-shift / >> operator. - Convert the build system to Dist-Zilla to ease future maintenance. - Add a call to Devel::CheckLib for finding the "gmp.h" header. 2.08 2015-07-28 Shlomif - Add a link to the version control repository at various places. - Get rid of indirect object notation in the code and the examples. - It�塜 a sign of Ancient Perl. - Overload bool to avoid fallback to intify (Hugo) - Fixes RT #101443 - https://rt.cpan.org/Ticket/Display.html?id=101443 - Modified patch applied by Shlomif. - Add tests from DANAJ for large numbers in some functions. - RT #92641 - https://rt.cpan.org/Ticket/Display.html?id=92641 To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 pkgsrc/math/p5-Math-GMP/Makefile cvs rdiff -u -r1.5 -r1.6 pkgsrc/math/p5-Math-GMP/distinfo cvs rdiff -u -r1.1 -r0 pkgsrc/math/p5-Math-GMP/patches/patch-aa Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.