From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5654 invoked by alias); 8 Jul 2010 15:42:33 -0000 Received: (qmail 5643 invoked by uid 22791); 8 Jul 2010 15:42:32 -0000 X-SWARE-Spam-Status: No, hits=-2.1 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 08 Jul 2010 15:42:23 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 95C582BAC97; Thu, 8 Jul 2010 11:42:21 -0400 (EDT) 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 AwZdESAb5oQR; Thu, 8 Jul 2010 11:42:21 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 5D3082BAC8C; Thu, 8 Jul 2010 11:42:21 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id 1C950F5895; Thu, 8 Jul 2010 08:42:03 -0700 (PDT) Date: Thu, 08 Jul 2010 15:42:00 -0000 From: Joel Brobecker To: Eli Zaretskii Cc: gdb-patches@sourceware.org Subject: Re: [commit 2/2] NEWS: Create a new section for the next release branch. Message-ID: <20100708154203.GM2595@adacore.com> References: <1278528611-27149-1-git-send-email-brobecker@adacore.com> <1278528611-27149-3-git-send-email-brobecker@adacore.com> <83sk3u7bgs.fsf@gnu.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="zCKi3GIZzVBPywwA" Content-Disposition: inline In-Reply-To: <83sk3u7bgs.fsf@gnu.org> User-Agent: Mutt/1.5.20 (2009-06-14) Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2010-07/txt/msg00149.txt.bz2 --zCKi3GIZzVBPywwA Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-length: 81 > Shouldn't the last line say "in GDB 7.2"? Good catch, fixed thusly: -- Joel --zCKi3GIZzVBPywwA Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="NEWS.diff" Content-length: 881 Index: NEWS =================================================================== RCS file: /cvs/src/src/gdb/NEWS,v retrieving revision 1.391 diff -u -u -p -r1.391 NEWS --- NEWS 7 Jul 2010 17:52:37 -0000 1.391 +++ NEWS 8 Jul 2010 15:41:07 -0000 @@ -3,7 +3,7 @@ *** Changes since GDB 7.2 -*** Changes in GDB 7.1 +*** Changes in GDB 7.2 * C++ Improvements: Index: ChangeLog =================================================================== RCS file: /cvs/src/src/gdb/ChangeLog,v retrieving revision 1.11976 diff -u -u -p -r1.11976 ChangeLog --- ChangeLog 7 Jul 2010 17:52:37 -0000 1.11976 +++ ChangeLog 8 Jul 2010 15:41:09 -0000 @@ -1,3 +1,7 @@ +2010-07-08 Joel Brobecker + + * NEWS: Fix typo in section name (s/GDB 7.1/GDB 7.2). + 2010-07-07 Joel Brobecker * NEWS: Create a new section for the next release branch. --zCKi3GIZzVBPywwA--