X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=NEWS;h=aa8e337cdaea2b169c5d0c733aa43278cc6bec9e;hb=492887218950ce96ac096de8327a52e13af2373d;hp=7ca413f4e94770f933aa3aae6a0fa7981ec56a10;hpb=78a33a74592cb86170eb6aff910652bd9a6fe07b;p=pspp diff --git a/NEWS b/NEWS index 7ca413f4e9..aa8e337cda 100644 --- a/NEWS +++ b/NEWS @@ -5,8 +5,29 @@ See the end for copying conditions. Please send PSPP bug reports to bug-gnu-pspp@gnu.org. +Changes after 1.6.2: + + * The CTABLES command is now implemented. + + * FREQUENCIES now honors the LAYERED setting on SPLIT FILE. + + * AGGREGATE: + + - New aggregation functions CGT, CLT, CIN, and COUT. + + - Break variables are now optional. + + * Building from a Git repository, which previously required GIMP, now + requires rsvg-convert from librsvg2 instead. + + * The pspp-dump-sav program is no longer installed by default. + Changes from 1.6.1 to 1.6.2: + * Previously, numeric variables defaulted to "scale" measurement + level. Now, the default is "unknown", with a better guess chosen + based on heuristics the first time the data is read. + * Bug fixes. Changes from 1.6.0 to 1.6.1: