From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1141) id 3A4753858430; Thu, 2 Feb 2023 03:52:07 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 3A4753858430 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1675309927; bh=l1Np/O41lisg8d/duJnAZ4kS6Dbp0aJlsUcCM+xPHCE=; h=From:To:Subject:Date:From; b=d8hFpUS2TSQj+KxLQ229tbYiVX2WbeUf73wmO8IEGYDsnV5xZQjYMyiFRKYmMFJTm wYmepU992TVCSHwChQzji9fuw+oItN8noakN+oJHkp8OGdwC+EjqhI9n8KnyxxNhB4 oxFOPImNHsNnr8bTRGx/T5uqz6SZTjsw7whzZBv4= Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable From: Joel Brobecker To: gdb-cvs@sourceware.org Subject: [binutils-gdb/gdb-13-branch] gdb/NEWS: Change "Changes since GDB 12" to "Changes in GDB 13". X-Act-Checkin: binutils-gdb X-Git-Author: Joel Brobecker X-Git-Refname: refs/heads/gdb-13-branch X-Git-Oldrev: 7b48b6d70a81739e770e4403381c4d4a9654c1bb X-Git-Newrev: cc49130bdaaf3feee4689a5beeb4dc0bc8015e7e Message-Id: <20230202035207.3A4753858430@sourceware.org> Date: Thu, 2 Feb 2023 03:52:07 +0000 (GMT) List-Id: https://sourceware.org/git/gitweb.cgi?p=3Dbinutils-gdb.git;h=3Dcc49130bdaaf= 3feee4689a5beeb4dc0bc8015e7e commit cc49130bdaaf3feee4689a5beeb4dc0bc8015e7e Author: Joel Brobecker Date: Thu Feb 2 07:49:08 2023 +0400 gdb/NEWS: Change "Changes since GDB 12" to "Changes in GDB 13". =20 Now that the version number is confirmed to GDB 13, this commit updates the gdb/NEWS file accordingly, as per GDB's release procedures. Diff: --- gdb/NEWS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gdb/NEWS b/gdb/NEWS index b631b489344..ba4fec15c16 100644 --- a/gdb/NEWS +++ b/gdb/NEWS @@ -1,7 +1,7 @@ What has changed in GDB? (Organized release by release) =20 -*** Changes since GDB 12 +*** Changes in GDB 13 =20 * MI version 1 is deprecated, and will be removed in GDB 14.