Update version number to 0.10.5-pre3.
authorBen Pfaff <blp@cs.stanford.edu>
Sun, 30 Jul 2017 21:39:56 +0000 (14:39 -0700)
committerBen Pfaff <blp@cs.stanford.edu>
Sun, 30 Jul 2017 21:39:56 +0000 (14:39 -0700)
This pre-release is primarily to get the CVE-2017-10791 and CVE-2017-10792
fixes into a tarball for folks who find tarballs easier to work with.

NEWS
configure.ac

diff --git a/NEWS b/NEWS
index a1e42417ce351753bbfbe1df31a7e990112c686f..a7a54c4d43579f70dce91b47f56eaf7f6ee77a50 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -4,7 +4,7 @@ See the end for copying conditions.
 
 Please send PSPP bug reports to bug-gnu-pspp@gnu.org.
 
-Changes from 0.10.2 to 0.10.5-pre2:
+Changes from 0.10.2 to 0.10.5-pre3:
 
  * The REGRESSION command now has a /ORIGIN subcommand to perform
    regression through the origin.
@@ -43,6 +43,8 @@ Changes from 0.10.2 to 0.10.5-pre2:
 
  * The short form of the VECTOR command can now create string variables.
 
+ * Bug fixes, including fixes for CVE-2017-10791 and CVE-2017-10792.
+
 Changes from 0.10.1 to 0.10.2:
 
  * CROSSTABS implements a new COUNT subcommand to round case or cell
index 00c8dcf7df56f68f0297b43af98b7a1267e2d838..fc8761ad9076c3e5b34c612d3e3fff6a30590615 100644 (file)
@@ -18,7 +18,7 @@ dnl Process this file with autoconf to produce a configure script.
 
 dnl Initialize.
 AC_PREREQ(2.63)
-AC_INIT([GNU PSPP], [0.10.5-pre2], [bug-gnu-pspp@gnu.org], [pspp])
+AC_INIT([GNU PSPP], [0.10.5-pre3], [bug-gnu-pspp@gnu.org], [pspp])
 AC_CONFIG_AUX_DIR([build-aux])
 AC_CONFIG_HEADERS([config.h])
 AC_CONFIG_TESTDIR([tests])