Update NEWS for 0.6.1-rc2.
authorBen Pfaff <blp@gnu.org>
Sat, 4 Oct 2008 04:21:28 +0000 (21:21 -0700)
committerBen Pfaff <blp@gnu.org>
Sat, 4 Oct 2008 04:21:28 +0000 (21:21 -0700)
NEWS

diff --git a/NEWS b/NEWS
index 8d94e864dc1209ef2b2cce9f6865b84398d21aff..c72e0d6098bccc5c5bd9da4eabd0b7513d7ec6c2 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,5 @@
 PSPP NEWS -- history of user-visible changes.
-Time-stamp: <2008-10-02 20:40:21 blp>
+Time-stamp: <2008-10-03 21:21:11 blp>
 Copyright (C) 1996-9, 2000, 2008 Free Software Foundation, Inc.
 See the end for copying conditions.
 
@@ -7,16 +7,12 @@ Please send PSPP bug reports to bug-gnu-pspp@gnu.org.
 
 Changes from 0.6.0 to 0.6.1:
 
-  * Bug fixes.  At least the following bugs were fixed:
+  * Statistical bug fixes:
 
     - Report correct standardized regression coefficients in linear
       regression output (bug #23567).
 
-    - Work around bug in GSL that prevented build with recent GCC
-      versions without manually adding -fgnu89-inline to CFLAGS.
-
-    - Make it possible to reopen the output window on Windows (bug
-      #24033).
+  * Bug fixes that affect PSPP and PSPPIRE:
 
     - Avoid crash with pie charts (bug #24014).
 
@@ -29,12 +25,32 @@ Changes from 0.6.0 to 0.6.1:
     - Change default workspace value to 64 MB, to avoid unnecessary
       disk accesses on modern machines.
 
+  * PSPPIRE bug fixes:
+
+    - Add ".sav" or ".por" suffix to filename when saving with Save_As
+      (bug #23137).
+
+    - Make it possible to reopen the output window on Windows (bug
+      #24033).
+
+  * Build fixes and changes:
+
+    - Work around bug in GSL that prevented build with recent GCC
+      versions without manually adding -fgnu89-inline to CFLAGS.
+
+    - Also warn about missing prerequisites as we encounter them (bug
+      #24445).
+
     - Distribute necessary files to allow users working from the
       distributed tarball to configure with --enable-gui-tools.
 
-    - Remove poor German translations.
+    - Append $(EXEEXT_FOR_BUILD) to output file name when building
+      q2c, fixing build problems on Windows.
+
+    - GSL 1.8 or later is now required.
 
-  * GSL 1.8 or later is now required.
+  * The German translations were removed, since native German speakers
+    found them too poor to be useful.
 
 Changes from 0.4.0 to 0.6.0: