Release version 1.6.2.
authorBen Pfaff <blp@cs.stanford.edu>
Sat, 2 Jul 2022 03:56:07 +0000 (20:56 -0700)
committerBen Pfaff <blp@cs.stanford.edu>
Sat, 2 Jul 2022 03:56:07 +0000 (20:56 -0700)
NEWS
configure.ac
doc/org.gnu.pspp.metainfo.xml.in

diff --git a/NEWS b/NEWS
index 5514006e8ccadbdad4a964fa79217e6efa6e1c0c..7ca413f4e94770f933aa3aae6a0fa7981ec56a10 100644 (file)
--- 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
index 805ee52b488dba4837c0bb2abc7423585045b094..9c6f57fe7cc220092cf9a0b89156bc05b17ec30c 100644 (file)
@@ -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])
index a5c2ac5031754951e618f7102579ffc7820e0c13..52bb90a5f0a49d1b0e9c1e721af93f5b60cf7044 100644 (file)
@@ -60,6 +60,9 @@
     <binary>psppire</binary>
   </provides>
   <releases>
+    <release version="1.6.2" date="2022-07-01">
+      <url>https://git.savannah.gnu.org/cgit/pspp.git/tree/NEWS?h=v1.6.2</url>
+    </release>
     <release version="1.6.1" date="2022-06-24">
       <url>https://git.savannah.gnu.org/cgit/pspp.git/tree/NEWS?h=v1.6.1</url>
     </release>