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=-3.0 required=3.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FORGED_GMAIL_RCVD, FREEMAIL_FORGED_FROMDOMAIN,FREEMAIL_FROM,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED,RCVD_IN_MSPIKE_H3, RCVD_IN_MSPIKE_WL,SPF_HELO_PASS,SPF_PASS shortcircuit=no autolearn=no 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 C01741F463 for ; Thu, 9 Jan 2020 02:01:09 +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:subject:message-id:references :mime-version:content-type:in-reply-to; q=dns; s=default; b=NhCz /7vdTklyl+Bv6OriyTvEaXgor6jf8T7ga4xtgZcnfYo8f+gWe8e0v8FJErDWXbwP 1qTIprXy/JOFuJJumyDagjIrSIr908S5egqMSUQPQYI2qQejJ3ng3N7aomaHtDEK yhwlJmTsCYx6/BP4qC1nRgjOOgqcaue676lyKDg= 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:subject:message-id:references :mime-version:content-type:in-reply-to; s=default; bh=Kjn3JJ41Vp +rcLWapWwPUJ/3HOQ=; b=jCEl5/MHAPDR9GoKD4nvTRoQfjFtk8Ar4nZVFV2kRy 3sIy2DkNpOaE3kRh84u0XCZ4M64c9gFy75XRbilp264EyaTc+4hutJIwOP/x5Duf WkDuM/dLhCjNBMjjby5YyWVJWo1/H7K829jIXkdUrS+IKAmRuA+c7r4hBhs/XZEa E= Received: (qmail 37299 invoked by alias); 9 Jan 2020 02:01:07 -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 37150 invoked by uid 89); 9 Jan 2020 02:01:06 -0000 Authentication-Results: sourceware.org; auth=none X-HELO: mail-pj1-f66.google.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to:user-agent; bh=RnY8ikSeKoF1d/WTiXolvCrC+cGrtJheDcVUOMrldEE=; b=I3zv2ZYRW09fFos0R0xAkRdEnaxK3m4JiXpyndJ9eZKOkTw75wdgRaK1aZPLDD+vsm YRRNXFSNieOUxnr+PPjKqJgybqIyr/D6VURN+TFeh1bDjrw1QjhzJzWDKV5Y+92R0tN3 48FXiNnVMnKug/JhY7oJ81QFgVgYm4Wv8Qp1SLCvv3bbRJP92LhThlmHgYrYjH7E/n6L IWiAyVpWfFI8zFF5eZTC6XafiNVUeSJB+Z2SYAKuSrEEhltl2I119sxrlGyttNVzStmd Hl5GYhRK+NCAwkBkJGZgqDQMmo1n3La3ixeNjUcoOJ2XRlC5GLSaffhuX+N0ZrN/xK7T dlBA== Date: Wed, 8 Jan 2020 18:01:01 -0800 From: Jonathan Nieder To: Paul Eggert Cc: Siddhesh Poyarekar , libc-alpha@sourceware.org, carlos@redhat.com, joseph@codesourcery.com Subject: Re: [PATCH] Drop dependency of dist target on ChangeLog Message-ID: <20200109020101.GB172224@google.com> References: <20200108085326.93010-1-siddhesh@sourceware.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.10.1 (2018-07-13) Paul Eggert wrote: > It's awkward to have to paw through ChangeLog.old for version numbers, plus > when I took the trouble to actually do that I found that the version numbers > there were incorrect. So I propose the attached patch instead. > > * timezone/version: New file, also taken from tzcode2018i. > * timezone/README: Reword so that people needn't paw through > old ChangeLog files to see which version we're using, a process > that is error-prone. Update an obsolescent URL. > --- > timezone/README | 14 ++++++++------ > timezone/version | 1 + > 2 files changed, 9 insertions(+), 6 deletions(-) > create mode 100644 timezone/version Reviewed-by: Jonathan Nieder Thanks.