X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=NEWS;h=8959f7ec5d545561a426e1a7b33458bfca14bf30;hb=46bb5c7e00295787af19df26e81f933c08d0c548;hp=525083ead4c8ab4dd605e3bb9bf5936902a5bbea;hpb=c4f4678ecf25bdf4e3e5cfe4d178569ec4a1ef2a;p=pspp diff --git a/NEWS b/NEWS index 525083ead4..8959f7ec5d 100644 --- a/NEWS +++ b/NEWS @@ -3,12 +3,41 @@ Copyright (C) 1996-2000, 2008-2016 Free Software Foundation, Inc. See the end for copying conditions. Please send PSPP bug reports to bug-gnu-pspp@gnu.org. - + +Changes from 0.10.2 to 0.10.4: + + * Gtk+3.14.5 or later must now be used when building. + + * The AUTORECODE command now accepts an optional / before INTO. + + * The short form of the VECTOR command can now create string variables. + Changes from 0.10.1 to 0.10.2: * CROSSTABS implements a new COUNT subcommand to round case or cell weights. + * Help will be opened as HTML in default browser if yelp + is not available. + + * When plotting scatterplots with only one dataset (the simple case) + the colour used for the dataset is now black. The previous default + from the Tango palette was too faint to see easily. + + * The varible info dialog could previously only paste a single variable. + Now it can paste multiple variables. + + * Bug fixes, including the following: + + - T-test with independent samples GUI crashed with string + type variable as group variable. + + - The variable info dialog showed the previous selected variable + superimposed with the currently selected one. + + - The GLM command did not properly deal with missing values. This + has been fixed. + Changes from 0.10.0 to 0.10.1: * Bug fixes, including the following: