From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11972 invoked by alias); 3 Sep 2010 01:20:24 -0000 Received: (qmail 11929 invoked by uid 22791); 3 Sep 2010 01:20:23 -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:20:17 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 29D682BACBE for ; Thu, 2 Sep 2010 21:20:16 -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 R3-9w-L5rrZF for ; Thu, 2 Sep 2010 21:20:16 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id EA8072BACB6 for ; Thu, 2 Sep 2010 21:20:15 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id 68CF0F599F; Fri, 3 Sep 2010 03:20:03 +0200 (CEST) Date: Fri, 03 Sep 2010 01:24:00 -0000 From: Joel Brobecker To: gdb-patches@sourceware.org Subject: [commit/branch] Updated GDB version number Message-ID: <20100903012003.GE22260@adacore.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="uZ3hkaAS1mZxFaxD" 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/msg00116.txt.bz2 --uZ3hkaAS1mZxFaxD Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-length: 232 Hello, In preparation for the upcoming GDB 7.2 release, I have adjusted the version number in the README file. 2010-09-02 Joel Brobecker * version.in: Update GDB version number to 7.2. -- Joel --uZ3hkaAS1mZxFaxD Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="readme-version_in.diff" Content-length: 909 Index: version.in =================================================================== RCS file: /cvs/src/src/gdb/version.in,v retrieving revision 1.3293.2.60 diff -u -p -r1.3293.2.60 version.in --- version.in 2 Sep 2010 00:00:03 -0000 1.3293.2.60 +++ version.in 2 Sep 2010 23:33:11 -0000 @@ -1 +1 @@ -7.1.90.20100902-cvs +7.2 Index: ChangeLog =================================================================== RCS file: /cvs/src/src/gdb/ChangeLog,v retrieving revision 1.11973.2.40 diff -u -p -r1.11973.2.40 ChangeLog --- ChangeLog 2 Sep 2010 23:16:42 -0000 1.11973.2.40 +++ ChangeLog 2 Sep 2010 23:33:11 -0000 @@ -1,5 +1,9 @@ 2010-09-02 Joel Brobecker + * version.in: Update GDB version number to 7.2. + +2010-09-02 Joel Brobecker + Back out the following change: | 2010-06-29 Hui Zhu | * record.c (set_record_pic_cmdlist, --uZ3hkaAS1mZxFaxD--