From b4119db500572345208ac752e45685bb132aff17 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Kochma=C5=84ski?= Date: Thu, 25 Jun 2015 11:41:55 +0200 Subject: [PATCH] changelog: add GMP-6.0.0 bug to known issues MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Daniel KochmaƄski --- CHANGELOG | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index d193eda7d..77aa52a11 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -27,6 +27,10 @@ out there are not prepared for this. If you plan to use quicklisp and have a C compiler accessible to ECL, you may use (ext:install-c-compiler) to switch back to the Lisp-to-C compiler. + + - GMP 6.0.0 has bug wrt managing memory when multiplying bignums above + certain size. It is recommended to use included GMP library over + upstream version. * Pending changes since 15.3.7 ** Issues fixed: