From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25960 invoked by alias); 3 Sep 2010 01:22:11 -0000 Received: (qmail 25952 invoked by uid 22791); 3 Sep 2010 01:22:10 -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; Fri, 03 Sep 2010 01:22:04 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 75CE72BACBE for ; Thu, 2 Sep 2010 21:22:02 -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 sJOxKPX88hib for ; Thu, 2 Sep 2010 21:22:02 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 474812BACBC for ; Thu, 2 Sep 2010 21:22:02 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id 7C9C6F599F; Fri, 3 Sep 2010 03:21:51 +0200 (CEST) Date: Fri, 03 Sep 2010 01:30:00 -0000 From: Joel Brobecker To: gdb-patches@sourceware.org Subject: [commit/branch] Update NEWS wording for the 7.2 release Message-ID: <20100903012151.GF22260@adacore.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="GZVR6ND4mMseVXL/" Content-Disposition: inline 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-09/txt/msg00117.txt.bz2 --GZVR6ND4mMseVXL/ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-length: 218 Hello, FYI: I made the following change in the NEWS file for the 7.2 release... 2010-09-02 Joel Brobecker * NEWS: Replace "Changes since GDB 7.1" by "Changes in GDB 7.2". -- Joel --GZVR6ND4mMseVXL/ Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="gdb-7.2-news.diff" Content-length: 451 Index: NEWS =================================================================== RCS file: /cvs/src/src/gdb/NEWS,v retrieving revision 1.390.2.4 diff -u -u -p -r1.390.2.4 NEWS --- NEWS 19 Aug 2010 23:31:52 -0000 1.390.2.4 +++ NEWS 2 Sep 2010 23:35:33 -0000 @@ -1,7 +1,7 @@ What has changed in GDB? (Organized release by release) -*** Changes since GDB 7.1 +*** Changes in GDB 7.2 * Shared library support for remote targets by default --GZVR6ND4mMseVXL/--