From e2d0a64945ded692f10a15aa758e2f24af8c424d Mon Sep 17 00:00:00 2001 From: Rob Browning Date: Fri, 4 Apr 2003 21:58:55 +0000 Subject: [PATCH] *** empty log message *** --- LICENSE | 10 ++++++++++ NEWS | 5 +++++ 2 files changed, 15 insertions(+) diff --git a/LICENSE b/LICENSE index 1058b40c1..92f5b61c5 100644 --- a/LICENSE +++ b/LICENSE @@ -1,3 +1,13 @@ + + +****************************NOTE************************************ +Guile is now covered under the terms of the GNU LGPL. However we're +still in the process of updating all of our files. Please bear with +us. +****************************NOTE************************************ + + +[THIS IS NO LONGER ACCURATE -- see above] Guile License ================================================== The license of Guile consists of the GNU GPL plus a special statement diff --git a/NEWS b/NEWS index 2df26c42a..eede7fb43 100644 --- a/NEWS +++ b/NEWS @@ -16,6 +16,11 @@ Changes since the stable branch: * Changes to the distribution +** Guile now requires GNU MP (http://swox.com/gmp). + +Guile now uses the GNU MP library for arbitrary precision arithmetic. +At the moment it is being used to handle Guile's bignums. + ** Guile now has separate private and public configuration headers. Guile now has config.h and libguile/scmconfig.h. The former is not