Release PSPP 0.6.2-rc1. fbsd72-i386-build30 fc11-i386-build16 fc11-x64-build17 lenny-x64-build38 sid-i386-build84 v0.6.2-rc1
authorBen Pfaff <blp@gnu.org>
Wed, 7 Oct 2009 03:49:31 +0000 (20:49 -0700)
committerBen Pfaff <blp@gnu.org>
Wed, 7 Oct 2009 03:49:31 +0000 (20:49 -0700)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index 61a493863d439685a6e722212e9e90233ba43cad..f99fb17374fd2baf74b409df9b4d37fdbaf1a306 100644 (file)
--- 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
index 8fe910b2aad41e48fe8a2ca6a9565bf5b669424a..bb37d2151121922d7e30e02100718b23631494a0 100644 (file)
@@ -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