Release version 2.0.0-pre2.
authorBen Pfaff <blp@cs.stanford.edu>
Wed, 1 Nov 2023 03:26:27 +0000 (20:26 -0700)
committerBen Pfaff <blp@cs.stanford.edu>
Wed, 1 Nov 2023 03:26:27 +0000 (20:26 -0700)
NEWS
configure.ac
doc/org.gnu.pspp.metainfo.xml.in

diff --git a/NEWS b/NEWS
index 53361d85df8f962b3e0ffbaa3992c1b7321c4db1..c14b2601f3a4087214dd303bcad26e3ef1d5203f 100644 (file)
--- 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
index 2af7cd4214a1ec86cd75630611d5d81d1f2d8bda..da3ebdfe51f4872b6398278ce81ee3a891636086 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-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])
index 6074c4466adaf015c1000e3ac536f36142fabab9..849a718b4349462fcf63b167a38ca8a5be424a51 100644 (file)
@@ -60,6 +60,9 @@
     <binary>psppire</binary>
   </provides>
   <releases>
+    <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>
     <release version="2.0.0-pre1" date="2023-05-06">
       <url>https://git.savannah.gnu.org/cgit/pspp.git/tree/NEWS?h=v2.0.0-pre1</url>
     </release>