Iâm delighted to announce a new release of GNU hello. This version has many minor fixes and improvements made in the last eight years.
Here are the compressed sources and a GPG detached signature[*]: https://ftpmirror.gnu.org/hello/hello-2.11.tar.gz https://ftpmirror.gnu.org/hello/hello-2.11.tar.gz.sig Use a mirror for higher download bandwidth: https://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 hello-2.11.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 4C8EF3DA3FD37230 and rerun the 'gpg --verify' command. This release was bootstrapped with the following tools: Autoconf 2.69 Automake 1.16.1 Gnulib v0.1-4957-gb9b1bd3137 NEWS * Noteworthy changes in release 2.11 (2022-01-05) [stable] Remove -h and -v short options. Various code tidying, including avoiding forward declarations, removing dead code, new test for multibyte strings, better use of gnulib, update to more recent gnulib and add git hooks from coreutils.
-- 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.