Changed PSPP_LINREG_SVD to PSPP_LINREG_QR
[pspp-builds.git] / ChangeLog
index ccb1e5b42a99aa634e88a5f8e772e9b987d88464..b117867f7f790babbb501a46c26894b62a403869 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,21 @@
+2007-08-05  Ben Pfaff  <blp@gnu.org>
+
+       Bug #16189.  Reviewed by Jason Stover.
+       * acinclude.m4: If -lplot doesn't work by itself, also test with
+       typical X11 libraries.
+
+2007-07-27  Ben Pfaff  <blp@gnu.org>
+
+       Bug #19069.
+       * INSTALL: Improve installation instructions.
+       * README: Move prerequisites to INSTALL.
+       Reviewed by Jason Stover.
+
+       * configure.ac: Make PKG_CHECK_MODULES tests more user-friendly,
+       by having them give their errors at the end of the configuration
+       process instead of stopping it in the middle.  Patch #6116.
+       Reviewed by Jason Stover.
+
 2007-06-14  Ben Pfaff  <blp@gnu.org>
 
        * Smake: Use xmalloca instead of xallocsa due to module renaming.