This is the announcement of a new release of GNU gettext. GNU gettext allows programs to produce messages in the user's native language. It consists of - runtime libraries for C, C++, Java, C#, Shell programs. - tools for programmers and translators.
Here are the compressed sources: ftp://ftp.gnu.org/gnu/gettext/gettext-0.19.8.tar.gz (20MB) ftp://ftp.gnu.org/gnu/gettext/gettext-0.19.8.tar.lz (6.3MB) ftp://ftp.gnu.org/gnu/gettext/gettext-0.19.8.tar.xz (6.9MB) Here are the GPG detached signatures[*]: ftp://ftp.gnu.org/gnu/gettext/gettext-0.19.8.tar.gz.sig ftp://ftp.gnu.org/gnu/gettext/gettext-0.19.8.tar.lz.sig ftp://ftp.gnu.org/gnu/gettext/gettext-0.19.8.tar.xz.sig Use a mirror for higher download bandwidth: http://www.gnu.org/order/ftp.html Here are the MD5 and SHA1 checksums: 7ad5c90e32ac6828de955a0432ab4a7c gettext-0.19.8.tar.gz e83becf5dc4c29519a5ec5335d769764 gettext-0.19.8.tar.lz 3e7ed1ac886b9b1a4e23e71113da6358 gettext-0.19.8.tar.xz 4b3dc947a729fac8a14bde473454730919382b23 gettext-0.19.8.tar.gz 3d6ffc59141cef7ba7d7a4415da5214091164a3a gettext-0.19.8.tar.lz dc551d4783edf691c1f0095ca927d3128b5093e8 gettext-0.19.8.tar.xz [*] 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 gettext-0.19.8.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 D7E69871 and rerun the 'gpg --verify' command. This release was bootstrapped with the following tools: Autoconf 2.69 Automake 1.15 Libtool 2.4.6 Bison 3.0.4 Gnulib v0.1-778-g6f9206d Noteworthy changes in 0.19.8: * Support for reproducible builds: - msgfmt now produces little-endian .mo files by default. * Programming languages support: - XML: xgettext and msgfmt now look for .its files in directories supplied through the GETTEXTDATADIRS or XDG_DATA_DIRS environment variable. - JavaScript: xgettext and msgfmt now recognize numbered arguments in format strings. * Portability: - Improve OS/2 kLIBC support. - Fix libintl compilation issue with pre-C99 compilers. It was a regression since 0.19.5. - The AM_GNU_GETTEXT Autoconf macro can now detect musl-libc's gettext as a compatible implementation. Thanks, -- Daiki Ueno
signature.asc
Description: PGP signature
-- 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.