info-gnu
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

gettext-0.19.4 released [stable]


From: Daiki Ueno
Subject: gettext-0.19.4 released [stable]
Date: Wed, 24 Dec 2014 17:01:03 +0900
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux)

Hello,

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.4.tar.gz   (17MB)
  ftp://ftp.gnu.org/gnu/gettext/gettext-0.19.4.tar.xz   (6.4MB)
  ftp://ftp.gnu.org/gnu/gettext/gettext-0.19.4.tar.lz   (5.9MB)

Here are the GPG detached signatures[*]:
  ftp://ftp.gnu.org/gnu/gettext/gettext-0.19.4.tar.gz.sig
  ftp://ftp.gnu.org/gnu/gettext/gettext-0.19.4.tar.xz.sig
  ftp://ftp.gnu.org/gnu/gettext/gettext-0.19.4.tar.lz.sig

Use a mirror for higher download bandwidth:
  http://www.gnu.org/order/ftp.html

Here are the MD5 and SHA1 checksums:

d3511af1e604a3478900d2c2b4a4a48e  gettext-0.19.4.tar.gz
997c9070354eff5517115feaea6038f0  gettext-0.19.4.tar.xz
3e2c6f64efbffd97520ec3b998682c6b  gettext-0.19.4.tar.lz
c473f4f268501d971b913197fb07767e628644bb  gettext-0.19.4.tar.gz
16c90342f3a59c7df364ebb3209a48be42b7ffd9  gettext-0.19.4.tar.xz
f54678e8eaf42b523384bf85372a5cfb8269989f  gettext-0.19.4.tar.lz

[*] 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.4.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.14.1
  Libtool 2.4.4
  Bison 3.0.2
  Gnulib v0.1-273-ge5a15ad

Noteworthy changes in 0.19.4:

* The --keyword option of xgettext now accepts same argument number
  for both singular and plural forms.

* Programming languages support:
  - C#: xgettext now properly handles Unicode characters encoded with
    surrogate pairs.
  - C/C++: xgettext now recognizes ISO/IEC 9899:2011 string literals
    prefixed by R, u8, u8R, u, uR, U, UR, L, or LR.
  - Shell: xgettext now properly recognizes Bash ANSI-C quoting ($'...').

* Bug fixes:
  - Fix integer overflow when reading certain MO files with msgunfmt.
  - Avoid invalid memory access in various cases.  In particular, when
    the same argument number is specified for singular/plural
    arguments, and when checking Lisp and Scheme format strings.

* Portability:
  - Building on Mac OS X 10.10 and AIX 7.1 is now supported.

Regards,
--
Daiki Ueno

Attachment: signature.asc
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]