From patchwork Mon Apr 1 03:56:53 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: TAMUKI Shoichi X-Patchwork-Id: 32110 Received: (qmail 97043 invoked by alias); 1 Apr 2019 03:57:28 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Delivered-To: mailing list libc-alpha@sourceware.org Received: (qmail 97030 invoked by uid 89); 1 Apr 2019 03:57:28 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-18.0 required=5.0 tests=AWL, BAYES_00, GIT_PATCH_0, GIT_PATCH_1, GIT_PATCH_2, GIT_PATCH_3, RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.1 spammy=republic, Republic, HX-Languages-Length:671, China X-HELO: mail.linet.jp Message-Id: <201904010356.AA04316@tamuki.linet.gr.jp> From: TAMUKI Shoichi Date: Mon, 01 Apr 2019 12:56:53 +0900 To: libc-alpha@sourceware.org Subject: [PATCH 1/4] NEWS: Mention Minguo calendar support added [BZ #24293] In-Reply-To: <201904010352.AA04315@tamuki.linet.gr.jp> References: <201904010352.AA04315@tamuki.linet.gr.jp> MIME-Version: 1.0 The original author: Rafal Luzynski Reviewed-by: Carlos O'Donell --- NEWS | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/NEWS b/NEWS index cdf7b51f6d..684752ed53 100644 --- a/NEWS +++ b/NEWS @@ -18,6 +18,10 @@ Major new features: * On Linux, the gettid function has been added. +* Minguo (Republic of China) calendar support has been added as an + alternative calendar for the following locales: zh_TW, cmn_TW, hak_TW, + nan_TW, lzh_TW. + Deprecated and removed features, and other changes affecting compatibility: * The functions clock_gettime, clock_getres, clock_settime,