From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by sourceware.org (Postfix) with ESMTPS id EFF303858D1E for ; Wed, 2 Nov 2022 00:14:44 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org EFF303858D1E Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=redhat.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=redhat.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1667348084; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=ZZicvbiMlTJoScLNs6mPePj3X8yUOvGnlqTJpaHqfmQ=; b=ang7XASWAuZ45FZY9JwpeIgR4jComctlY7X46kvIT/rUCZMWQ1YRI+7jT/5kfu13LF5saw aOGBVj2oN//9CGa224XQiRMd6sg2sRV55oYG9iIYu9PkvTKbnsJ6hMDMsfaIVVA6iM5uXZ Z12+evquqQyglyWz3wN4/13zm373BdA= Received: from mimecast-mx02.redhat.com (mx3-rdu2.redhat.com [66.187.233.73]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-512-a15LF-hrPyObVfQFUxZlFg-1; Tue, 01 Nov 2022 20:14:43 -0400 X-MC-Unique: a15LF-hrPyObVfQFUxZlFg-1 Received: from smtp.corp.redhat.com (int-mx06.intmail.prod.int.rdu2.redhat.com [10.11.54.6]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 2C51F29DD9AA for ; Wed, 2 Nov 2022 00:14:43 +0000 (UTC) Received: from fedora.redhat.com (unknown [10.22.33.191]) by smtp.corp.redhat.com (Postfix) with ESMTP id F01052166B2D; Wed, 2 Nov 2022 00:14:42 +0000 (UTC) From: Aaron Merey To: elfutils-devel@sourceware.org Cc: Aaron Merey Subject: [PATCH OB] Changelog: Update entries from previous commits. Date: Tue, 1 Nov 2022 20:14:41 -0400 Message-Id: <20221102001441.64481-1-amerey@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 3.1 on 10.11.54.6 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII"; x-default=true X-Spam-Status: No, score=-12.2 required=5.0 tests=BAYES_00,DKIMWL_WL_HIGH,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,GIT_PATCH_0,RCVD_IN_DNSWL_NONE,RCVD_IN_MSPIKE_H2,SPF_HELO_NONE,SPF_NONE,TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: Pushed as obvious. Update Changelogs with details from commits 04b1a3aa and 054b3bde9. Signed-off-by: Aaron Merey --- debuginfod/ChangeLog | 4 ++++ tests/ChangeLog | 5 +++++ 2 files changed, 9 insertions(+) diff --git a/debuginfod/ChangeLog b/debuginfod/ChangeLog index 92a880f8..50668e61 100644 --- a/debuginfod/ChangeLog +++ b/debuginfod/ChangeLog @@ -1,3 +1,7 @@ +2022-11-01 Aaron Merey + + * debuginfod-client.c (path_escape): Add early return. + 2022-10-31 Aaron Merey * Makefile.am (libdebuginfod_so_LDLIBS): Add libelf. diff --git a/tests/ChangeLog b/tests/ChangeLog index fb0dce82..b656029f 100644 --- a/tests/ChangeLog +++ b/tests/ChangeLog @@ -1,3 +1,8 @@ +2022-11-01 Aaron Merey + + * run-debuginfod-section.sh (RPM_BUILDID): Use buildid from non-zstd + compressed rpm. + 2022-10-31 Aaron Merey * Makefile.am (TESTS): Add run-debuginfod-section.sh. -- 2.37.3