From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from rock.gnat.com (rock.gnat.com [205.232.38.15]) by sourceware.org (Postfix) with ESMTP id B2CF63851C0D for ; Sat, 23 May 2020 21:24:50 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org B2CF63851C0D Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=adacore.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=brobecke@gnat.com Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 94C4F1170AF for ; Sat, 23 May 2020 17:24:50 -0400 (EDT) X-Virus-Scanned: Debian amavisd-new at gnat.com Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id V0WYSt7v6hGy for ; Sat, 23 May 2020 17:24:50 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 6F5381170A3 for ; Sat, 23 May 2020 17:24:50 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id CEB4582CC9; Sat, 23 May 2020 14:24:48 -0700 (PDT) From: Joel Brobecker To: gdb-patches@sourceware.org Subject: FYI/BRANCH: Patches applied to branch gdb-9-branch Date: Sat, 23 May 2020 14:24:45 -0700 Message-Id: <20200523212447.12885-1-brobecker@adacore.com> X-Mailer: git-send-email 2.17.1 X-Spam-Status: No, score=-5.7 required=5.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS, KAM_DMARC_STATUS, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=no autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org 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: , X-List-Received-Date: Sat, 23 May 2020 21:24:51 -0000 Hello, A quick email to let you know that I'm about to push the following couple of commits to the gdb-9-branch: * [release/branch 1/2] Document the GDB 9.2 release in gdb/ChangeLog * [release/branch 2/2] Bump GDB version number to 9.2.90.DATE-git. This are mechanical changes following the tagging of the upcoming GDB 9.2 release. Thanks -- Joel