This is to announce datamash-1.6, a new release.
This is a bugfix release, fixing a bug in the "getnum" operation
(introduced in previous version 1.5). There are no other functional
changes since version 1.5.
-----
Datamash is a command-line program which performs basic numeric,textual
and statistical operations on input textual data files.
GNU Datamash home page:
https://www.gnu.org/software/datamash/
Please report any problem you may experience to the
bug-datam...@gnu.org mailing list.
Happy Hacking!
- Assaf Gordon
==================================================================
Here are the compressed sources and a GPG detached signature[*]:
https://ftp.gnu.org/gnu/datamash/datamash-1.6.tar.gz
https://ftp.gnu.org/gnu/datamash/datamash-1.6.tar.gz.sig
Use a mirror for higher download bandwidth:
https://ftpmirror.gnu.org/datamash/datamash-1.6.tar.gz
https://ftpmirror.gnu.org/datamash/datamash-1.6.tar.gz.sig
[*] 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 datamash-1.6.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 0A11B61D3657B901
and rerun the 'gpg --verify' command.
==================================================================
The checksums of the archive are:
$ sha1sum datamash-1.6.tar.gz
a91e7d1ae9c5c76855d7b07021386ba19ac82554 datamash-1.6.tar.gz
$ sha256sum datamash-1.6.tar.gz
b9b9b79399616bb54722edbbcaa84303801eb62a338b3a20b6f029003deb78cb
datamash-1.6.tar.gz
$ b2sum datamash-1.6.tar.gz
8ef0817df65392bf22d3e748e48292e225a437d16e797301f8e8d67d2d85ee8f4b6f010f6714d02001761b176ad97598f5815636bc92b7dbfdd30b9119e5df0b
datamash-1.6.tar.gz
==================================================================
NEWS
** Bug Fixes
The 'gutnum' operation (introduced in vresion 1.5) now correctly
prints detected numbers without truncating them.
--
If you have a working or partly working program that you'd like
to offer to the GNU project as a GNU package,
see https://www.gnu.org/help/evaluation.html.