From: Ben Pfaff Date: Fri, 17 Jul 2009 03:36:20 +0000 (-0700) Subject: Release PSPP 0.6.2-pre5. X-Git-Tag: sav-api~248^2~63^2~9 X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?p=pspp;a=commitdiff_plain;h=569e7caed79685e25c6a78ae0d836945df276fd5 Release PSPP 0.6.2-pre5. --- diff --git a/NEWS b/NEWS index 508b38c68f..64123dbbdd 100644 --- a/NEWS +++ b/NEWS @@ -1,11 +1,11 @@ PSPP NEWS -- history of user-visible changes. -Time-stamp: <2009-07-09 20:12:22 blp> +Time-stamp: <2009-07-16 20:35:22 blp> Copyright (C) 1996-9, 2000, 2008, 2009 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.1 to 0.6.2-pre4: +Changes from 0.6.1 to 0.6.2-pre5: * Internationalization: @@ -14,8 +14,12 @@ Changes from 0.6.1 to 0.6.2-pre4: * Statistical bug fixes: - - Report correct standard error of the estimate in REGRESSION - output (bug #25677). + - REGRESSION: Report correct standard error of the estimate (bug + #25677). + + - T-TEST: Report correct significance of paired sample T-test (bug + #26936). Thanks to Mike Griffiths for + reporting this bug. * Build fixes and changes: diff --git a/configure.ac b/configure.ac index 072c6e6b64..e3e44e7963 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ dnl Process this file with autoconf to produce a configure script. dnl Initialize. AC_PREREQ(2.60) -AC_INIT([pspp],[0.6.2-pre4],[bug-gnu-pspp@gnu.org]) +AC_INIT([pspp],[0.6.2-pre5],[bug-gnu-pspp@gnu.org]) AC_CONFIG_HEADERS([config.h]) AM_INIT_AUTOMAKE