NEWS: fix typo.
[pspp] / NEWS
1 PSPP NEWS -- history of user-visible changes.
2 Copyright (C) 1996-2000, 2008-2016, 2017, 2019 Free Software Foundation, Inc.
3 See the end for copying conditions.
4
5 Please send PSPP bug reports to bug-gnu-pspp@gnu.org.
6
7 Changes from 1.2.0 to 1.3.0:
8
9  * FREQUENCIES will emit a warning if one or more weight values are missing.
10
11  * Plain text output is no longer divided into pages, since it is now
12    rarely printed on paper.
13
14  * pspp-convert: New "-a", "-l", "--password-list" options to search
15    for an encrypted file's password.
16
17  * Improvements to SAVE DATA COLLECTION support for MDD files.
18
19  * Bug fix for CVE-2018-20230.
20
21  * The EXAMINE command will now perform the Shapiro-Wilk test when
22    one or more plots are requested.
23
24  * The REGRESSION command now supports the /STATISTICS=TOL option which
25    outputs tolerance and variance inflation factor metrics for the data.
26
27  * The QUICK CLUSTER command now supports the /SAVE option which can
28    be used to save the cases' cluster membership and/or their distance
29    from the cluster centre to the active file.
30
31  * A bug where the GUI would crash when T-TEST was executed whilst
32    a filter was set has been fixed.
33
34  * The GUI now has a sub-dialog for post-hoc tests of the oneway
35    anova test.
36
37  * GRAPH: Categorical barcharts displaying percentages now show the
38    sub-category as a percentage of the primary category instead of the
39    total.
40
41 Changes from 1.0.1 to 1.2.0:
42
43  * New experimental command SAVE DATA COLLECTION to save MDD files.
44
45  * MTIME and YMDHMS variable formats now supported.
46
47  * Build changes:
48
49    - zlib is now a required dependency.  (Previously it was optional.)
50
51    - Gtk+3.18.0 or later must now be used when building.
52
53    - The code implementing the sheet rendering has been removed.  Instead we
54      use a third party library: spread-sheet-widget.
55
56  * The "NOMISSING" keyword when generating syntax for piecharts in the
57    frequencies command was omitted.  This has been corrected.
58
59 Changes from 1.0.0 to 1.0.1:
60
61  * Bug fixes, including fixes for CVE-2017-12958, CVE-2017-12959,
62    CVE-2017-12960, and CVE-2017-12961.
63
64 Changes from 0.11.0 to 1.0.0:
65
66  * Translation updates.
67
68 Changes from 0.10.2 to 0.11.0:
69
70  * The REGRESSION command now has a /ORIGIN subcommand to perform
71    regression through the origin.
72
73  * The FACTOR command can now analyse matrix files prepared with MATRIX DATA.
74
75  * The FACTOR command can now print the anti-image matrices.
76
77  * The MATRIX DATA command has been added.
78
79  * Some inappropriate properties in selection dialogs have been corrected.
80
81  * A bug which could cause the HTML driver to go into a tight loop
82    has been fixed.
83
84  * An error in the FREQUENCIES procedure, where the word "Mean" was
85    printed when "Variance" was appropriate has been fixed.
86
87  * The ncurses library is no longer required or used.
88
89  * A bug where the Mann-Whitney test would give misleading results
90    if run on multiple variables and MISSING=ANALAYSIS was specified
91    has been fixed.
92
93  * Gtk+3.14.5 or later must now be used when building.
94
95  * Graphical user interface changes:
96
97  ** There is a new menu: Edit|Options
98
99  ** The Non Parametric Statistics Menu has a new item: "K Independent Samples".
100
101  ** Dialog boxes can now be canceled using the <Escape> key.
102
103  * The AUTORECODE command now accepts an optional / before INTO.
104
105  * The short form of the VECTOR command can now create string variables.
106
107  * Bug fixes, including fixes for CVE-2017-10791 and CVE-2017-10792.
108
109 Changes from 0.10.1 to 0.10.2:
110
111  * CROSSTABS implements a new COUNT subcommand to round case or cell
112    weights.
113
114  * Help will be opened as HTML in default browser if yelp
115    is not available.
116
117  * When plotting scatterplots with only one dataset (the simple case)
118    the colour used for the dataset is now black.  The previous default
119    from the Tango palette was too faint to see easily.
120
121  * The varible info dialog could previously only paste a single variable.
122    Now it can paste multiple variables.
123
124  * Bug fixes, including the following:
125
126    - T-test with independent samples GUI crashed with string
127      type variable as group variable.
128
129    - The variable info dialog showed the previous selected variable
130      superimposed with the currently selected one.
131
132    - The GLM command did not properly deal with missing values.  This
133      has been fixed.
134
135 Changes from 0.10.0 to 0.10.1:
136
137  * Bug fixes, including the following:
138
139    - A bug where certain dialog boxes could not be properly populated
140      has been fixed.
141
142    - Various commands have been hardened against errors when called
143      with invalid syntax.
144
145  * Translation updates.  Thanks to our translators!
146
147 Changes from 0.8.5 to 0.10.0:
148
149  * The QUICK CLUSTER command has a  /PRINT subcommand which shows
150    the initial cluster centres and the final cluster membership of
151    each case.  The clustering algorithm has also been updated, so
152    as to produce better separated clusters.
153
154  * A Russian localisation has been contributed.
155
156  * The GRAPH command now has a /BAR subcommand to draw barcharts.
157
158  * If the DECIMAL character is set to COMMA then the ',' character
159    will not be treated as a separator by DATA LIST.
160
161  * The graphical user interface (psppire) has been changed as follows:
162
163    - It now uses Gtk+ version 3 instead of version 2.  Accordingly, it has a 
164      somewhat different look and feel.
165
166    - There is now a Graphs menu to access the GRAPH command.
167
168    - The status of dialog box widgets are now preserved between calls
169      to the same dialog box for the same dataset.
170
171    - The dialog box for the Logistic Regression command will now
172      infer that string variables or any varible with a "measure"
173      of Nominal or Ordinal are to be treated as categorical variables
174      and will generate syntax accordingly.
175
176  * The pspp-convert utility can now decrypt encrypted syntax files.
177    The encrypted syntax file format is unacceptably insecure, so to
178    discourage its use PSPP and PSPPIRE do not directly read or write
179    this format.
180
181  * New commands:
182
183    - SORT VARIABLES.
184
185  * The following functions for transformation expressions are new:
186
187    - REPLACE, for search-and-replace of one string with another.
188
189    - STRUNC, to truncate a string and trim trailing spaces.
190
191    - MEDIAN, to compute the median of its arguments.
192
193    - The TRUNC function in expressions now supports additional arguments
194      for truncating to values other than integers and to indicate a level
195      of rounding fuzz.  The default rounding fuzz may now be controlled
196      and displayed with SET FUZZBITS and SHOW FUZZBITS, respectively.
197
198  * Bug fixes, including the following notable ones:
199
200    - The correlation coefficient in the paired samples t-test
201      procedure is now correctly calculated when presented with
202      weighted data.
203
204    - The ESCAPE subcommand has been removed from GET DATA /TYPE=TXT.
205      For compatibility, the behavior that ESCAPE enabled is now the
206      default and only supported behavior.
207
208    - Rendering of the variable and data sheets in right-to-left locales
209      now works properly.
210
211    - The Mann-Whitney test, when run on a dataset containing values
212      of the group variable, other than those defining the test groups,
213      would incorrectly calculate the ranks.  This has been corrected.
214
215  * The IMPORTCASES subcommand on GET DATA is now ignored, for
216    compatibility.
217
218 Changes from 0.8.4 to 0.8.5:
219
220  * The FREQUENCIES and CROSSTABS commands can now generate barcharts.
221
222  * The FACTOR command can now perform PROMAX rotations.
223
224  * SPSS/PC+ system files are now supported on GET and other commands
225    that read SPSS system files.  The pspp-convert program can now read
226    SPSS/PC+ system files.  Writing the obsolete SPSS/PC+ system file
227    format is not supported.
228
229  * SYSFILE INFO can now read SPSS/PC+ system files and SPSS portable
230    files.
231
232  * FREQUENCIES: A bug was fixed where an assertion failure occurred
233    when an empty dataset was presented.
234
235  * The GRAPH command is now available.  Initially it supports
236    scatterplots and histograms.
237
238  * The RND operator in expressions now supports additional operands
239    for rounding to values other than integers and to indicate a level
240    of rounding fuzz.  The default rounding fuzz may now be controlled
241    and displayed with SET FUZZBITS and SHOW FUZZBITS, respectively.
242
243 Changes from 0.8.3 to 0.8.4:
244
245  * Formatting of SYSFILE INFO output was made easier to read.
246
247  * Bug fixes, including the following notable ones:
248
249    - FREQUENCIES works properly for string variables.  (This bug was
250      introduced in 0.8.2.)
251
252    - CROSSTABS now correctly computes all of the measures that it
253      offers.  Some measures have been removed because they were not
254      computed correctly.
255
256    - The NPAR TESTS calculation of significance for the RUNS
257      subcommand has been corrected.
258
259    - Planned comparisons in ONEWAY ANOVA now correctly handle negative
260      T-values.
261
262    - The COUNT command now correctly treats missing values as
263      documented.
264
265    - Conformance fixes to Open Document output format.
266
267 Changes from 0.8.2 to 0.8.3:
268
269  * Independent T-Tests displayed the standard error of the difference
270    and the confidence interval for the unequal variances case, where
271    the equal variances case should have been.  This has been fixed.
272
273  * REGRESSION now recognises /STATISTICS=CI(x) which causes confidence
274    intervals for the coefficients to be printed.
275
276  * When DESCRIPTIVES calculates Z scores, it now omits cases filtered
277    by the current FILTER settings.
278
279  * PSPPIRE graphical user interface improvements:
280
281    - Dialog boxes with source  variable lists can now choose the sort
282      order;  right click and select from the popup menu.
283
284    - File|Open now allows an encoding to be selected for opening
285      system files.
286
287    - File|Display Data File Information|External File... now allows an
288      encoding to be selected.
289
290    - A problem with the Means dialog has been resolved (bug #41433).
291
292    - Several problems related to the input of spreadsheets have been
293      fixed (bug #41657, #41620
294
295  * System file related improvements:
296
297    - With ENCODING="DETECT", SYSFILE INFO can now help the user to
298      pick an encoding for reading a system file that does not identify
299      its own encoding
300
301    - SYSFILE INFO now accepts an ENCODING subcommand to specify the
302      character encoding of string data in the system file.
303
304    - Variable labels over 255 bytes long are now accepted without
305      truncation (bug #41863).
306
307    - System files that contain duplicate variable names may now be
308      read successfully (bug #41475).
309
310 Changes from 0.8.1 to 0.8.2:
311
312  * Charts are now rendered with colours from the Tango palette instead
313    of fully saturated primaries.
314
315  * Support for new system file variants:
316
317    - PSPP can now read and write ZCOMPRESSED system files, which
318      compress data much more effectively than older "compressed"
319      files.  (The older format is still supported.)
320
321    - PSPP can now decrypt encrypted system files, using the new
322      pspp-convert utility.  The encrypted system file format is
323      unacceptably insecure, so to discourage its use PSPP and PSPPIRE
324      do not directly read or write this format.
325
326  * Missing values for long string variables are now read from and
327    written to system files in an SPSS-compatible fashion.
328
329    (Earlier versions of PSPP that supported missing values for long
330    string variables wrote them to system files in an SPSS-incompatible
331    way.  To fix the problem, read the system file with this version of
332    PSPP and then save a new copy of it.)
333
334  * pspp-convert, a new standalone utility for converting SPSS system
335    and portable files to other formats, is now included.  The initial
336    version supports comma-separated value files as output format.
337    pspp-convert can also decrypt encrypted system files.
338
339  * Build changes:
340
341    - zlib is now a required dependency.  (Previously it was optional.)
342
343 Changes from 0.8.0 to 0.8.1:
344
345  * New commands:
346
347    - VARIABLE ROLE.
348
349  * Changes to existing commands:
350
351    - CROSSTABS: The requirement that one expected count must be less than five
352         before Fishers Exact Test will be reported has been removed.
353
354  * PSPPIRE graphical user interface improvements:
355
356    - A new set of icons has been contributed.
357
358    - Syntax windows now parse syntax in "auto" mode, which in practice
359      should mean that both "batch" and "interactive" syntax now works,
360      instead of just "interactive" syntax.
361
362    - The variable pane of data windows now include a Role column.
363
364  * Notable bug fixes:
365
366    - System files written by IBM SPSS 21 are now read without warnings.
367
368    - System files written by "VOXCO INTERVIEWER 4.3" are now read
369      without warnings.
370
371    - PSPPIRE should now more gracefully handle syntax files that contain
372      errors.
373
374 Changes from 0.6.2 to 0.8.0:
375
376  * New commands:
377
378    - ADD FILES
379    - CORRELATIONS
380    - DATAFILE ATTRIBUTES
381    - DATASET ACTIVATE
382    - DATASET CLOSE
383    - DATASET COPY
384    - DATASET DECLARE
385    - DATASET DISPLAY
386    - DATASET NAME
387    - LOGISTIC REGRESSION
388    - MATCH FILES
389    - MEANS
390    - MRSETS
391    - PRESERVE and RESTORE
392    - QUICK CLUSTER
393    - RELIABILITY
394    - ROC
395    - SAVE TRANSLATE to CSV and tab-delimited files
396    - UPDATE
397    - VARIABLE ATTRIBUTES
398
399  * Changes to existing commands:
400
401    - AUTORECODE has a new GROUP subcommand.
402
403    - CROSSTABS has been re-implemented to fix numerous bugs.
404
405    - EXAMINE: /MISSING=LISTWISE is now the default.
406
407    - DO REPEAT command has been reimplemented.  Now, when DO REPEAT
408      contains an INCLUDE or INSERT command, substitutions are not
409      applied to the included file.
410   
411    - FILE HANDLE has a new ENDS subcommand to select CR or CRLF new-lines.
412
413    - HOST has been updated to use more modern syntax.
414
415    - Most commands that work with data files now support a new
416      ENCODING subcommand.
417
418    - MISSING VALUES can now assign missing values to long string
419      variables.
420
421    - ONEWAY: the POSTHOC subcommand is now implemented.
422
423    - The following new subcommands to NPAR TESTS have been implemented:
424      COCHRAN, FRIEDMAN, JONCKHEERE-TERPSTRA, KENDALL, KRUSKAL-WALLIS, MANN-WHITNEY, 
425      MCNEMAR, SIGN, WILCOXON, and RUNS
426
427    - SET and SHOW no longer have ENDCMD, NULLINE, PROMPT, CPROMPT, and
428      DPROMPT subcommands.  The defaults are now fixed values.
429
430    - SHOW now has a JOURNAL subcommand, to show the location of the
431      journal file.
432
433    - VALUE LABELS can now assign value labels to long string
434      variables.
435
436  * Other language changes:
437
438    - The new DATASET commands replace the "scratch file" PSPP
439      extension, which is no longer supported.
440
441    - Strings may now include arbitrary Unicode code points specified
442      in hexadecimal, using the syntax U'hhhh'.  For example, Unicode
443      code point U+1D11E, the musical G clef character, may be
444      expressed as U'1D11E'.
445
446      See the "Tokens" section in the PSPP manual for more information.
447
448    - In previous versions of PSPP, in a string expressed in
449      hexadecimal with X'hh' syntax, the hexadecimal digits expressed
450      bytes in the locale encoding.  In this version of PSPP, X'hh'
451      syntax always expresses bytes in UTF-8 encoding.
452
453      See the "Tokens" section in the PSPP manual for more information.
454
455  * PSPPIRE graphical user interface improvements:
456
457    - Added support for non-ASCII characters in strings, labels and
458      variable names.
459
460    - A "Split Window" function is available, which makes it easier to
461      see different parts of a large data file.
462
463    - Data files can now be opened by specifing their name as the first
464      argument.  This means that on a properly configured desktop, double
465      clicking on an icon will open the file.
466
467    - Foreign formats, such as Gnumeric, OpenDocument and CSV can be imported
468      via using an "intelligent" application assistant dialog.
469
470  * Output changes:
471
472    - The new "cairo" output driver supports output in PostScript, PDF,
473      and SVG formats.  Its functionality is a superset of that of the
474      "postscript" driver, which has been removed.  You must have Cairo
475      and Pango installed to build the "cairo" driver.
476
477    - Charts are now produced with Cairo and Pango, instead of libplot.
478      Without them, the new graphing features will not work.  If you do
479      not have Cairo and Pango installed, you must run `configure' with
480      --without-cairo.
481
482    - The plain text output driver now properly supports multibyte UTF-8
483      characters, including double-width characters and combining
484      accents.
485
486    - Output to OpenDocument format is now supported.
487
488    - The HTML output is much improved.
489
490  * The "pspp" program has a new option --batch (or -b) that selects
491    "batch" syntax mode.  In previous versions of PSPP this syntax mode
492    was the default.  Now a new "auto" syntax mode is the default.  In
493    "auto" mode, PSPP interprets most syntax files correctly regardless
494    of their intended syntax mode.
495
496    See the "Syntax Variants" section in the PSPP manual for more
497    information.
498
499  * The "pspp" program has a new option --syntax-encoding that
500    specifies the encoding for syntax files listed on the command line,
501    as well as the default encoding for syntax files included with
502    INCLUDE or INSERT.  The default is to accept the system locale
503    encoding, UTF-8, UTF-16, or UTF-32, automatically detecting which
504    one the system file uses.
505
506    See the documentation for the INSERT command in the PSPP manual for
507    more information.
508
509  * Text data files that PRINT and WRITE creates now use the system
510    native line ends by default (CRLF on Windows, LF only elsewhere).
511    Use the new ENDS subcommand on FILE HANDLE to override the default.
512
513  * A new Perl module allows Perl programs to read and write PSPP
514    system files.
515
516  * A tutorial chapter has been added to the user manual.
517 \f
518 Changes from 0.6.1 to 0.6.2:
519
520   * New translations:
521
522     - Dutch, thanks to Harry Thijssen.
523
524     - Brazilian Portuguese, thanks to Michel Boaventura.
525
526     Thanks for translations are also due to the coordinators at
527     translationproject.org.
528
529   * Statistical bug fixes:
530
531     - REGRESSION: Report correct standard error of the estimate (bug
532       #25677).
533
534     - T-TEST: Report correct significance of paired sample T-test in
535       the common case (bug #26936) and corner cases.  Thanks to Mike
536       Griffiths and Matej Cepl for reporting these bugs.
537
538   * Build fixes and changes:
539
540     - Fix build with GTK+ 2.17.4 and later.
541
542     - Make running "make" after running "configure" with different
543       settings reliably rebuild version.c.
544
545     - Cygwin and MinGW build fixes.
546
547     - Fixes for building with recent gnulib.
548
549     - The Makefile now honors two new variables, PSPP_LDFLAGS and
550       PSPPIRE_LDFLAGS, that affect linking of the PSPP and PSPPIRE
551       binaries, respectively.  This makes building easier for some
552       packagers.
553
554     - Fixes for "configure --enable-relocatable" (bug #25508).
555
556   * Data file bug fixes and changes:
557
558     - Fix reading text data files that contain a mix of white space
559       and commas.  Now "a ,b" is treated as two fields containing "a"
560       and "b"; previously it was treated as three, with an empty field
561       in the middle.
562
563     - Fix writing corrupted .sav files on Windows.
564
565     - Fix writing variable labels longer than 252 bytes to save files.
566       Thanks to Robert Westlund for reporting this bug.
567
568     - Fix writing corrupted .por files (bug #26034).
569
570     - Fix reading .por files whose initial lines are not padded out
571       with spaces as expected.
572
573     - PSPP will no longer issue warnings about some .sav file records
574       or values that it does not understand.  These warnings were
575       harmless, but needlessly alarmed some users.
576
577     - Fix crash reading empty string fields from PostgreSQL databases.
578
579   * Bug fixes that affect PSPP and PSPPIRE:
580
581     - Users may now control precision of output statistics.  Instead
582       of hard coding the width and decimals of output numbers, respect
583       the default format in most instances.  Counts are now normally
584       displayed with the format of the weight variable, if any.
585
586     - Fix crash when an INSERT command specifies the name of a file
587       that does not exist (bug #24569).
588
589     - Fix crash when CROSSTABS specifies a long-string variable (bugs
590       #24557 and #26131).
591
592     - Fix crash drawing pie charts with many segments.
593
594     - Fix crash when NUMERIC specifies an invalid format.
595
596   * PSPPIRE bug fixes and changes:
597
598     - On Windows, write the output file to the user's home directory
599       instead of the current directory, to better match user
600       expectations.
601
602     - Some data editor fixes.
603
604   * Documentation:
605
606     - Fix typo in BINOMIAL section of user manual (bug #25892).
607
608 Changes from 0.6.0 to 0.6.1:
609
610   * Statistical bug fixes:
611
612     - Report correct standardized regression coefficients in linear
613       regression output (bug #23567).
614
615   * Bug fixes that affect PSPP and PSPPIRE:
616
617     - Avoid crash with pie charts (bug #24014).
618
619     - Don't append % to count totals (bug #24003).
620
621     - Don't crash on bad input (bug #24031).
622
623     - Don't crash if "end data." is not left aligned (bug #24115).
624
625     - Change default workspace value to 64 MB, to avoid unnecessary
626       disk accesses on modern machines.
627
628   * PSPPIRE bug fixes:
629
630     - Add ".sav" or ".por" suffix to filename when saving with Save_As
631       (bug #23137).
632
633     - Make it possible to reopen the output window on Windows (bug
634       #24033).
635
636     - A POSIX regular expression library is now included and used
637       automatically if the host does not have one or has one that is
638       inadequate.
639
640   * Build fixes and changes:
641
642     - Work around bug in GSL that prevented build with recent GCC
643       versions without manually adding -fgnu89-inline to CFLAGS.
644
645     - Also warn about missing prerequisites as we encounter them (bug
646       #24445).
647
648     - Distribute necessary files to allow users working from the
649       distributed tarball to configure with --enable-gui-tools.
650
651     - Append $(EXEEXT_FOR_BUILD) to output file name when building
652       q2c, fixing build problems on Windows.
653
654     - GSL 1.8 or later is now required.
655
656     - Build errors with --enable-relocatable were fixed.
657
658   * The German translations were removed, since native German speakers
659     found them too poor to be useful.
660
661 Changes from 0.4.0 to 0.6.0:
662
663   * The PSPP license is now version 3 or later of the GNU General
664     Public License.  Previously, it was version 2 or later.
665
666   * PSPP now has a graphical interface, called PSPPIRE.  This
667     interface allows you to enter data and variable definitions
668     interactively.  Commands may be executed in syntax form, or by
669     using the interactive dialog boxes available from the dropdown
670     menus.
671
672   * A few sample syntax files are now included in the `examples'
673     directory.
674
675   * Numerous major and minor bugs have been fixed.
676
677   Build changes:
678
679     * The INSTALL file now reflects the details of how to install
680       PSPP.  It is a tailored version of the generic installation
681       instructions, instead of a verbatim copy.
682
683     * iconv, which is ordinarily installed as part of a Unix-like
684       system, is now required.  If you don't have it already, you can
685       install GNU libiconv (http://www.gnu.org/software/libiconv/).
686
687     * libxml2 and zlib are new optional dependencies.  They are
688       required to use PSPP's support for reading Gnumeric files.
689
690   Statistical procedure changes:
691
692     * REGRESSION is a new procedure for fitting linear models to data
693       via least-squares estimation.
694
695     * NPAR TESTS is a new procedure for non-parametric tests.  In this
696       release, it supports binomial and chi-square tests.
697
698     * RANK is a new procedure to rank variables.  It supports numerous
699       forms of ranking.
700
701     * FREQUENCIES can now output histograms and pie charts.  These
702       features were present in earlier releases, but not documented.
703
704   User interface changes:
705
706     * In many situations where PSPP once terminated with a fatal
707       error, PSPP now recovers and continues execution.
708
709     * PSPP is now able to start up and run even if it cannot find its
710       configuration files.
711
712     * Journaling of interactive commands to a disk file is now
713       implemented.  By default, journaling is enabled, to a file named
714       `pspp.jnl' in the current directory.  SET JOURNAL may be used to
715       control journaling.
716
717     * The use of `+' between syntax file names on the command line to
718       prevent the dictionary from being cleared between their
719       executions is no longer supported.  All syntax files are now
720       executed as if `+' had been specified.
721
722     * The -d/--define and -u/--undef command line options are no
723       longer supported.  Instead, use /usr/bin/env or shell primitives
724       to define or clear environment variables before invoking PSPP.
725
726     * If a syntax file named named `rc' is found in a configuration
727       directory (such as $HOME/.pspp), it is executed before any
728       syntax file specified on the command line.  The -r or
729       --no-statrc command line option may be used to disable this
730       behavior.
731
732   Output changes:
733
734     * Output configuration options have changed.  Please refer to the
735       manual for a full description of the available options.
736
737       In consequence, you will need to reinstall your "devices" file.
738       "make install" will do this for you.
739
740     * Most error messages are now written to PSPP output files by
741       default.  SET ERROR can be used to disable this behavior.
742
743     * When invoked interactively, PSPP now by default produces output
744       on the terminal, piping it through the "more" program.
745       Previously, by default output was written only to file
746       pspp.list.  On most terminals, the page length used for output
747       automatically adapts to the terminal size, even if the terminal
748       is resized.
749
750     * ASCII driver:
751
752       - This driver now supports charts in output.  Charts are written
753         as separate files that the main output file refers to.  By
754         default, charts are written in PNG format to files named
755         pspp-1.png, pspp-2.png, and so on.
756
757       - Configurations are provided that use VT100 (and xterm)
758         line-drawing characters in tables.  The option "-o list-vt100"
759         requests use of this device for output to pspp.list.
760
761     * PostScript driver:
762
763       - The default paper size is now determined using the PAPERSIZE
764         environment variable, or the LC_PAPER locale category on
765         systems that support it.  If these are not set, the default is
766         now A4, instead of US letter.  To make US letter the default,
767         set PAPERSIZE to "letter" in your environment.
768
769       - Font metrics are now read from AFM files, instead of
770         Groff-format metrics files.  PostScript fonts can now be
771         embedded in output.
772
773         In consequence, you will need to install an AFM file for each
774         font used in PostScript output.  "make install" will install
775         AFM files for the standard PostScript fonts, including the
776         ones that the PostScript driver uses by default.
777
778       - Standard paper sizes no longer need to be specified through a
779         configuration file.  The "papersize" configuration file is no
780         longer needed, or supported.
781
782       - The PostScript prologue is no longer obtained from the
783         "ps-prologue" configuration file.  This configuration file is
784         no longer needed, or supported.
785
786     * HTML driver:
787
788       - The HTML prologue is no longer obtained from the
789         "html-prologue" configuration file.  This configuration file
790         is no longer needed, or supported.
791
792   Command language changes:
793
794     * The following commands are new:
795
796       - GET DATA, which currently supports reading Gnumeric files and
797         text data files.  It will be extended later to read other
798         types of foreign data.
799
800       - CD, to change the current directory.
801
802       - INSERT, to execute a syntax file.
803
804       - DELETE VARIABLES, to remove variables from the active file
805         dictionary.
806
807       - ADD DOCUMENT, to add text to active file documents.
808
809       - CLOSE FILE HANDLE (a PSPP extension; see below).
810
811       - XEXPORT, a PSPP extension that is a transformation equivalent
812         to EXPORT.
813
814     * The following functions for transformation expressions are new:
815
816       - DATEDIFF, for computing the difference of two dates.
817
818       - DATESUM, for advancing a date by a specified duration.
819
820       - VALUELABEL, to obtain the value label for a value.
821
822     * PSPP now supports very long string variables (over 255 bytes
823       long).
824
825     * MATCH FILES now supports the FIRST and LAST subcommands.
826
827     * Previous versions of PSPP prohibited using commands to both read and
828       write a single file at the same time.  Now, PSPP allows this, and
829       the new version of the file atomically replaces the old version.
830
831     * The following commands are no longer available.  They will be
832       re-implemented in a later release:
833
834       - CLEAR TRANSFORMATIONS
835
836       - MATRIX DATA
837
838       - REPEATING DATA
839
840     * The PROCESS IF command, which was deprecated, has been removed.
841       You may replace any usage of it by SELECT IF following
842       TEMPORARY, which has the same effect.
843
844     * The output format for variables created by VECTOR may now be
845       specified as part of the VECTOR syntax.
846
847   "Scratch files", a new PSPP extension:
848
849     A scratch file, like a system file, consists of a dictionary and
850     any number of cases.  Small scratch files are stored in memory;
851     one that grows too large is written to disk.  By default, any file
852     handle whose name begins with # is assumed to refer to a scratch
853     file.
854
855     Scratch files can be used just about anywhere a system or portable
856     file can be used.  Also, portable files are now allowed in most
857     places that system files were allowed in previous PSPP version.
858
859     A new CLOSE FILE HANDLE command allows the storage associated with
860     scratch files to be freed.  It also allows file handles to be
861     reassigned to new files.
862
863     For more information on scratch files, refer to the "File Handles"
864     section in the PSPP manual.  For specifics of what commands now
865     allow what kinds of files to be specified, refer to the
866     documentation on those particular commands.
867
868   Data access changes:
869
870     * Binary formats and IBM/360 formats, including ASCII/EBCDIC
871       translation, are now supported.  Use FILE HANDLE to specify the
872       format of these files.
873
874     * Little-endian, big-endian, and VAX-endian formats are now
875       supported for integer binary formats when reading and writing
876       data files.  The new RIB and WIB subcommands on the SET command
877       control endianness of integer data.  The default is the host's
878       native endianness.
879
880     * IEEE 754, VAX, and IBM hexadecimal formats are now supported for
881       floating point binary formats when reading and writing data
882       files.  The new RRB and WRB subcommands on the SET command
883       control the floating point format.  The default is the host's
884       native floating point format.
885
886     * DATA LIST now supports the SKIP subcommand, to skip records at
887       the beginning of a file.  For compatibility, DATA LIST now
888       treats N format as F format for FREE and LIST format input.
889
890     * The SAVE and XSAVE commands now support the UNSELECTED,
891       PERMISSIONS, NAMES, and MAP subcommands.
892
893     * The EXPORT command has been re-implemented to obtain better
894       results.  Support for the UNSELECTED, DIGITS, and TYPE
895       subcommands has been added.
896
897     * For compatibility, PRINT now inserts a space at the beginning of
898       every output line, even lines that would otherwise be blank,
899       when OUTFILE is specified.  (The behavior of WRITE is
900       unchanged.)
901
902     * For compatibility, PRINT EJECT now inserts the digit `1' at the
903       beginning of each line that should begin a new page.
904
905     * For compatibility, WRITE now outputs the system-missing value as
906       a field filled with spaces.  Binary formats are an exception.
907       (The behavior of PRINT is unchanged.)
908
909   Documentation:
910
911     * Input and output format descriptions have been rewritten.  They
912       now precisely describe what is accepted on input and written on
913       output.
914
915     * The descriptions of the PSPP system and portable file formats
916       have been extensively revised and improved.
917
918   For developers, the build system now requires Autoconf 2.60 and
919   Automake 1.10.
920 \f
921 Changes from 0.3.0 to 0.4.0:
922
923   Changes in build dependencies:
924
925     * The GNU Scientific Library (libgsl), version 1.6 or later, is
926       now required.
927
928     * libplot from GNU plotutils is optional.  Without it, the new
929       graphing features will not work.  If you do not have it
930       installed, you must run `configure' with --without-libplot.
931
932     * libgmp2 is no longer a dependency.
933
934   Newly implemented commands and statistical features:
935
936     * EXAMINE, including its graphing features.
937
938     * FREQUENCIES now supports percentiles.
939
940     * ONEWAY.
941
942     * PERMISSIONS.
943
944     * SHOW.
945
946     * SORT CASES now sorts stably, that is, two cases with equal sort
947       criteria will be in the same relative order before and after the
948       sort.
949
950     * T-TEST (re-written).
951
952     * DATE and USE.  These commands are parsed but otherwise ignored,
953       to enhance compatibility with certain command files that invoke
954       them unnecessarily.
955
956     * VARIABLE WIDTH, VARIABLE ALIGNMENT, and VARIABLE LEVEL.  These
957       currently have no effect on PSPP output, but their values are
958       written to and read from system files and thus may affect
959       third-party software.
960
961     * SET EPOCH implemented.
962
963     * DATA LIST FREE and DATA LIST LIST now support arbitrary field
964       delimiters.
965
966     * FILE HANDLE now supports custom tab widths.
967
968   Long variable names (and other identifiers) are now supported.  Up
969   to the first 64 bytes of each identifier is significant.  PSPP now
970   reads and writes system files compatible with SPSS version 12.
971
972   New --algorithm and --syntax command line options allow
973   SPSS-compatible or enhanced modes to be selected.
974
975   Support for transformation expressions has been rewritten and
976   significantly improved.  Refer to the manual for details.
977
978   Calculation of moments (mean, standard deviation, kurtosis,
979   skewness) has been rewritten and should now be more accurate.  In
980   --algorithm=enhanced mode moments may be more accurate than SPSS in
981   some cases.
982
983   Numerous bugs have been fixed, too many to mention here.  Many new
984   tests have been added, leading to the discovery and fixing of many
985   of these bugs.
986
987   The ASCII output driver can now squeeze multiple blank lines into
988   single blank lines.
989
990   Much of the code has been rewritten and refactored.  It is now much
991   cleaner.
992
993   The FILE TYPE and REPEATING DATA commands have been disabled for
994   this release because their implementations were deemed too buggy to
995   be useful.  They will be fixed and replaced in a future release.
996
997   New pspp-mode for Emacs (in pspp-mode.el).
998
999   Added rudimentary command-line completion for interactive input.
1000
1001   lib/julcal and lib/dcdflib are no longer used, so they have been
1002   removed.
1003
1004   For developers, the build system now requires Autoconf 2.58 and
1005   Automake 1.7.  The included gettext has been updated to version
1006   0.12.1.
1007
1008   Some reports state that Texinfo 4.8, the latest version, may be
1009   necessary to successfully format the documentation on some systems.
1010
1011 Version 0.3.0 changes since 0.2.3:
1012
1013   Bugs fixed:
1014
1015     * Using alphanumeric variables in functions under AGGREGATE
1016       segfaulted.  Fixed.
1017
1018     * Under certain circumstances, the final case would be omitted
1019       from the results of an AGGREGATE operation.  Fixed.
1020
1021     * Undefined behavior was invoked by referencing a freed pointer
1022       under certain circumstances.  Fixed.
1023
1024     * A wrong record size was displayed when paging the active file to
1025       disk.  Fixed.
1026
1027     * Not having enough temporary space for sorting caused a core
1028       dump.  Fixed.
1029
1030     * Syntax errors in function descriptions on AGGREGATE caused core
1031       dumps.  Fixed.
1032
1033     * A null pointer was dereferenced, causing a core dump, when
1034       PERCENTILES was specified on FREQUENCIES.  This fixes the
1035       problem, but PSPP still doesn't calculate percentiles.
1036
1037     * SORT always sorted in ascending order.  Fixed.
1038
1039     * Some minor memory leaks in the expression parser were removed.
1040
1041     * Many assertions fixed for strict ANSI C compliance.
1042
1043   New features:
1044
1045     * SET ECHO ON now implemented, but turned off by default.
1046
1047     * PRINT specifier supported on END REPEAT.
1048
1049   Other:
1050
1051     * System libgmp2 library is used if installed instead of
1052       unconditionally using the included libgmp2 subset.
1053
1054     * Extensive code cleanup, which continues.
1055
1056     * Added CORRELATIONS command parser, but not implemented.
1057
1058 Version 0.2.3 changes since 0.2.2:
1059
1060   Bugs fixed:
1061
1062     * SPLIT FILE with a string variable caused a core dump.  Fixed.
1063
1064     * Nested INCLUDEs didn't work.  Fixed.
1065
1066     * The MATCH FILES procedure set the values of variables not present
1067       to 0.  It should have been SYSMIS.  This is now fixed.
1068
1069     * The REMARK command was too aggressive about skipping lines.  It
1070       didn't like being the last command in a file.
1071
1072     * Comment parsing wasn't consistent with the rest of the code in its
1073       idea of where one command ends and another starts.  This meant
1074       that sometimes commands would be mysteriously ignored.  Thanks to
1075       Dr. Dirk Melcher <BZN-mdksh@t-online.de> for reporting this bug.
1076
1077     * The TABLE subcommand on MATCH FILES worked only erratically at
1078       best.  This fixes it.  Thanks to Dr. Dirk Melcher
1079       <BZN-mdksh@t-online.de> for reporting this bug.
1080
1081     * VARIABLE LABELS rejected a slash before the first variable
1082       specification, contradicting the documentation.  Thanks to Walter
1083       M. Gray <graywm@northernc.on.ca> for reporting this bug.
1084
1085     * Because of an incorrect optimization in memory allocation,
1086       CROSSTABS sometimes segfaulted when asked to output multiple
1087       tables.  Thanks to Walter M. Gray <graywm@northernc.on.ca> for
1088       reporting this bug.
1089
1090     * CROSSTABS didn't display value labels for column and row
1091       variables.  Thanks to Walter M. Gray <graywm@northernc.on.ca> for
1092       reporting this bug.
1093
1094     * WRITE didn't write line ends.  Fixed.  Thanks to Dr. Dirk Melcher
1095       <BZN-mdksh@t-online.de> for reporting this bug.
1096
1097     * The TABLE subcommand on MATCH FILES worked only erratically at
1098       best.  This fixes it.  Thanks to Dr. Dirk Melcher
1099       <BZN-mdksh@t-online.de> for reporting this bug.
1100
1101     * VARIABLE LABELS rejected a slash before the first variable
1102       specification, contradicting the documentation.  Thanks to Walter
1103       M. Gray <graywm@northernc.on.ca> for reporting this bug.
1104
1105     * Because of an incorrect optimization in memory allocation,
1106       CROSSTABS sometimes segfaulted when asked to output multiple
1107       tables.  Thanks to Walter M. Gray <graywm@northernc.on.ca> for
1108       reporting this bug.
1109
1110     * CROSSTABS didn't display value labels for column and row
1111       variables.  Thanks to Walter M. Gray <graywm@northernc.on.ca> for
1112       reporting this bug.
1113
1114     * WRITE didn't write line ends.  Fixed.  Thanks to Dr. Dirk Melcher
1115       <BZN-mdksh@t-online.de> for reporting this bug.
1116
1117     * MATCH FILES corrupted memory and dumped core on some syntax
1118       errors.  Fixed.
1119
1120     * MATCH FILES should set numeric values not available to the
1121       system-missing value, not to 0.  Thanks to Dr. Dirk Melcher
1122       <BZN-mdksh@t-online.de> for reporting this bug.
1123
1124     * KEEP didn't work properly on the SAVE procedure.  Fixed.  Thanks
1125       to Ralf Geschke <ralf@kuerbis.org> for reporting this bug.
1126
1127     * Memory leak fix.
1128
1129     * Some systems didn't like the way open_file was coded.  Thanks to
1130       Hankin <hankin@rogue.consultco.com> for pointing this out.
1131
1132     * The SAVE procedure didn't save long string variables properly.
1133       Fixed by this patch.  Thanks to Hankin
1134       <hankin@rogue.consultco.com> for this patch.
1135
1136     * Minor documentation fixes for MATCH FILES.
1137
1138 Version 0.2.2 changes since 0.2.1:
1139
1140   Bugs fixed:
1141
1142     * Fix behavior of PRINT SPACE for negative arguments.
1143
1144     * Fix reading some unusual system files.
1145
1146     * Fix LIST problems with very long variables.  Thanks to Hankin
1147       <hankin@dunno.com> for this bug report.
1148
1149     * Fix problems with some string format specifiers.
1150
1151     * Fix use of $CASENUM in expressions.  Thanks to Dirk Melcher
1152       <BZN-mdksh@t-online.de> for reporting this bug.
1153
1154     * Additional DATA LIST FREE and DATA LIST LIST fixes.  Thanks to
1155       Hankin <hankin@dunno.com> again on this one.
1156
1157     * Sometimes you may encounter a PSPP script that has to be
1158       interpreted in interactive mode.  Now you can use the -i flag to
1159       do this.
1160
1161     * Warnings for egcs 1.1.1 cleaned up.  (However you'll get lots of
1162       `unused variable' warnings under gcc 2.7.2.3, fixing this will
1163       take more effort.)
1164
1165     * Tests fixed.
1166
1167     * The files in gmp need the internationalization directory in
1168       their include path.  Thanks to OKUJI Yoshinori
1169       <okuji@kuicr.kyoto-u.ac.jp> for pointing this out.
1170
1171 Version 0.2.1 changes since 0.2.0:
1172
1173   Bugs fixed:
1174
1175     * Remember to include examples/ directory in distribution :-)
1176
1177     * Fixed gmp compile problems for some non-i386 architectures.
1178       Thanks to Hans Olav Eggestad <olav@jordforsk.nlh.no> and others
1179       for reporting this.
1180
1181     * DATA LIST FREE and DATA LIST LIST parsing of input files is now
1182       matches the documented behavior exactly, and error messages are
1183       more helpful.  Thanks to Mark H. Wood <mwood@IUPUI.Edu>.
1184
1185 Version 0.2.0 changes since 0.1.0:
1186
1187   Procedures now implemented:
1188     * CROSSTABS.  Please see documentation for caveats.
1189
1190   Transformations and utilities now implemented:
1191     * AGGREGATE
1192     * APPLY DICTIONARY
1193     * CLEAR TRANSFORMATIONS
1194     * DISPLAY (all subcommands).
1195     * ERASE
1196     * FLIP
1197     * EXPORT
1198     * HOST
1199     * IMPORT
1200     * MATCH FILES
1201     * MATRIX DATA
1202     * NEW FILE
1203     * REPEATING DATA
1204
1205   Support for input and output through pipes: "|command" and
1206   "command|" filenames; support for special filenames "-", "stdin",
1207   "stdout", "stderr".
1208
1209   New command-line features:
1210     * New option --testing-mode: Invoke heuristics to assist testing.
1211     * New option --safer, -s: Don't allow certain unsafe operations.
1212     * New option --command=CMD, -c CMD: Perform literal command CMD.
1213     * rc file ~/.pspp/rc is executed before any other files.
1214     * Now multiple syntax files can be specified.
1215
1216   Operator LAG is now implemented.
1217
1218   Added missing FILE subcommand to REREAD.
1219
1220   Table output manager completely rewritten.
1221
1222   Device configuration file syntax changed.  You will need to
1223   reinstall your `devices' file.
1224
1225   New output driver for HTML.
1226
1227   PostScript driver and prologue simplified.
1228
1229   Many bugs fixed.  General source-code cleanup.
1230
1231   Added Texinfo documentation for:
1232     * PSPP system file format
1233     * PSPP portable file format
1234     * How to write input for q2c parser generator
1235     * HTML driver
1236
1237   PSPP language is now fully documented.  Please report any
1238   inaccuracies or omissions in the documentation.
1239
1240 Changes for version 0.1.0:
1241
1242   First public release.  For changes from unreleased development
1243   versions, please see ONEWS.
1244 \f
1245 ----------------------------------------------------------------------
1246 Copyright information:
1247
1248    Permission is granted to anyone to make or distribute verbatim
1249    copies of this document as received, in any medium, provided that
1250    the copyright notice and this permission notice are preserved, thus
1251    giving the recipient permission to redistribute in turn.
1252
1253    Permission is granted to distribute modified versions of this
1254    document, or of portions of it, under the above conditions,
1255    provided also that they carry prominent notices stating who last
1256    changed them.
1257 \f
1258 Local variables:
1259 version-control: never
1260 mode: indented-text
1261 end: