pspp-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

diffs for rc1


From: Ben Pfaff
Subject: diffs for rc1
Date: Wed, 04 Jun 2008 21:54:31 -0700
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.2 (gnu/linux)

Here are the changes I applied to produce -rc1 relative to
current CVS.  I haven't checked these in yet just to avoid making
the CVS tree look like it's officially 0.6.0.

Any comments?

Index: INSTALL
===================================================================
RCS file: /cvsroot/pspp/pspp/INSTALL,v
retrieving revision 1.23
diff -u -p -r1.23 INSTALL
--- INSTALL     29 May 2008 00:43:01 -0000      1.23
+++ INSTALL     5 Jun 2008 04:40:02 -0000
@@ -60,6 +60,10 @@ Gnumeric files.
       0.18 and 0.19 have a bug that will prevent library detection,
       but other versions should be fine.
 
+      To cross-compile PSPP, you will likely need to set the
+      PKG_CONFIG_LIBDIR environment variable to point to an
+      appropriate pkg-config for the cross-compilation environment.
+
     * zlib (http://www.zlib.net/).
 
     * libxml2 (http://xmlsoft.org/).  
Index: NEWS
===================================================================
RCS file: /cvsroot/pspp/pspp/NEWS,v
retrieving revision 1.25
diff -u -p -r1.25 NEWS
--- NEWS        5 Dec 2007 06:41:27 -0000       1.25
+++ NEWS        5 Jun 2008 04:40:02 -0000
@@ -1,11 +1,11 @@
 PSPP NEWS -- history of user-visible changes.
-Time-stamp: <2007-12-04 22:44:10 blp>
+Time-stamp: <2008-06-04 21:27:06 blp>
 Copyright (C) 1996-9, 2000 Free Software Foundation, Inc.
 See the end for copying conditions.
 
 Please send PSPP bug reports to address@hidden
 
-Changes from 0.4.0 to 0.4.3:
+Changes from 0.4.0 to 0.6.0:
 
   * The PSPP license is now version 3 or later of the GNU General
     Public License.  Previously, it was version 2 or later.
Index: README
===================================================================
RCS file: /cvsroot/pspp/pspp/README,v
retrieving revision 1.18
diff -u -p -r1.18 README
--- README      27 Aug 2007 04:06:22 -0000      1.18
+++ README      5 Jun 2008 04:40:02 -0000
@@ -8,7 +8,7 @@ reports in ASCII, PostScript, or HTML fo
 
 Instructions for PSPP installation are in INSTALL, including a list of
 prerequisite packages and other PSPP-specific information.  Full
-documentation  on PSPP's language will be installed along with the
-programs. 
+documentation on PSPP's language will be installed along with the
+programs.
 
 For information on differences from previous versions, please see file
@@ -15,10 +15,22 @@
 NEWS.  
           
 Source code for the latest release of PSPP is available at
 ftp://ftp.gnu.org/pub/gnu/pspp/.  Older versions may be obtained from
-ftp://alpha.gnu.org/gnu/pspp/.  Development sources are available from
-CVS at http://savannah.gnu.org/projects/pspp
-   
+ftp://alpha.gnu.org/gnu/pspp/.  Development sources are available
+at http://savannah.gnu.org/projects/pspp
+
+The following miscellaneous notes apply to this release:
+
+       * If you use GCC 4.3 or later to compile PSPP, along with any
+         version of the GNU Scientific Library (GSL) released as of
+         this writing (June 2008), then you will need to specify the
+         -fgnu89-inline flag to the compiler on the "configure"
+         command line: "./configure CFLAGS=-fgnu89-inline".
+
+       * On OpenBSD, some of the tests may fail with messages similar
+          to: 'Warning: cannot create a convertor for "646" to
+          "UTF-8"'.  These test failures may safely be ignored.
+
 Questions and comments about using PSPP may be sent to address@hidden
 Bug reports may be filed at http://savannah.gnu.org/bugs/?group=pspp
 or emailed to address@hidden  We prefer the web-based system
Index: configure.ac
===================================================================
RCS file: /cvsroot/pspp/pspp/configure.ac,v
retrieving revision 1.86
diff -u -p -r1.86 configure.ac
--- configure.ac        29 May 2008 00:43:01 -0000      1.86
+++ configure.ac        5 Jun 2008 04:40:02 -0000
@@ -2,7 +2,7 @@ dnl Process this file with autoconf to p
 
 dnl Initialize.
 AX_PREREQ(2.60)
-AC_INIT([pspp],[0.4.3],address@hidden)
+AC_INIT([pspp],[0.6.0],address@hidden)
 AC_CONFIG_HEADERS([config.h])
 AM_INIT_AUTOMAKE
 

-- 
Positronic Functional Android Fabricated for Fighting




reply via email to

[Prev in Thread] Current Thread [Next in Thread]