windows cross build: Add example build instructions in documentation
[pspp] / NEWS
diff --git a/NEWS b/NEWS
index 6392be56c9e5e1d39a7eadfbb1a674487b05b071..791b9c1ac3321b34dd0614cc9be2206af8a91d78 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -6,7 +6,8 @@ Please send PSPP bug reports to bug-gnu-pspp@gnu.org.
 
 Changes from 1.4.1 to 1.5.3:
 
- * The DEFINE command is now supported.
+ * The DEFINE, MATRIX, MCONVERT, and MATRIX DATA commands are now
+   implemented.
 
  * An error in the displayed signficance of oneway anova
    contrasts tests has been corrected.
@@ -25,6 +26,12 @@ Changes from 1.4.1 to 1.5.3:
 
  * Build changes:
 
+   - Perl is no longer required to build.
+
+   - Build now requires Python 3.4 or later.  (Building PSPP 1.4.0
+     also required Python, but it wasn't properly documented at the
+     time.)
+
    - The Cairo and Pango libraries are now required.
 
    - gettext 0.20 or later is now required.