[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
gnun-1.2 released [stable]
From: |
Ineiev |
Subject: |
gnun-1.2 released [stable] |
Date: |
Sun, 12 Dec 2021 19:08:26 +0000 |
User-agent: |
Mutt/1.9.4 (2018-02-28) |
I'm pleased to announce that GNUN 1.2 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 1.2 supports a few more Apache SSI features in HTML validation
procedures, so GNUN will process HTML using these features
in a backwards-incompatible way, which triggered this release.
Here are the compressed sources and a GPG detached signature[*]:
ftp://ftp.gnu.org/pub/gnu/gnun/gnun-1.2.tar.gz
ftp://ftp.gnu.org/pub/gnu/gnun/gnun-1.2.tar.gz.sig
Use a mirror for higher download bandwidth:
https://www.gnu.org/prep/ftp.html
Here are the MD5, SHA1 and SHA-256 checksums:
2b900c571dd7fb5204c128825d808e08 gnun-1.2.tar.gz
dcc8b9f79516057b3e12512bc4c8f99ab76f1bb4 gnun-1.2.tar.gz
53733acd15f246d592aed7aa5810a48ec2f8a4dd0340ba6a5298fd2ae6f9adcf
gnun-1.2.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-1.2.tar.gz.sig gnun-1.2.tar.gz
If that command fails because you don't have the required public key,
then run this command to import it:
gpg --keyserver keyserver.ubuntu.com --recv-keys \
0x1BBBC053D835DD16 0xE0ACD3E0CBE7874A
You can also download them from Savannah,
wget -O gnun-keyring.gpg \
'https://savannah.gnu.org/project/release-gpgkeys.php?group=gnun&download=1'
and import like
gpg --import gnun-keyring.gpg
The parameters of signing keys are
rsa2048 2012-01-17 [SC]
3EAE C8A0 4B97 561F 2A52 E35E 1BBB C053 D835 DD16
rsa2048 2014-10-21 [SC]
BD9D 4DEE 7B2F F1CB EF2E E0C4 E0AC D3E0 CBE7 874A
To check them, run
gpg --fingerprint 0x1BBBC053D835DD16 0xE0ACD3E0CBE7874A
Then rerun the 'gpg --verify' command.
In order to further validate these keys, request me to appoint
an in-person key signing session.
This release was bootstrapped with the following tools:
Autoconf 2.69
Automake 1.15.1
Makeinfo 6.5
gnun-1.2/NEWS
* Changes in GNUnited Nations 1.2 (2021-12-12)
** When validating HTML, SSI variable expansion is closer to Apache behavior.
The 'var' attribute of #set and #echo, 'file' / 'virtual' attribute
of #include are substituted. Output of unassigned variables depends on
the directive (empty in #set, '(none)' in #echo, unexpanded in #if).
The variable with empty name is allowed. Escape characters are processed
more
realistically.
signature.asc
Description: PGP signature
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- gnun-1.2 released [stable],
Ineiev <=