Subject: gnun-0.11 released [stable] We are pleased to announce that GNUN 0.11 has been released and is available at ftp.gnu.org and its mirrors.
GNUN is a build system for www.gnu.org translations with the sole task to make their maintenance easier. GNUN is supposed to work behind the scenes, so it is not necessary for translators to install it locally. The package includes two manuals -- the GNUnited Nations Manual (gnun) and the GNU Web Translators Manual (web-trans); the latter is the official documentation for the www.gnu.org translation process and is a must read for all translation team leaders. More on GNUN home page, https://www.gnu.org/software/gnun/. Version 0.11 doesn't introduce features that break builds with GNUN-0.10, but the output may differ. For a full list of user-visible changes, see the NEWS excerpt at the end of this message. Here are the compressed sources and a GPG detached signature[*]: http://www.gnu.org/software/gnun/gnun-0.11.tar.gz http://www.gnu.org/software/gnun/gnun-0.11.tar.gz.sig Use a mirror for higher download bandwidth: http://www.gnu.org/order/ftp.html Here are the MD5 and SHA1 checksums: ebf842c947e936dc2be899b014db9422 gnun-0.11.tar.gz 3d2543a6fac537475c8cb9cd615cb0192ea8566e gnun-0.11.tar.gz [*] 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 gnun-0.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 --recv-keys 0xD835DD16 The signing key parameters shown are 2048R/D835DD16 2012-01-17 Key fingerprint = 3EAE C8A0 4B97 561F 2A52 E35E 1BBB C053 D835 DD16 To check them, run gpg --fingerprint 0xD835DD16 This release was bootstrapped with the following tools: Autoconf 2.69 Automake 1.14.1 Makeinfo 5.2 gnun-0.11/NEWS * Changes in GNUnited Nations 0.11 (2016-10-08) ** Optional templates are reported as lower priority even when located in 'important' directories. ** New experimental feature, sorting lists. See https://www.gnu.org/s/trans-coord/manual/gnun/html_node/Sorting-Lists.html ** www.gnu.org URLs in many places are replaced with the HTTPS version. ** In `configure', a workaround for less precise versions of `date' is added. ** `gnun-clear-previous' is removed; it has never been really used. ** Bugs fixed in 0.11. *** `gnun-validate-html' didn't work with bash versions that don't support set -o pipefail. *** The script updating localized urls didn't work since 0.9. *** `configure' didn't detect old versions of xmllint adequately. *** Many utilities didn't work when mktemp had no -t option. -- 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.