summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Browning <rlb@defaultvalue.org>2003-04-04 21:58:55 +0000
committerRob Browning <rlb@defaultvalue.org>2003-04-04 21:58:55 +0000
commite2d0a64945ded692f10a15aa758e2f24af8c424d (patch)
treee0f03ac40835d6d8bafd109d987cfd8c76793cd2
parentad815c06cdc60519639b57c4f7670c9fafe07557 (diff)
*** empty log message ***
-rw-r--r--LICENSE10
-rw-r--r--NEWS5
2 files changed, 15 insertions, 0 deletions
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