From 3172448ff5a6f96fab659f6a6f4e5049405603b1 Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Thu, 2 Oct 2008 20:42:23 -0700 Subject: [PATCH] Update NEWS for 0.6.1 release. --- NEWS | 35 +++++++++++++++++++++++++++++++++-- 1 file changed, 33 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 874106d6..8d94e864 100644 --- a/NEWS +++ b/NEWS @@ -1,10 +1,41 @@ PSPP NEWS -- history of user-visible changes. -Time-stamp: <2008-06-04 21:27:06 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.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 -- 2.30.2