From patchwork Fri Mar 15 11:47:48 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Rafal Luzynski X-Patchwork-Id: 1056948 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (mailfrom) smtp.mailfrom=sourceware.org (client-ip=209.132.180.131; helo=sourceware.org; envelope-from=libc-alpha-return-100664-incoming=patchwork.ozlabs.org@sourceware.org; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=lingonborough.com Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; secure) header.d=sourceware.org header.i=@sourceware.org header.b="jiRdtpPJ"; dkim-atps=neutral Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 44LP370K3qz9s00 for ; Fri, 15 Mar 2019 22:48:02 +1100 (AEDT) DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:date:from:to:cc:message-id:in-reply-to :references:subject:mime-version:content-type :content-transfer-encoding; q=dns; s=default; b=taXmnJSnbNyt4rEZ L6EXc9jPFXLBWZpXUoTz/RNCbMw9bx3X1b7H+Tt+m/zBOfekEd3wSKmih+S72cq4 x5+htY+VrP4DZAwgiOlnyrIQy39SePHmVDC6tYfQEP0nk+apGg/Mti5UPdTNjue9 U7k2j2P8IHn3dePhd8gTags9Trg= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:date:from:to:cc:message-id:in-reply-to :references:subject:mime-version:content-type :content-transfer-encoding; s=default; bh=MK3ThfRtsAWeKEXJZP0EYR x9HW0=; b=jiRdtpPJnCabEXY2F+Vbpz4aN8D4tXFmVWScRk3DrArrlVll5Or9KX rZ7SaLr05Vd85ia0pC3+OnPqQQKZj2SRRNhMRPFng29MMnNoF3+W7kGh1u36BUC7 D3FhIWRxDn/oVtI0upZzpm4p41CLEfunAmmCQ1PVsEmAze9n/VcQw= Received: (qmail 86452 invoked by alias); 15 Mar 2019 11:47:57 -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 86439 invoked by uid 89); 15 Mar 2019 11:47:56 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-15.5 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=Mention, HX-Languages-Length:597, H*Ad:D*jp X-HELO: shared-ano163.rev.nazwa.pl X-Spam-Score: 0 Date: Fri, 15 Mar 2019 12:47:48 +0100 (CET) From: Rafal Luzynski To: libc-alpha@sourceware.org Cc: TAMUKI Shoichi , Felix Yan Message-ID: <858476244.248198.1552650468889@poczta.nazwa.pl> In-Reply-To: <988338284.248045.1552650382964@poczta.nazwa.pl> References: <988338284.248045.1552650382964@poczta.nazwa.pl> Subject: [PATCH 1/3] NEWS: Mention Minguo calendar support added [BZ #24293] MIME-Version: 1.0 --- NEWS | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/NEWS b/NEWS index f12524d..a0a9ed5 100644 --- a/NEWS +++ b/NEWS @@ -18,6 +18,10 @@ Major new features: * On Linux, the gettid function has been added. +* Minguo (traditional Chinese) calendar support has been added as an + alternative calendar for the following locales: cmn_TW, hak_TW, lzh_TW, + nan_TW, zh_TW. + Deprecated and removed features, and other changes affecting compatibility: * The functions clock_gettime, clock_getres, clock_settime,