From 355e1ed66792954705c9583b3b465e2b64eebddf Mon Sep 17 00:00:00 2001 From: adam Date: Thu, 6 Apr 2006 19:46:33 +0000 Subject: Changes 1.1.11: Algorithmic changes * Considerably improved performance of number input. Changes 1.1.10: Implementation changes * Removed the vptr of modular integer and univariate polynomial classes in order to fix some crashes in that sector of CLN. Code using this needs to be recompiled. * Many more operator signatures make the integration of CLN types with float/double easier. Other changes * Several compilation fixes. * Made it possible to cross-compile CLN. --- math/cln/Makefile | 5 ++--- math/cln/distinfo | 8 ++++---- 2 files changed, 6 insertions(+), 7 deletions(-) (limited to 'math') diff --git a/math/cln/Makefile b/math/cln/Makefile index ce99c98b42c..2dc164b2056 100644 --- a/math/cln/Makefile +++ b/math/cln/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.11 2006/03/31 23:56:28 jlam Exp $ +# $NetBSD: Makefile,v 1.12 2006/04/06 19:46:33 adam Exp $ -DISTNAME= cln-1.1.9 -PKGREVISION= 2 +DISTNAME= cln-1.1.11 CATEGORIES= math MASTER_SITES= ftp://ftpthep.physik.uni-mainz.de/pub/gnu/ \ ftp://ftp.santafe.edu/pub/gnu/ \ diff --git a/math/cln/distinfo b/math/cln/distinfo index b67317cf0ec..ca68936248e 100644 --- a/math/cln/distinfo +++ b/math/cln/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.4 2006/03/12 16:33:32 rillig Exp $ +$NetBSD: distinfo,v 1.5 2006/04/06 19:46:33 adam Exp $ -SHA1 (cln-1.1.9.tar.bz2) = 61bdae7e6c6f9046351bf3fe6b5f718f85d7f265 -RMD160 (cln-1.1.9.tar.bz2) = 1dd5ae2f5fe8c3cc7f69cfa4e1d22f5435bd899e -Size (cln-1.1.9.tar.bz2) = 1661135 bytes +SHA1 (cln-1.1.11.tar.bz2) = ff9a02430e700afd990fc89d06cd8adcff32af67 +RMD160 (cln-1.1.11.tar.bz2) = 1ceca5e74bd7a6179d22a9ffd78bbe8fc7ce2e08 +Size (cln-1.1.11.tar.bz2) = 1710717 bytes SHA1 (patch-aa) = 5081352b902de9065e7c6645442823ab297bef09 SHA1 (patch-ab) = 90c93f8b2269a23e8310e8e40ddabf6d8659de43 SHA1 (patch-ac) = d93e47d81cb010f0eb21b3a98d5ce9b9a6150623 -- cgit v1.2.3