From 571a3c89f7373516fe3bc52a674da90088c517d4 Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Tue, 31 Oct 2023 20:26:27 -0700 Subject: [PATCH] Release version 2.0.0-pre2. --- NEWS | 19 +++++++++---------- configure.ac | 2 +- doc/org.gnu.pspp.metainfo.xml.in | 3 +++ 3 files changed, 13 insertions(+), 11 deletions(-) diff --git a/NEWS b/NEWS index 53361d85d..c14b2601f 100644 --- a/NEWS +++ b/NEWS @@ -5,16 +5,7 @@ See the end for copying conditions. Please send PSPP bug reports to bug-gnu-pspp@gnu.org. -Changes since 2.0.0-pre1: - - * Localisations for the ar (Arabic) and ta (Tamil) locales have been added. - - * Improved the search options in the syntax editor. - - * Journaling is now enabled by default in interactive use. In PSPPIRE, - journaling can be configured using Edit|Options. - -Changes from 1.6.2 to 2.0.0-pre1: +Changes from 1.6.2 to 2.0.0-pre2: * The CTABLES command is now implemented. @@ -45,6 +36,14 @@ Changes from 1.6.2 to 2.0.0-pre1: * The pspp-dump-sav program is no longer installed by default. + * Improved the search options in the syntax editor. + + * Localisations for the ar (Arabic) and ta (Tamil) locales have been added. + + * Journaling is now enabled by default when PSPP or PSPPIRE is + started interactively. In PSPPIRE, use Edit|Options to override + the default. + Changes from 1.6.1 to 1.6.2: * Previously, numeric variables defaulted to "scale" measurement diff --git a/configure.ac b/configure.ac index 2af7cd421..da3ebdfe5 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.64) -AC_INIT([GNU PSPP], [2.0.0-pre1], [bug-gnu-pspp@gnu.org], [pspp]) +AC_INIT([GNU PSPP], [2.0.0-pre2], [bug-gnu-pspp@gnu.org], [pspp]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_TESTDIR([tests]) diff --git a/doc/org.gnu.pspp.metainfo.xml.in b/doc/org.gnu.pspp.metainfo.xml.in index 6074c4466..849a718b4 100644 --- a/doc/org.gnu.pspp.metainfo.xml.in +++ b/doc/org.gnu.pspp.metainfo.xml.in @@ -60,6 +60,9 @@ psppire + + https://git.savannah.gnu.org/cgit/pspp.git/tree/NEWS?h=v2.0.0-pre2 + https://git.savannah.gnu.org/cgit/pspp.git/tree/NEWS?h=v2.0.0-pre1 -- 2.11.4.GIT