From patchwork Wed Mar 27 11:53:54 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Rafal Luzynski X-Patchwork-Id: 1066905 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-100914-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="g/anQaDp"; 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 44Tmd60Gygz9sSl for ; Wed, 27 Mar 2019 22:54:33 +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:message-id:subject:mime-version :content-type:content-transfer-encoding; q=dns; s=default; b=Sie QNOnRZyC3gsJXe7Yu8Oz8juTIDtFmxtBH6FrvLowygyy4ywn32XfzUx+jqJqFywL skBJCIPMkDZoNQHeZT40UtrFI6UPSSSqjzgZmf5zHFZdwBmc3meEYzsAEHzVMDhO 4MKPHnkbip0lDpV7Q2O9+wh61NPZHu3kVwxSPbf4= 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:message-id:subject:mime-version :content-type:content-transfer-encoding; s=default; bh=iPysdLIdR gzroH9q/XNPZh5yl5U=; b=g/anQaDpJwRBp413uzfPjqyEoSYjfknobxinxYL+5 Zl+pcp5hipZNBK3bGIdUTCGP4puwaR3sBD+4V9l0lE7zov9tGuYRAwaHofFaIlX+ 6KxMQ0gKcHHt3xTLW3/FjHNsXEGnAxd5vOlrBkHLPm2zU3M1CN8Cs2BTNZEW/5qZ RI= Received: (qmail 37354 invoked by alias); 27 Mar 2019 11:54:26 -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 37346 invoked by uid 89); 27 Mar 2019 11:54:25 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-17.9 required=5.0 tests=AWL, BAYES_00, GIT_PATCH_0, GIT_PATCH_1, GIT_PATCH_2, GIT_PATCH_3, RCVD_IN_DNSWL_NONE, XPRIO autolearn=ham version=3.3.1 spammy=HImportance:Medium, H*x:Open-Xchange, H*UA:Open-Xchange, HX-Originating-Client:sk:com.ope X-HELO: shared-ano163.rev.nazwa.pl X-Spam-Score: -1 Date: Wed, 27 Mar 2019 12:53:54 +0100 (CET) From: Rafal Luzynski To: libc-alpha@sourceware.org Message-ID: <1145232652.251039.1553687634758@poczta.nazwa.pl> Subject: [PATCH] ChangeLog: Correct two dates. MIME-Version: 1.0 OK for master? This is trivial and very nit-picky but I'd better ask before just in case the dates are exactly as the authors wanted them to be. It's only in master and only after 2.29 release. Also I'm not touching one-off errors as long as they don't break the chronological order. After all, these dates might have been correct in some time zones. :) Regards, Rafal -------------------------------------------------------------------- From: Rafal Luzynski Date: Wed, 27 Mar 2019 12:46:24 +0100 Subject: [PATCH] ChangeLog: Correct two dates. Reviewed-by: Carlos O'Donell --- ChangeLog | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index bd76c1e..b90af4b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,4 @@ -2019-02-26 Adhemerval Zanella +2019-03-26 Adhemerval Zanella * math/math.h (fpclassify, isfinite, isnormal, isnan): Use builtin for clang 2.8. @@ -184,7 +184,7 @@ (HWCAP_S390_VXRS_EXT2, HWCAP_S390_VXRS_PDE, HWCAP_S390_SORT, HWCAP_S390_DFLT): Define. -2019-03-05 Gabriel F. T. Gomes +2019-03-21 Gabriel F. T. Gomes [BZ #24372] * iconv/iconvconfig.c (write_output): Add parentheses to get rid