From 59990cb7ac648d05a8fe981def5433e5496d0efa Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Tue, 6 Oct 2009 20:49:31 -0700 Subject: [PATCH] Release PSPP 0.6.2-rc1. --- NEWS | 9 +++++++-- configure.ac | 2 +- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index 61a49386..f99fb173 100644 --- a/NEWS +++ b/NEWS @@ -1,11 +1,11 @@ PSPP NEWS -- history of user-visible changes. -Time-stamp: <2009-09-08 21:08:29 blp> +Time-stamp: <2009-10-06 20:46:21 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-pre6: +Changes from 0.6.1 to 0.6.2-rc1: * New translations: @@ -27,6 +27,8 @@ Changes from 0.6.1 to 0.6.2-pre6: * Build fixes and changes: + - Fix build with GTK+ 2.17.4 and later. + - Make running "make" after running "configure" with different settings reliably rebuild version.c. @@ -50,6 +52,9 @@ Changes from 0.6.1 to 0.6.2-pre6: - Fix writing corrupted .sav files on Windows. + - Fix writing variable labels longer than 252 bytes to save files. + Thanks to Robert Westlund for reporting this bug. + - Fix writing corrupted .por files (bug #26034). - Fix reading .por files whose initial lines are not padded out diff --git a/configure.ac b/configure.ac index 8fe910b2..bb37d215 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-pre6],[bug-gnu-pspp@gnu.org]) +AC_INIT([pspp],[0.6.2-rc1],[bug-gnu-pspp@gnu.org]) AC_CONFIG_HEADERS([config.h]) AM_INIT_AUTOMAKE -- 2.30.2