From a0b613e3110c673829cc7c5c005b9591ab99c3d9 Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Fri, 3 Oct 2008 21:21:28 -0700 Subject: [PATCH] Update NEWS for 0.6.1-rc2. --- NEWS | 34 +++++++++++++++++++++++++--------- 1 file changed, 25 insertions(+), 9 deletions(-) diff --git a/NEWS b/NEWS index 8d94e864..c72e0d60 100644 --- 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: -- 2.30.2