Release version 2.0.0-pre3.
authorBen Pfaff <blp@cs.stanford.edu>
Thu, 2 Nov 2023 21:27:39 +0000 (14:27 -0700)
committerBen Pfaff <blp@cs.stanford.edu>
Thu, 2 Nov 2023 21:27:39 +0000 (14:27 -0700)
NEWS
configure.ac
doc/org.gnu.pspp.metainfo.xml.in

diff --git a/NEWS b/NEWS
index c14b2601f3a4087214dd303bcad26e3ef1d5203f..be8fa21ff007e21e08c229606e423f9b18a55b33 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -5,6 +5,14 @@ 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-pre3:
+
+ * Testsuite fix.
+
+ * User string fix.
+
+ * Arabic translation update.
+
 Changes from 1.6.2 to 2.0.0-pre2:
 
  * The CTABLES command is now implemented.
index da3ebdfe51f4872b6398278ce81ee3a891636086..2fede0e5f7b4690b06c01e6de44e6abaac39d26e 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-pre2], [bug-gnu-pspp@gnu.org], [pspp])
+AC_INIT([GNU PSPP], [2.0.0-pre3], [bug-gnu-pspp@gnu.org], [pspp])
 AC_CONFIG_AUX_DIR([build-aux])
 AC_CONFIG_HEADERS([config.h])
 AC_CONFIG_TESTDIR([tests])
index 849a718b4349462fcf63b167a38ca8a5be424a51..2f67285903383b4d32fc41e7f27bd4f9ad110853 100644 (file)
@@ -60,6 +60,9 @@
     <binary>psppire</binary>
   </provides>
   <releases>
+    <release version="2.0.0-pre3" date="2023-11-02">
+      <url>https://git.savannah.gnu.org/cgit/pspp.git/tree/NEWS?h=v2.0.0-pre3</url>
+    </release>
     <release version="2.0.0-pre2" date="2023-10-31">
       <url>https://git.savannah.gnu.org/cgit/pspp.git/tree/NEWS?h=v2.0.0-pre2</url>
     </release>