From 08767a7c0d9b6f719c307baa8d264f989a65d7a3 Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Sun, 30 Jul 2017 14:39:56 -0700 Subject: [PATCH] Update version number to 0.10.5-pre3. 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 | 4 +++- configure.ac | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index a1e42417ce..a7a54c4d43 100644 --- 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 diff --git a/configure.ac b/configure.ac index 00c8dcf7df..fc8761ad90 100644 --- a/configure.ac +++ b/configure.ac @@ -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]) -- 2.30.2