From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS31976 209.132.180.0/23 X-Spam-Status: No, score=-4.0 required=3.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_EF,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED,SPF_HELO_PASS,SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 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 dcvr.yhbt.net (Postfix) with ESMTPS id 9FADB20248 for ; Fri, 15 Mar 2019 11:47:59 +0000 (UTC) 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=SL5+7l1vMP3f8q3C AdXnAFMjcWSgz6xqjXuHQAabD4m2cxTInT1lWVBV7awRierK25cznjlSdR4BgeHt A1G8IMCl86WKn7K36g/ekOAiIUGKAxoFzI3pJIMK5gHvjEW3Qz1bOGdjVkQqTH/c Qd4QJ68IEjR/pKiHwF9Qp1n04Cs= 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=btLJnpbOzqpKKlVCdQb00ZJyFwzdDDtH/qNdSnTiZtqEnYAIowlJWR HFg4rUnIxHKHJ9IaF4rxrHdPLvrQsvvMkZh/ilajjZTCLpfnB3LW1V+mRSaDTDub OY7VRzkeeW7Hhh9Mzq0x21HyI7s5PwlnMN1Hlc5kQc8xyMcN5Xqw4= 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 Received: (qmail 86439 invoked by uid 89); 15 Mar 2019 11:47:56 -0000 Authentication-Results: sourceware.org; auth=none X-HELO: shared-ano163.rev.nazwa.pl 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 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit --- 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, -- 2.7.5