From 9691c54c1a51792e21c10bbee7a66f5934b96349 Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Fri, 3 Jul 2009 11:43:09 -0700 Subject: [PATCH] Release PSPP 0.6.2-pre3. --- NEWS | 11 ++++++++--- configure.ac | 2 +- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/NEWS b/NEWS index 6faab525..b11a3972 100644 --- a/NEWS +++ b/NEWS @@ -1,11 +1,16 @@ PSPP NEWS -- history of user-visible changes. -Time-stamp: <2009-07-03 11:02:10 blp> +Time-stamp: <2009-07-03 11:42:42 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-pre2: +Changes from 0.6.1 to 0.6.2-pre3: + + * Internationalization: + + - A translation into Dutch is now supplied, thanks to unknown-1 + and the translationproject.org coordinators. * Statistical bug fixes: @@ -26,7 +31,7 @@ Changes from 0.6.1 to 0.6.2-pre2: binaries, respectively. This makes building easier for some packagers. - - Fixes for "configure --enable-relocatable" (bug #25508). + - Fixes for "configure --enable-relocatable" (bugs #25508). * Data file bug fixes and changes: diff --git a/configure.ac b/configure.ac index 5e0377bd..c1a9bdf4 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-pre2],[bug-gnu-pspp@gnu.org]) +AC_INIT([pspp],[0.6.2-pre3],[bug-gnu-pspp@gnu.org]) AC_CONFIG_HEADERS([config.h]) AM_INIT_AUTOMAKE -- 2.30.2