From: Ben Pfaff Date: Wed, 9 Sep 2009 04:43:01 +0000 (-0700) Subject: Release PSPP 0.6.2-pre6. X-Git-Tag: v0.6.2-pre6 X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?p=pspp-builds.git;a=commitdiff_plain;h=95e2fb004282d0a0fe0582f05db89463cdf8665e Release PSPP 0.6.2-pre6. --- diff --git a/NEWS b/NEWS index 64123dbb..61a49386 100644 --- a/NEWS +++ b/NEWS @@ -1,25 +1,29 @@ PSPP NEWS -- history of user-visible changes. -Time-stamp: <2009-07-16 20:35:22 blp> +Time-stamp: <2009-09-08 21:08:29 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-pre5: +Changes from 0.6.1 to 0.6.2-pre6: - * Internationalization: + * New translations: - - A translation into Dutch is now supplied, thanks to Harry - Thijssen and the translationproject.org coordinators. + - Dutch, thanks to Harry Thijssen. + + - Brazilian Portuguese, thanks to Michel Boaventura. + + Thanks for translations are also due to the coordinators at + translationproject.org. * Statistical bug fixes: - 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. + - T-TEST: Report correct significance of paired sample T-test in + the common case (bug #26936) and corner cases. Thanks to Mike + Griffiths and Matej Cepl for reporting these bugs. * Build fixes and changes: diff --git a/configure.ac b/configure.ac index e3e44e79..8fe910b2 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-pre5],[bug-gnu-pspp@gnu.org]) +AC_INIT([pspp],[0.6.2-pre6],[bug-gnu-pspp@gnu.org]) AC_CONFIG_HEADERS([config.h]) AM_INIT_AUTOMAKE