From 1ffd154192ce2b658adf6cfa2e9242a9f7b6504c Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Wed, 8 Jul 2009 20:21:01 -0700 Subject: [PATCH] Release PSPP 0.6.2-pre4. --- NEWS | 10 +++++----- configure.ac | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/NEWS b/NEWS index b11a3972..550e7abd 100644 --- a/NEWS +++ b/NEWS @@ -1,11 +1,11 @@ PSPP NEWS -- history of user-visible changes. -Time-stamp: <2009-07-03 11:42:42 blp> +Time-stamp: <2009-07-08 20:19:51 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-pre3: +Changes from 0.6.1 to 0.6.2-pre4: * Internationalization: @@ -31,7 +31,7 @@ Changes from 0.6.1 to 0.6.2-pre3: binaries, respectively. This makes building easier for some packagers. - - Fixes for "configure --enable-relocatable" (bugs #25508). + - Fixes for "configure --enable-relocatable" (bug #25508). * Data file bug fixes and changes: @@ -63,8 +63,8 @@ Changes from 0.6.1 to 0.6.2-pre3: - Fix crash when an INSERT command specifies the name of a file that does not exist (bug #24569). - - Fix crash when CROSSTABS specifies a long-string variable (bug - #24557). + - Fix crash when CROSSTABS specifies a long-string variable (bugs + #24557 and #26131). - Fix crash drawing pie charts with many segments. diff --git a/configure.ac b/configure.ac index c1a9bdf4..072c6e6b 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-pre3],[bug-gnu-pspp@gnu.org]) +AC_INIT([pspp],[0.6.2-pre4],[bug-gnu-pspp@gnu.org]) AC_CONFIG_HEADERS([config.h]) AM_INIT_AUTOMAKE -- 2.30.2