From patchwork Mon Aug 1 15:29:30 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Joel Brobecker X-Patchwork-Id: 14187 Received: (qmail 82400 invoked by alias); 1 Aug 2016 15:29:51 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Delivered-To: mailing list gdb-patches@sourceware.org Received: (qmail 82280 invoked by uid 89); 1 Aug 2016 15:29:50 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.1 required=5.0 tests=AWL, BAYES_00, RCVD_IN_DNSWL_NONE, RP_MATCHES_RCVD, SPF_PASS autolearn=ham version=3.3.2 spammy=Controls, sk:develop X-HELO: rock.gnat.com Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-SHA encrypted) ESMTPS; Mon, 01 Aug 2016 15:29:38 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 3970111744C for ; Mon, 1 Aug 2016 11:29:37 -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 FiReajfH1s8Q for ; Mon, 1 Aug 2016 11:29:37 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 05BC3117081 for ; Mon, 1 Aug 2016 11:29:37 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id 8895A428FB; Mon, 1 Aug 2016 08:29:35 -0700 (PDT) From: Joel Brobecker To: gdb-patches@sourceware.org Subject: [release/branch 2/2] Set development mode to "off" by default. Date: Mon, 1 Aug 2016 08:29:30 -0700 Message-Id: <1470065370-15475-3-git-send-email-brobecker@adacore.com> In-Reply-To: <1470065370-15475-1-git-send-email-brobecker@adacore.com> References: <1470065370-15475-1-git-send-email-brobecker@adacore.com> bfd/ChangeLog: * development.sh (development): Set to false. --- bfd/ChangeLog | 4 ++++ bfd/development.sh | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/bfd/ChangeLog b/bfd/ChangeLog index b60d8d2..b09c5d5 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,7 @@ +2016-08-01 Joel Brobecker + + * development.sh (development): Set to false. + 2016-08-01 Nick Clifton * po/sv.po: Updated Swedish translation. diff --git a/bfd/development.sh b/bfd/development.sh index 85dae6b..5d00fa0 100644 --- a/bfd/development.sh +++ b/bfd/development.sh @@ -16,4 +16,4 @@ # along with this program. If not, see . # Controls whether to enable development-mode features by default. -development=true +development=false