Get rid of dependency on libgmp by writing our own routine for
[pspp-builds.git] / NEWS
diff --git a/NEWS b/NEWS
index 962bf8333090fc0ea5920030ed96e86ebf21def6..535fd05d031645bc3e02a225bf8cba3c15efa0e9 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,5 @@
 PSPP NEWS -- history of user-visible changes.
-Time-stamp: <2005-07-18 11:08:18 blp>
+Time-stamp: <2005-07-24 20:23:41 blp>
 Copyright (C) 1996-9, 2000 Free Software Foundation, Inc.
 See the end for copying conditions.
 
@@ -7,16 +7,17 @@ Please send PSPP bug reports to bug-gnu-pspp@gnu.org.
 \f
 Changes from 0.3.0 to 0.4.0:
 
-  New build dependencies:
+  Changes in build dependencies:
 
-    * The GNU Scientific Library (libgsl), version 1.6 or later.
-
-    * The GNU multiprecision arithmetic library (libgmp).
+    * The GNU Scientific Library (libgsl), version 1.6 or later, is
+      now required.
 
     * libplot from GNU plotutils is optional.  Without it, the new
       graphing features will not work.  If you do not have it
       installed, you must run `configure' with --without-libplot.
 
+    * libgmp2 is no longer a dependency.
+
   Newly implemented commands and statistical features:
 
     * EXAMINE, including its graphing features.