Here is 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.


New in version 0.20.1:
======================

* Important bug fix:
  - Fixed a wrong shared library versioning of libintl.so.


Download:
=========

Here are the compressed sources:
  https://ftp.gnu.org/gnu/gettext/gettext-0.20.1.tar.gz   (23MB)
  https://ftp.gnu.org/gnu/gettext/gettext-0.20.1.tar.xz   (9.0MB)

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

Here are the SHA1 checksums:

2aa01db95b064d7f5d1a46de34a2cc6a57eadf36  gettext-0.20.1.tar.gz
62f4a6a2fd5f80bfd0e66c497a04094fa3e07b90  gettext-0.20.1.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.20.1.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 4F494A942E4616C2

and rerun the 'gpg --verify' command.


Feedback:
=========

Report bugs to <bug-gnu-gett...@gnu.org> or in the bug tracker at
https://savannah.gnu.org/projects/gettext/ .


-- 
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.

Reply via email to