Release version 2.0.1.
authorBen Pfaff <blp@cs.stanford.edu>
Thu, 21 Mar 2024 23:32:43 +0000 (16:32 -0700)
committerBen Pfaff <blp@cs.stanford.edu>
Thu, 21 Mar 2024 23:32:43 +0000 (16:32 -0700)
NEWS
configure.ac
doc/org.gnu.pspp.metainfo.xml.in

diff --git a/NEWS b/NEWS
index 4da2949f099add6ed8b0794aefe1c3c9bb5bfb24..ffd1f66f75dc3a678477e5439cb11f92b9f2a8a4 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -5,7 +5,13 @@ See the end for copying conditions.
 
 Please send PSPP bug reports to bug-gnu-pspp@gnu.org.
 
-Changes from 1.6.2-pre2 to 2.0.0:
+Changes from 2.0.0 to 2.0.1:
+
+ * Bug fixes.
+
+ * Translation updates.
+
+Changes from 1.6.2 to 2.0.0:
 
  * The CTABLES command is now implemented.
 
index 899c27589b78d97670c82160d65531dcc0954557..e612e445c06c105d429232a33f5efb08d26b5cfe 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], [2.0.0], [bug-gnu-pspp@gnu.org], [pspp])
+AC_INIT([GNU PSPP], [2.0.1], [bug-gnu-pspp@gnu.org], [pspp])
 AC_CONFIG_AUX_DIR([build-aux])
 AC_CONFIG_HEADERS([config.h])
 AC_CONFIG_TESTDIR([tests])
index 6a49a1dd635d06e7fca88f8b09f0724e1285cf43..1e8154540693cd14b523a2719ea96009da18cdbd 100644 (file)
@@ -61,6 +61,9 @@
     <binary>psppire</binary>
   </provides>
   <releases>
+    <release version="2.0.1" date="2024-03-21">
+      <url>https://git.savannah.gnu.org/cgit/pspp.git/tree/NEWS?h=v2.0.1</url>
+    </release>
     <release version="2.0.0" date="2023-12-31">
       <url>https://git.savannah.gnu.org/cgit/pspp.git/tree/NEWS?h=v2.0.0</url>
     </release>