Update NEWS for 0.6.1 release.
[pspp-builds.git] / NEWS
diff --git a/NEWS b/NEWS
index ada752ec0b2144f3444531dc0456c4eecd02e69b..8d94e864dc1209ef2b2cce9f6865b84398d21aff 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,11 +1,42 @@
 PSPP NEWS -- history of user-visible changes.
-Time-stamp: <2007-11-04 14:52:10 blp>
-Copyright (C) 1996-9, 2000 Free Software Foundation, Inc.
+Time-stamp: <2008-10-02 20:40:21 blp>
+Copyright (C) 1996-9, 2000, 2008 Free Software Foundation, Inc.
 See the end for copying conditions.
 
 Please send PSPP bug reports to bug-gnu-pspp@gnu.org.
 
-Changes from 0.4.0 to 0.4.3:
+Changes from 0.6.0 to 0.6.1:
+
+  * Bug fixes.  At least the following bugs were fixed:
+
+    - 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).
+
+    - Avoid crash with pie charts (bug #24014).
+
+    - Don't append % to count totals (bug #24003).
+
+    - Don't crash on bad input (bug #24031).
+
+    - Don't crash if "end data." is not left aligned (bug #24115).
+
+    - Change default workspace value to 64 MB, to avoid unnecessary
+      disk accesses on modern machines.
+
+    - Distribute necessary files to allow users working from the
+      distributed tarball to configure with --enable-gui-tools.
+
+    - Remove poor German translations.
+
+  * GSL 1.8 or later is now required.
+
+Changes from 0.4.0 to 0.6.0:
 
   * The PSPP license is now version 3 or later of the GNU General
     Public License.  Previously, it was version 2 or later.
@@ -140,8 +171,9 @@ Changes from 0.4.0 to 0.4.3:
 
     * The following commands are new:
 
-      - GET DATA, which currently supports reading Gnumeric files.  It
-        will be extended later to read other types of foreign data.
+      - GET DATA, which currently supports reading Gnumeric files and
+        text data files.  It will be extended later to read other
+        types of foreign data.
 
       - CD, to change the current directory.