Skip to content

Changelog pspp (1.2.0-3+10.0trisquel0)

2022

pspp (1.2.0-3+10.0trisquel0) nabia; urgency=medium

   * Backported from oldstable due to lack of packaging upstream.

2019

pspp (1.2.0-3) unstable; urgency=medium

   [ Andreas Tille ]
   * Team upload.
   * Take over package into Debian Science team maintenance
 
   [ Ben Pfaff ]
   * Issue error message for too-large extension records. (CVE-2018-20230)
     Closes: #916902

2018

pspp (1.2.0-2) unstable; urgency=low

   * Fixed regression error in segmentation

pspp (1.2.0-1) unstable; urgency=low

   * New upstream release 1.2.0
   * New experimental command SAVE DATA COLLECTION to save MDD files.
   * MTIME and YMDHMS variable formats now supported.
   * Build changes:
     - zlib is now a required dependency.  (Previously it was optional.)
     - Gtk+3.18.0 or later must now be used when building.
     - The code implementing the sheet rendering has been removed.  Instead we
       use a third party library: spread-sheet-widget.
   * The "NOMISSING" keyword when generating syntax for piecharts in the
     frequencies command was omitted.  This has been corrected.
   * Regresssion fixed.
     Closes: #909857

2017

pspp (1.0.1-1) unstable; urgency=low

   * New upstream release 1.0.1
   * Bugfixes for CVE-2017-12958,
 	         CVE-2017-12959,
                  CVE-2017-12960 and
                  CVE-2017-12961.

pspp (1.0.0-1) unstable; urgency=low

   * New upstream release 1.0.0
   * The REGRESSION command now has a /ORIGIN subcommand to perform
     regression through the origin.
   * The FACTOR command can now analyse matrix files prepared with MATRIX DATA.
   * The FACTOR command can now print the anti-image matrices.
   * The MATRIX DATA command has been added.
   * Some inappropriate properties in selection dialogs have been corrected.
   * A bug which could cause the HTML driver to go into a tight loop
     has been fixed.
   * An error in the FREQUENCIES procedure, where the word "Mean" was
     printed when "Variance" was appropriate has been fixed.
   * The ncurses library is no longer required or used.
   * A bug where the Mann-Whitney test would give misleading results
     if run on multiple variables and MISSING=ANALAYSIS was specified
     has been fixed.
   * Gtk+3.14.5 or later must now be used when building.
   * Graphical user interface changes:
      ** There is a new menu: Edit|Options
      ** The Non Parametric Statistics Menu
         has a new item: "K Independent Samples".
      ** Dialog boxes can now be canceled using the <Escape> key.
   * The AUTORECODE command now accepts an optional / before INTO.
   * The short form of the VECTOR command can now create string variables.
   * Bug fixes, including fixes for CVE-2017-10791 and CVE-2017-10792.
     Closes: #866890
   * Updated gnulib version which can be compiled with GCC7
     Closes: #853623

pspp (0.10.2-2) unstable; urgency=low

   * fixes a regression bug where the initialization of the psql server fails
     Fixed with patch psql-regression.patch
     Closes: #850457
     Closes: #863933

2016

pspp (0.10.2-1) unstable; urgency=low

   * New upstream release 0.10.2
   * CROSSTABS: Implement COUNT subcommand to round case or cell weights.
   * scatterplot: changed colorscheme - first color is black
   * help: start html help via browser / make it work on osx and windows
   * several bug fixes
   * reintroduced hurd-i386 postgresql special treatment

pspp (0.10.1-2) unstable; urgency=low

   * Removed armhf special gcc optimization option in rules
   * Removed hurd-i386 postgresql special treatment in control

pspp (0.10.1-1) unstable; urgency=low

   * New upstream releae 0.10.1
   * fixed a bug where certain dialog boxes could not be properly populated
   * various commands hardened against invalid syntax
   * translation updates
   * removed debian patch formatstring.patch which is included upstream

pspp (0.10.0-1) unstable; urgency=low

   * New upstream release 0.10.0
   * Migrated from gtk2 to gtk3
   * Graphs menu for the GRAPH command
   * pspp-convert can convert encrypted syntax files
   * New commands: SORT VARIABLES, REPLACE, STRUNC, MEDIAN
   * QUICK CLUSTER with /PRINT subcommand
   * Debian unstable now uses automake v15. Removed texi-vers.patch as the fix is
     contained in automake. Closes: Bug#759102
   * Removed render.patch as this is fixed upstream.

2015

pspp (0.8.5-5) unstable; urgency=low

   * changed libgsl dependency from libgsl0-dev to libgsl-dev (version 2) to fix
     debian GSL transition bug. Closes: Bug#804498.
   * removed pspp.lintian override postrm

pspp (0.8.5-4) unstable; urgency=low

   * added emacsen-compat file to install pspp emacs mode without error
     messages
   * added emacsen-common as dependency as required by debian-emacs-policy
   * removed debian/pspp.manpages as all manpages are now installed directly

pspp (0.8.5-3) unstable; urgency=low

   * debian/patches/render.patch modified to fix the regression failure
     on s390x and ppc64. Also the pdf export bug via gui described in
     https://savannah.gnu.org/bugs/?45272 is fixed.

pspp (0.8.5-2) unstable; urgency=low

   * debian/patches/render.patch added to fix problem
     https://savannah.gnu.org/bugs/?45272 which is maybe
     the reason for the s390 regression failure

pspp (0.8.5-1) unstable; urgency=low

   * New upstream release 0.8.5
   * The FREQUENCIES and CROSSTABS commands can now generate barcharts.
   * The FACTOR command can now perform PROMAX rotations.
   * SPSS/PC+ system files are now supported on GET and other commands
     that read SPSS system files.  The pspp-convert program can now read
     SPSS/PC+ system files.  Writing the obsolete SPSS/PC+ system file
     format is not supported.
   * SYSFILE INFO can now read SPSS/PC+ system files and SPSS portable
     files.
   * FREQUENCIES: A bug was fixed where an assertion failure occured
     when an empty dataset was presented.
   * The GRAPH command is now available.  Initially it supports
     scatterplots and histograms.
   * The RND operator in expressions now supports additional operands
     for rounding to values other than integers and to indicate a level
     of rounding fuzz.  The default rounding fuzz may now be controlled
     and displayed with SET FUZZBITS and SHOW FUZZBITS, respectively.
   * patch debian/patches/render-test.patch removed (fixed)
   * patch debian/patches/fix_paths_in_manpage removed (fixed)
   * debian/patches/texi-vers.patch is still applied because the fixed
     autotools version is not in debian yet

2014

pspp (0.8.4-1) unstable; urgency=low

   * New upstream release 0.8.4
   * Formatting of SYSFILE INFO output was made easier to read.
   * Bug fixes in upstream, including the following notable ones:
   * FREQUENCIES works properly for string variables.  (This bug was
     introduced in 0.8.2.)
   * CROSSTABS now correctly computes all of the measures that it
     offers.  Some measures have been removed because they were not
     computed correctly.
   * The NPAR TESTS calculation of significance for the RUNS
     subcommand has been corrected.
   * Planned comparisons in ONEWAY ANOVA now correctly handle negative
     T-values.
   * Conformance fixes to Open Document output format.
   * In the debian package the following patches are removed
   * debian/patches/test1039fix.patch removed because it is fixed upstream
     fixes https://bugs.debian.org/720865
   * debian/patches/texinfo.diff removed because it is fixed upstream
     fixes https://bugs.debian.org/758539
   * debian/patches/u8istream.patch removed because it is fixed upstream
     fixes https://bugs.debian.org/760841
   * The following patches are still applied
   * debian/patches/texi-vers.patch as this is a workaround for a bug in automake
     see https://bugs.debian.org/759102
   * debian/patches/fix_paths_in_manpage
     this is an adaption to debian
   * The following NEW patch is introduced
   * debian/patches/render-test.patch fixes a security error which is shown due
     to the debian compiler warning settings. This stops the build in debian.

pspp (0.8.3-6) unstable; urgency=low

   * debian/patches/texi-vers.patch: This patch was removed due to a mistake
     in the previous version and is now back. So this is bugfix.

pspp (0.8.3-5) unstable; urgency=low

   * debian/patches/u8istream.patch: This patch fixes a bug which
     showed up in regression on kfreebsd. The bug description is here:
     https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=760841
     The bug is already fixed upstream.

pspp (0.8.3-4) unstable; urgency=low

   * debian/source/options: added extend-diff-ignore such that debuild
     can be used several times and is not disturbed by differences between
     the source package and modified files like doc/pspp.xml
   * debian/patches/texi-vers.patch: This patch is a workaround for
     the parallel build problem due to vti.tmp file. The problem is
     described here: https://savannah.gnu.org/bugs/?43029
   * debian/rules: parallel build is enabled

pspp (0.8.3-3) unstable; urgency=low

   * debian/rules: added autoreconf as proposed by Breno Leitao
     see: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=758539
     for the ppc64el architecture
   * debian/patches/texinfo.diff: fix problem with updated texinfo.tex
     When using autoreconf, the build-aux/texinfo.tex is updated. Fixed
     a problem with statistics.texi compatibility.
   * debian/rules: fixed testsuite.log dump to logfile
     The testsuite was run twice. I moved it to dh_auto_test section

pspp (0.8.3-2) unstable; urgency=low

   * debian/rules: Fixed bug in previous update

pspp (0.8.3-1.3) unstable; urgency=low

   * debian/rules: Disable compiler optimization on armhf because tests
     that use the MEANS procedure segfault with a null pointer dereference
     with GCC 4.9.1, in a way that doesn't look like a program bug.

pspp (0.8.3-1.2) unstable; urgency=low

   * debian/rules: Fix bug in previous update.

pspp (0.8.3-1.1) unstable; urgency=low

   * debian/rules: Dump testsuite.log to stdout on failure to make
     autobuilder test failures easier to debug.

pspp (0.8.3-1) unstable; urgency=low

   * upgrade to upstream version 0.8.3
   * debian/patches/test1039fix.patch: Add patch to fix a test failure in sid.

2013

pspp (0.7.9+git20120620-1.1) unstable; urgency=low

   * Non-maintainer upload.
   * debian/patches/699263: Add patch from upstream to fix test suite failures.
     Since the default epoch depends on the current year, the test suite broke
     on January 1, 2013. The patch adds the epoch to the test suite. (Closes:
     #699263)

2012

pspp (0.7.9+git20120620-1) unstable; urgency=low

   * New upstream snapshot, fixes non-ASCII import issue (Closes: #676371).

pspp (0.7.9+git20120319-1) unstable; urgency=low

   * New upstream snapshot, fix testsuite errors on Ubuntu precise i386.

pspp (0.7.9+git20120311-1) unstable; urgency=low

   * New upstream snapshot, fix FTBFS on hurd-i386.
   * debian/copyright: add details about lib/gtk-contrib/*

pspp (0.7.9+git20120303-1) unstable; urgency=low

   * New upstream snapshot, should fix outstanding testsuite failures.
   * debian/control: no Build-Depends for postgresql on hurd-i386

pspp (0.7.9+git20120229-1) unstable; urgency=low

   * New upstream snapshot (Closes: #660854)
   * debian/rules:
     - emit non-zero exit code on testsuite errors in override_dh_auto_test
     - remove possible pregenerated icon cache (Closes: #661573)
   * debian/control: bump Standards-Version to current policy

pspp (0.7.9+git20120219-1) unstable; urgency=low

   * New upstream snapshot (should fix some issues on big-endian)
   * debian/rules: post testsuite.log to build log on failures & typofixes
   * debian/control: reorganize Build-Depends for better overview

pspp (0.7.9+git20120214-1) unstable; urgency=low

   * New maintainer (Closes: #636414)
   * New upstream development snapshot
     - debian/README.Source: notice about upstream source and Gnulib tarball
     - debian/pspp.desktop: drop it as already in upstream
   * Switch to source format 3.0 (quilt)
     - move manual changes to debian/patches/*
     - drop "psppire-data-editor.c" patch as already in upstream
     - drop "lib/gtksheet/gtkitementry.c" patch as no longer needed
     - drop manual changes to config.guess, config.sub
     - ship Debian's gnulib source as supplementary tarball
   * Switch to minimal debhelper 7 rules & cleanup
     - debian/rules:
       - strip everything that's not needed because of debhelper 7
       - convert desktop icon from SVG and ship SVG
       - there's no /usr/share/info/dir anymore
       - no pref.h.orig & src/version.c to take care of
       - switch to default usage of dh_makeshlibs again
       - use smake
       - remove possibly auto-generated info dir file
     - debian/control:
       - add Uploaders
       - remove obsolete build depends on libplot-dev, libglade2-dev
       - new build depends on libxml2-dev, zlib1g-dev, libcairo2-dev,
         libpango1.0-dev, autoconf, automake, m4, pkg-config, gperf, libtool,
         smake, libgtk2.0-bin, libgtksourceview2.0-dev, libpq-dev, postgresql,
         perl, libtext-diff-perl, librsvg2-bin
       - new version dependency for debhelper, gettext, texinfo
       - bump Standards-Version
       - update Description
     - debian/dirs: strip already present dirs
     - debian/docs: merge from rules & add THANKS, OChangeLog, ONEWS
     - debian/info: move info to pspp.info
     - debian/preinst:
       - handle old conffiles like psfonts & devices
       - use old school style for that as dpkg (>= 1.15.7.2) hinders backports
     - debian/pspp.manpages: exclude from rules
     - debian/pspp.doc-base: add information about the GUI
     - debian/watch: strip template stuff for Lintian & other boilerplate text
     - delete debian/README.examples, debian/example.stat & debian/myfile.syn
   * Update debian/copyright
     - new copyright holders and remove old email address
     - new download location
     - update the final paragraph of the license text
   * Ship redone SVG icon until we have a nice upstream one

2011

pspp (0.6.2-4) unstable; urgency=low

   * QA upload.
   * Package has been orphaned, set Debian QA as maintainer.
   * Empty dependency_libs field from la files. Closes: #633285.
   * Rename gtk_entry_reset_im_context to my_gtk_entry_reset_im_context,
     avoiding conflict with the one defined in gtkentry.h. Closes: #621986.

2010

pspp (0.6.2-3) unstable; urgency=low

   * doc/pspp.man: Docs are in /usr/share/doc and /usr/share/info (thanks
     to Sergio Gelato <Sergio.Gelato@astro.su.se>, closes:Bug#557633).
     Delete reference to pspp FAQ.

2009

pspp (0.6.2-2) unstable; urgency=low

   * debian/rules: only delete /usr/share/info/dir if it exists
     (Closes:Bug#555839)

pspp (0.6.2-1) unstable; urgency=low

   * New upstream release (Closes:Bug#552744,Bug#549753,Bug#512038)
 
   * debian/control: depend on libreadline-dev rather than libreadline5-dev
     (per request of Matthias Klose <doko@cs.tu-berlin.de>,
     Closes:Bug#553829), depend on 'dpkg (>= 1.15.4) | install-info' for
     new info file installation process.  Don't call deprecated
     installation helper dh_desktop.  Bump debhelper compatibility version
     to 7.  Bump debian policy to 3.8.3.
 
   * debian/rules: don't install /usr/share/info/dir file.  install calls
     dh_prep instead of dh_clean -k.

pspp (0.6.1-4) unstable; urgency=low

   * src/ui/gui/psppire-data-editor.c: prevent data sheet from traversing
     into an invalid column, per fix by John Darrington (see
     http://git.savannah.gnu.org/cgit/pspp.git/commit/?h=stable&id=47aaa033c935d0427abd7cbb591a35450eb7db81)(Closes:Bug#516521)

pspp (0.6.1-3) unstable; urgency=low

   * debian/pspp.desktop: Correct name of icon file.

pspp (0.6.1-2) unstable; urgency=low

   * Install pspp.desktop file (Thanks to "Bojo 42" <bojo42@googlemail.com>)

2008

pspp (0.6.1-1) unstable; urgency=low

   * New upstream release (closes:Bug#502856)
 
   * debian/rules: enable parallel builds

pspp (0.6.0-3) unstable; urgency=low

   * debian/psppire.1: psppire was written by John Darrington (thanks to
     Ben Pfaff, Closes:Bug#500639)

pspp (0.6.0-2) unstable; urgency=low

   * debian/rules: default to -O2 (some optimization) instead of -O0

pspp (0.6.0-1) unstable; urgency=low

   * New upstream release (closes:#451825,#486777)
   * debian/control:  Debian policy version 3.8.0. Add "Homepage" field.
     Add to build-depends: libglade2-dev, libreadline5-dev, libxml2-dev,
     zlib1g-dev.  Build-depends on texlive rather than old tetex-bin.
   * debian/rules: implement DEBIAN_BUILD_OPTIONS value "parallel=n".
     Add to configuration command (per README):  CFLAGS=-fgnu89-inline.
   * debian/copying: now licensed under GPL version 3 or later.
   * debian/menu: add Debian menu support
   * Add simple manpage for psppire.
   * debian/doc-base: update section to agree with menu policy

2006

pspp (0.4.0-7) unstable; urgency=low

   * debian/pss.doc-base: HTML documents are in pspp.html/ (closes:#364536)

pspp (0.4.0-6) unstable; urgency=low

   * rebuild against libreadline5 (closes: #356799)
   * debian/copyright: update FSF address

pspp (0.4.0-5) unstable; urgency=low

   * debian/emacsen-startup: autoload pspp-mode.el, and add it to
     automode-alist for .sps files.

2005

pspp (0.4.0-4) unstable; urgency=low

   * debian/control: depend on texinfo (thanks to Roland Stigge
     <stigge@antcom.de>) (closes: #340062)

pspp (0.4.0-3) unstable; urgency=low

   * build against libplot2c2

pspp (0.4.0-2) unstable; urgency=low

   * added  libgsl0-dev to Build-Depends

pspp (0.4.0-1) unstable; urgency=low

   * New upstream release (fixes: Bug#259615,Bug#328545)
   * debian/control: update Debian policy version (no changes needed),
     update program description, add libplot-dev to Build-Depends, bump
     debhelper version to 4.0
   * debian/watch: update format to version 3
   * debian/rules: eliminate support for debian-test, install pspp-mode.el,
     revert to Makefile commands to build .html documentation.  Build and
     install .pdf documentation.  Register .html and .pdf files with
     doc-base.  Eliminate deprecated DH_COMPAT setting.
   * debian/README: eliminate outdated material, add pointers on
     documentation and the Emacs mode.

pspp (0.3.0-10) unstable; urgency=low

   * update debian/watch to point to new upstream site

2004

pspp (0.3.0-9) unstable; urgency=low

   * src/q2c.c: fix gcc complaint: label at end of compound statement
     (thanks to Andreas Jochens <aj at andaco.de>)(closes:bug#259615)

2003

pspp (0.3.0-8) unstable; urgency=low

   * debian/rules: use debhelper, dh_clean deletes src/version.c
     and pref.h but preserves pref.h.orig, set DESTDIR for "make install"
   * Makefile.in: export pkgsysconfdir and DESTDIR
   * doc/pspp.texi: replace old START-INFO-DIR-ENTRY section with
     @dircategory and @direntry sections.
   * doc/texinfo.tex: refresh, to handle @dircategory command
   * config.guess, config.sub: refresh
   * lib/gmp/longlong.h: add explicit newlines, and escape the embedded
     ones (closes:bug#195801)
   * debian/control: update to policy 3.5.7

2002

pspp (0.3.0-7) unstable; urgency=low

   * debian/changelog: remove obsolete local variables

2001

pspp (0.3.0-6) unstable; urgency=low

   * src/command.c: adjust test to work around name space pollution (fix by
     Ben Pfaff)(closes:bug#99739)
   * new maintainer email

pspp (0.3.0-5) unstable; urgency=low

   * debian/control: build-depend on gettext, libncurses5-dev, tetex-bin,
     texi2html (closes:Bug#98712)

pspp (0.3.0-4) unstable; urgency=low

   * config.guess, config.sub - update to current versions from CVS
     server (thanks to Philip Blundell <philb@gnu.org>) (Closes:Bug#93847)
   * src/groff-font.c(400): reverse last two arguments of call to tmsg
     (Closes:Bug#93168)

pspp (0.3.0-3) unstable; urgency=low

   * debian/control: move Build-Depends line to source section.  Policy
     version 3.5.2.
   * debian/rules: honor DEB_BUILD_OPTIONS. Add "/etc/pspp" to config file
     path.  Support debian-test.

2000

pspp (0.3.0-2) unstable; urgency=low

   * build-depends on debmake

pspp (0.3.0-1) unstable; urgency=low

   * New upstream release
   * Take "-O2" out of compiler flags, since ascii.c compilation fails.
   * Add Section and Priority fields to package control file.
   * Remove reference to old license file directory.

1999

pspp (0.2.3-3) unstable; urgency=low

   * update to version 3.0.0 of the Debian policy (FHS).
   * rebuild with current libraries.  (Closes:bug#40421)
   * debian/copyright: indicate only the download directory, rather
     than the file URL (which changes every version)

pspp (0.2.3-2) unstable; urgency=low

   * Include more files in /usr/doc/pspp/examples/.

pspp (0.2.3-1) unstable; urgency=low

   * New upstream release

pspp (0.2.2-1) frozen unstable; urgency=low

   * New upstream release - bugfixes:
     * Fix behavior of PRINT SPACE for negative arguments.
 
     * Fix reading some unusual system files.
 
     * Fix LIST problems with very long variables.  Thanks to Hankin
       <hankin@dunno.com> for this bug report.
 
     * Fix problems with some string format specifiers.
 
     * Fix use of $CASENUM in expressions.  Thanks to Dirk Melcher
       <BZN-mdksh@t-online.de> for reporting this bug.
 
     * Additional DATA LIST FREE and DATA LIST LIST fixes.  Thanks to
       Hankin <hankin@dunno.com> again on this one.
 
     * Sometimes you may encounter a PSPP script that has to be
       interpreted in interactive mode.  Now you can use the -i flag to
       do this.
 
     * Warnings for egcs 1.1.1 cleaned up.  (However you'll get lots of
       `unused variable' warnings under gcc 2.7.2.3, fixing this will
       take more effort.)
 
     * Tests fixed.
 
     * The files in gmp need the internationalization directory in
       their include path.  Thanks to OKUJI Yoshinori
       <okuji@kuicr.kyoto-u.ac.jp> for pointing this out.

1998

pspp (0.2.1-3) frozen unstable; urgency=low

   * Recompilation to remove dependency on libc6 2.0.7u

pspp (0.2.1-2) frozen unstable; urgency=low

   * Upstream release was a bugfix - release for frozen as well as unstable.

pspp (0.2.1-1) unstable; urgency=low

   * New upstream release

pspp (0.2.0-2) frozen unstable; urgency=low

   * Link with libncurses4.

pspp (0.2.0-1) unstable; urgency=low

   * New upstream release: documentation and configuration fixes

pspp (0.1.23-1) unstable; urgency=low

   * New upstream release: lots more documentation

pspp (0.1.22-1) unstable; urgency=low

   * New upstream release

pspp (0.1.21-1) unstable; urgency=low

   * Initial Release.