From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 100632 invoked by alias); 27 Feb 2019 05:01:24 -0000 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 Received: (qmail 95663 invoked by uid 89); 27 Feb 2019 05:01:22 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-26.9 required=5.0 tests=BAYES_00,GIT_PATCH_0,GIT_PATCH_1,GIT_PATCH_2,GIT_PATCH_3,KAM_SHORT,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=controls, Hx-languages-length:928 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 ESMTP; Wed, 27 Feb 2019 05:01:20 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 319BE560A0 for ; Wed, 27 Feb 2019 00:01:19 -0500 (EST) 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 t2B9Ysvza7ry for ; Wed, 27 Feb 2019 00:01:19 -0500 (EST) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id C29AC5609C for ; Wed, 27 Feb 2019 00:01:18 -0500 (EST) Received: by joel.gnat.com (Postfix, from userid 1000) id 5F752849D3; Wed, 27 Feb 2019 09:01:14 +0400 (+04) From: Joel Brobecker To: gdb-patches@sourceware.org Subject: [release/branch 2/2] Set development mode to "off" by default. Date: Wed, 27 Feb 2019 05:01:00 -0000 Message-Id: <20190227050111.18006-3-brobecker@adacore.com> In-Reply-To: <20190227050111.18006-1-brobecker@adacore.com> References: <20190227050111.18006-1-brobecker@adacore.com> X-SW-Source: 2019-02/txt/msg00468.txt.bz2 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 e206629bd7..7a58e1757b 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,7 @@ +2019-02-27 Joel Brobecker + + * development.sh (development): Set to false. + 2019-02-24 Alan Modra PR 24144 diff --git a/bfd/development.sh b/bfd/development.sh index bcce82f577..47547ffcc0 100644 --- a/bfd/development.sh +++ b/bfd/development.sh @@ -16,7 +16,7 @@ # along with this program. If not, see . # Controls whether to enable development-mode features by default. -development=true +development=false # Indicate whether this is a release branch. experimental=true -- 2.17.1