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.2 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 2873B20248 for ; Fri, 22 Mar 2019 03:41:38 +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:message-id:from:date:to:subject:in-reply-to :references:mime-version:content-type; q=dns; s=default; b=LIG2Z /9AxNlXc0WN3O4cHDl4ni3SHjWP0WS8wINq2DGFW/WkKtd+yV0oMhWMWYYsOK8Js tGya63pHApuyPaw2NP329l+INaaLzNL6WKzp960uGzx0Va9XRcdhRmMiH59WsPAn hA33K4jJq/GbdbuCBpU4t07Oaestab1gOq6N14= 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:message-id:from:date:to:subject:in-reply-to :references:mime-version:content-type; s=default; bh=b7/s7a1NIxa jdQeQbDCZ0z1wocc=; b=K99+jRJl4qnghefiP1YqJ+80NToEejm6on/Rk7nwekj w763rqv/N+0zwuUpZGMbu93gS2FbdwLtArU1Maoj6po+liCl95R2kjE/J/XON46J ccRYt384IbuQwTISDxWq1LpEzMinpKs9FehOStshi7X4IbAqOVCUm3Puk9lVbXNA = Received: (qmail 100178 invoked by alias); 22 Mar 2019 03:41:35 -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 100168 invoked by uid 89); 22 Mar 2019 03:41:35 -0000 Authentication-Results: sourceware.org; auth=none X-HELO: mail.linet.jp Message-Id: <201903220340.AA04297@tamuki.linet.gr.jp> From: TAMUKI Shoichi Date: Fri, 22 Mar 2019 12:40:59 +0900 To: Rafal Luzynski , libc-alpha@sourceware.org Subject: Re: [COMMITTED] ja_JP: Change the offset for Taisho gan-nen from 2 to 1 [BZ #24162] In-Reply-To: <1511636857.101226.1553119704038@poczta.nazwa.pl> References: <1511636857.101226.1553119704038@poczta.nazwa.pl> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Hello Rafal-san, From: Rafal Luzynski Subject: Re: [COMMITTED] ja_JP: Change the offset for Taisho gan-nen from 2 to 1 [BZ #24162] Date: Wed, 20 Mar 2019 23:08:23 +0100 (CET) > > Yes, I remember the work remaining to backport this patch to 2.29. > > OK, nice. I have done git push to 2.29 branch. https://sourceware.org/bugzilla/show_bug.cgi?id=24162#c10 > But now I can see that this bug is only half-fixed because it mentions the > BC direction as well. No reason to mention it as fixed in NEWS then. > Whether to backport the patch it's up to you, my suggestion is yes, > backport. OK. So, I did not update NEWS file this time. * Note to self: Steps to backport from master to 2.29 git fetch origin release/2.29/master git checkout release/2.29/master git cherry-pick -x 31effac cat << "EOF" | patch ChangeLog 1,3d0 < <<<<<<< HEAD < 2019-03-21 Stefan Liebler < ======= 10,11c7 < 2019-03-01 Gabriel F. T. Gomes < >>>>>>> 31effacee2... ja_JP: Change the offset for Taisho gan-nen from 2 to 1 [BZ #24162] --- > 2019-03-21 Stefan Liebler EOF git add ChangeLog git cherry-pick --continue git push origin release/2.29/master > > By the way, is there a plan to release 2.29.1? > > I asked a similar question before and the answer (if I remember correctly) > was: no, but distros are free to apply the upstream patches, and some of > them (e.g., Fedora) do this regularly. Thank you for your explanation. Understood. Regards, TAMUKI Shoichi