From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from simark.ca by simark.ca with LMTP id mHFNAzBz2mB2HgAAWB0awg (envelope-from ) for ; Mon, 28 Jun 2021 21:11:12 -0400 Received: by simark.ca (Postfix, from userid 112) id 092CD1F1F2; Mon, 28 Jun 2021 21:11:12 -0400 (EDT) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on simark.ca X-Spam-Level: X-Spam-Status: No, score=-1.1 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,MAILING_LIST_MULTI,URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.2 Received: from sourceware.org (server2.sourceware.org [8.43.85.97]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by simark.ca (Postfix) with ESMTPS id AD29F1E01F for ; Mon, 28 Jun 2021 21:11:11 -0400 (EDT) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id DFC51383D036 for ; Tue, 29 Jun 2021 01:11:10 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org DFC51383D036 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1624929070; bh=SwESWxpwrgJC9+/xg1+fjOsp5DZJsenZROIXbSxyFGE=; h=Date:To:Subject:References:In-Reply-To:List-Id:List-Unsubscribe: List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To:Cc: From; b=fLJUAIvyOG2XhuCsoQFaO8wApgsMImsgieaHlR7Fj6ISLw3z9ry2+9HARDY3leU8s +dY/KPei2ZRcmmLenpPE9wmVSJdPP7N9TrbEiHdzuGLAUPNQE3gEwE2dS2Z/K1bR4v eScsGRULsCH7jXXuVhaQ641BhAr3H3oyhbUtzOQA= Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by sourceware.org (Postfix) with ESMTP id A3C6B386EC3F for ; Tue, 29 Jun 2021 01:10:51 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org A3C6B386EC3F Received: from vapier (localhost [127.0.0.1]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8B53C33BEAE; Tue, 29 Jun 2021 01:10:50 +0000 (UTC) Date: Mon, 28 Jun 2021 21:10:49 -0400 To: Simon Marchi Subject: Re: ANNOUNCEMENT: ChangeLog policy change after GDB 11 Message-ID: Mail-Followup-To: Simon Marchi , Joel Brobecker , gdb-patches@sourceware.org References: <20210613151051.GA1620040@adacore.com> <0a45d93b-a293-0a2e-91ad-0ad88cb1747e@polymtl.ca> <20210628172816.GC550682@adacore.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: X-BeenThere: gdb-patches@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gdb-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , From: Mike Frysinger via Gdb-patches Reply-To: Mike Frysinger Cc: gdb-patches@sourceware.org, Joel Brobecker Errors-To: gdb-patches-bounces+public-inbox=simark.ca@sourceware.org Sender: "Gdb-patches" On 28 Jun 2021 13:41, Simon Marchi via Gdb-patches wrote: > On 2021-06-28 1:28 p.m., Joel Brobecker wrote: > > What about... > > > > Bug: PR gdb/1234 > > > > ... or... > > > > Xref: PR gdb/1234 > > > > ? > > Regardless of the name of the trailer we choose, what if we put the URL > as the value: > > Fixes: https://sourceware.org/bugzilla/show_bug.cgi?id=1234 can we finally get shortlink redirects ? https://sourceware.org/bugzilla/1234 https://sourceware.org/PR1234 just about every other bugzilla system i work with did this years ago. -mike