From: Ben Pfaff Date: Sat, 2 Jul 2022 03:56:07 +0000 (-0700) Subject: Release version 1.6.2. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?p=pspp;a=commitdiff_plain;h=78a33a74592cb86170eb6aff910652bd9a6fe07b Release version 1.6.2. --- diff --git a/NEWS b/NEWS index 5514006e8c..7ca413f4e9 100644 --- a/NEWS +++ b/NEWS @@ -5,6 +5,10 @@ See the end for copying conditions. Please send PSPP bug reports to bug-gnu-pspp@gnu.org. +Changes from 1.6.1 to 1.6.2: + + * Bug fixes. + Changes from 1.6.0 to 1.6.1: * The SET command now supports LEADZERO for controlling output of a diff --git a/configure.ac b/configure.ac index 805ee52b48..9c6f57fe7c 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], [1.6.1], [bug-gnu-pspp@gnu.org], [pspp]) +AC_INIT([GNU PSPP], [1.6.2], [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 a5c2ac5031..52bb90a5f0 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=v1.6.2 + https://git.savannah.gnu.org/cgit/pspp.git/tree/NEWS?h=v1.6.1