pspp-convert: Add --labels and --recode options.
[pspp] / NEWS
diff --git a/NEWS b/NEWS
index 020bc6d14842c3ed99a3f827fb6caf0bd361fa0e..8bbecdf01d9891b80a5854b228619c7f37b0cea3 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -6,6 +6,18 @@ Please send PSPP bug reports to bug-gnu-pspp@gnu.org.
 
 Changes from 1.2.0 to 1.3.0:
 
+ * PSPP now supports the SPSS viewer (.spv) format that SPSS 16 and later
+   use to save the contents of its output editor:
+
+   - PSPP and PSPPIRE can write output to .spv files.
+
+   - The new utility pspp-output can convert .spv files to other formats.
+
+   - The pspp-convert utility can now decrypt encrypted .spv files.  The
+     encrypted viewer file format is unacceptably insecure, so to
+     discourage its use PSPP and PSPPIRE do not directly read or write
+     this format.
+
  * A bug where the Data|Select Cases|Random Sample menu would generate
    invalid syntax has been fixed.
 
@@ -14,16 +26,13 @@ Changes from 1.2.0 to 1.3.0:
  * Plain text output is no longer divided into pages, since it is now
    rarely printed on paper.
 
- * pspp-convert:
-
-   - New support to decrypt encrypted viewer (SPV) files.  The
-     encrypted viewer file format is unacceptably insecure, so to
-     discourage its use PSPP and PSPPIRE do not directly read or write
-     this format.
+ * pspp-convert improvements:
 
    - New "-a", "-l", "--password-list" options to search for an
      encrypted file's password.
 
+   - New "--labels" and "--recode" options for CSV output.
+
  * Improvements to SAVE DATA COLLECTION support for MDD files.
 
  * Bug fix for CVE-2018-20230.