From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32579 invoked by alias); 19 Aug 2011 16:05:41 -0000 Received: (qmail 32570 invoked by uid 22791); 19 Aug 2011 16:05:40 -0000 X-SWARE-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD 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, 19 Aug 2011 16:05:24 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 15E4D2BB50D; Fri, 19 Aug 2011 12:05:24 -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 31uk0cLmlfnz; Fri, 19 Aug 2011 12:05:24 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id D29492BB50E; Fri, 19 Aug 2011 12:05:23 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id 96A08145615; Fri, 19 Aug 2011 12:05:15 -0400 (EDT) From: Joel Brobecker To: gdb-patches@sourceware.org Cc: Joel Brobecker Subject: [RFA/doco] GDB Manual edition number and ISBN updates Date: Fri, 19 Aug 2011 16:05:00 -0000 Message-Id: <1313769914-13436-1-git-send-email-brobecker@adacore.com> 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: 2011-08/txt/msg00372.txt.bz2 This is in preparation for a re-print by the FSF of the GDB manual. The FSF was going to print the gdb-7.3 manual, but failed to tell us that they wanted us to change the ISBN before they did so. While discussing with them, I also found that we needed to change the edition number as well. So, the plan, now, is to make a 7.3.1 release ASAP, particularly since we now have the fix for the NetBSD build failure.... gdb/doc/ChangeLog: * gdb.texinfo: Set EDITION to "Tenth" and change ISBN. OK for HEAD + branch? Thanks, -- Joel --- gdb/doc/ChangeLog | 4 ++++ gdb/doc/gdb.texinfo | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 7e838cf..83f072e 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,7 @@ +2011-08-19 Joel Brobecker + + * gdb.texinfo: Set EDITION to "Tenth" and change ISBN. + 2011-08-17 Phil Muldoon * gdb.texinfo (Prompt): Add set/show extended-prompt diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index 6e7bf52..eb7147f 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -30,7 +30,7 @@ @c !!set GDB manual's edition---not the same as GDB version! @c This is updated by GNU Press. -@set EDITION Ninth +@set EDITION Tenth @c !!set GDB edit command default editor @set EDITOR /bin/ex @@ -97,7 +97,7 @@ Version @value{GDBVN}. Published by the Free Software Foundation @* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA@* -ISBN 1-882114-77-9 @* +ISBN 978-0-9831592-3-0 @* @insertcopying @end titlepage -- 1.7.1