I will in a few days. On Sat, Jun 25, 2022, 12:13 PM Friedrich Beckmann <friedrich.beckm...@gmx.de> wrote:
> Hi Ben, > > shall we do a 1.6.2 release to include the icon fix? > > Fritz > > > Am 24.06.2022 um 18:57 schrieb Ben Pfaff <b...@cs.stanford.edu>: > > > > I'm very pleased to announce the release of a new version of GNU PSPP. > > PSPP is a program for statistical analysis of sampled data. It is a > > free replacement for the proprietary program SPSS. > > > > Here are the compressed sources and a GPG detached signature[*]: > > https://ftp.gnu.org/gnu/pspp/pspp-1.6.1.tar.gz > > https://ftp.gnu.org/gnu/pspp/pspp-1.6.1.tar.gz.sig > > > > Use a mirror for higher download bandwidth: > > http://www.gnu.org/order/ftp.html > > > > [*] Use a .sig file to verify that the corresponding file (without the > > .sig suffix) is intact. First, be sure to download both the .sig file > > and the corresponding tarball. Then, run a command like this: > > > > gpg --verify pspp-1.6.1.tar.gz.sig > > > > If that command fails because you don't have the required public key, > > then run this command to import it: > > > > gpg --keyserver keys.gnupg.net --recv-keys > C2D1AB061656AAC54B5E975485199DE8C6648E90 > > > > or obtain the project members' keys directly from Savannah: > > > > wget -q -O- ' > https://savannah.gnu.org/project/memberlist-gpgkeys.php?group=pspp&download=1' > | gpg --import - > > > > Either way, afterward, rerun the 'gpg --verify' command. > > > > Changes from 1.6.0 to 1.6.1: > > > > * The SET command now supports LEADZERO for controlling output of a > > leading zero in F, COMMA, and DOT format. > > > > * Bug fixes and translation updates. > > > > > >