From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from omta001.cacentral1.a.cloudfilter.net (omta001.cacentral1.a.cloudfilter.net [3.97.99.32]) by sourceware.org (Postfix) with ESMTPS id 8B6AC3851146 for ; Sun, 30 Oct 2022 05:04:15 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 8B6AC3851146 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=SystematicSW.ab.ca Authentication-Results: sourceware.org; spf=none smtp.mailfrom=systematicsw.ab.ca Received: from shw-obgw-4003a.ext.cloudfilter.net ([10.228.9.183]) by cmsmtp with ESMTP id onU0oToqIS8Wrp0UZolVj1; Sun, 30 Oct 2022 05:04:15 +0000 Received: from localhost.localdomain ([184.64.124.72]) by cmsmtp with ESMTP id p0UYoOQl2iEh7p0UYoNPv2; Sun, 30 Oct 2022 05:04:15 +0000 X-Authority-Analysis: v=2.4 cv=O9kqATxW c=1 sm=1 tr=0 ts=635e05cf a=oHm12aVswOWz6TMtn9zYKg==:117 a=oHm12aVswOWz6TMtn9zYKg==:17 a=mDV3o1hIAAAA:8 a=iSsPy_1ZDbh19K56tRkA:9 a=_FVE-zBwftR9WsbkzFJk:22 From: "Cygwin Gettext Maintainer" To: "Cygwin Announcements" Reply-To: "Cygwin" Date: Sat, 29 Oct 2022 23:00:11 -0600 Message-Id: <20221029230011.2264-1-Brian.Inglis@SystematicSW.ab.ca> Subject: Updated: gettext{,-devel,doc} emacs-gettext lib{gettextpo,asprintf}{0,-devel} libintl{8,-devel} mingw64-{x86_64,i686}-gettext 0.21.1 X-CMAE-Envelope: MS4xfGvx7iMouBjruPkGI5ymOBjtDAp1wKx7gYGMHe4u/8vQFrl8gee+e53ndWB4Tgv2UBumo0b2Y33jMZbotwy+T56y8gq4Y7UPniBNlJxcgzGzNYe6u4rR 9fjQVxfyc4BaiEYP8eow9klwaeL1azdGTeDwPE6/S4fEwb12IFS88Fgyyhvb2a+TnSpl4M9UhrIsdEDTFX/V1VvXoXJ6Wjevg9fsIxK80bQOknHQpQhgOxFR X-Spam-Status: No, score=-1163.6 required=5.0 tests=BAYES_00,KAM_DMARC_STATUS,KAM_LAZY_DOMAIN_SECURITY,KAM_NUMSUBJECT,PP_MIME_FAKE_ASCII_TEXT,RCVD_IN_DNSWL_NONE,SPF_HELO_NONE,SPF_NONE,TXREP autolearn=no autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: The following packages have been uploaded to the Cygwin distribution: * gettext 0.21.1 * gettext-devel 0.21.1 * gettext-doc 0.21.1 * emacs-gettext 0.21.1 * libgettextpo0 0.21.1 * libgettextpo-devel 0.21.1 * libasprintf0 0.21.1 * libasprintf-devel 0.21.1 * libintl8 0.21.1 * libintl-devel 0.21.1 * mingw64-x86_64-gettext 0.21.1 * mingw64-i686-gettext 0.21.1 A well integrated set of tools and documentation that provides a framework for producing multi-lingual messages in programs. Includes a set of conventions for writing programs to support message catalogs, a directory and file naming organization for message catalogs, a library for retrieving translated messages, and programs for handling translatable and translated strings. For changes since the previous Cygwin version, see below, /usr/share/doc/gettext/NEWS after installation, or the link: https://git.savannah.gnu.org/gitweb/?p=gettext.git;f=NEWS;a=blob Version 0.21.1 - October 2022 * The base Unicode standard is now updated to 14.0.0. * Portability: - Building on macOS 11/arm64 is now supported. - Building on Linux/powerpc64le with glibc ≥ 2.35 is now supported. * Runtime behaviour: - On AIX, locale names with a script or with an uppercase language are now supported. For example, sr_Cyrl_RS.UTF-8 is treated like sr_RS.UTF-8@cyrillic, and EN_US.UTF-8 is treated like en_US.UTF-8.