range-set: Inline some simple functions.
[pspp-builds.git] / NEWS
diff --git a/NEWS b/NEWS
index c72e0d6098bccc5c5bd9da4eabd0b7513d7ec6c2..a83f83102ef3c29c5d04f1e9651bbcbf9fca9a66 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,10 +1,27 @@
 PSPP NEWS -- history of user-visible changes.
-Time-stamp: <2008-10-03 21:21:11 blp>
-Copyright (C) 1996-9, 2000, 2008 Free Software Foundation, Inc.
+Time-stamp: <2009-02-05 20:31:51 blp>
+Copyright (C) 1996-9, 2000, 2008, 2009 Free Software Foundation, Inc.
 See the end for copying conditions.
 
 Please send PSPP bug reports to bug-gnu-pspp@gnu.org.
 
+Changes from 0.7.1 to 0.7.2:
+
+ * Updated Perl module interface.
+
+Changes from 0.7.0 to 0.7.1:
+
+ *  Added a perl module to facilitate reading and writing of pspp system 
+    files from perl programs.
+
+Changes from 0.6.1 to 0.7.0:
+
+  * Custom variable and data file attributes are now supported.
+    Commands VARIABLE ATTRIBUTE and DATAFILE ATTRIBUTE have been added
+    for setting and clear attributes.  Support for attributes has also
+    been added to commands that read and write system files, such as
+    SAVE and GET, as well as to the DISPLAY command.
+
 Changes from 0.6.0 to 0.6.1:
 
   * Statistical bug fixes:
@@ -33,6 +50,10 @@ Changes from 0.6.0 to 0.6.1:
     - Make it possible to reopen the output window on Windows (bug
       #24033).
 
+    - A POSIX regular expression library is now included and used
+      automatically if the host does not have one or has one that is
+      inadequate.
+
   * Build fixes and changes:
 
     - Work around bug in GSL that prevented build with recent GCC
@@ -49,6 +70,8 @@ Changes from 0.6.0 to 0.6.1:
 
     - GSL 1.8 or later is now required.
 
+    - Build errors with --enable-relocatable were fixed.
+
   * The German translations were removed, since native German speakers
     found them too poor to be useful.