public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* FYI/BRANCH: Patches applied to branch gdb-14-branch
@ 2023-10-08  8:06 Joel Brobecker
  2023-10-08  8:06 ` pushed: [release/branch 1/2] Bump version to 14.0.90.DATE-git Joel Brobecker
  2023-10-08  8:06 ` pushed: [release/branch 2/2] Set development mode to "off" by default Joel Brobecker
  0 siblings, 2 replies; 4+ messages in thread
From: Joel Brobecker @ 2023-10-08  8:06 UTC (permalink / raw)
  To: gdb-patches; +Cc: Joel Brobecker

Hello,

The gdb-14-branch has been created, and I am about to push
the following two changes:

  - [release/branch 1/2] Bump version to 14.0.90.DATE-git.
  - [release/branch 2/2] Set development mode to "off" by default.

Thank you,
-- 
Joel


^ permalink raw reply	[flat|nested] 4+ messages in thread

* pushed: [release/branch 1/2] Bump version to 14.0.90.DATE-git.
  2023-10-08  8:06 FYI/BRANCH: Patches applied to branch gdb-14-branch Joel Brobecker
@ 2023-10-08  8:06 ` Joel Brobecker
  2023-10-08  8:06 ` pushed: [release/branch 2/2] Set development mode to "off" by default Joel Brobecker
  1 sibling, 0 replies; 4+ messages in thread
From: Joel Brobecker @ 2023-10-08  8:06 UTC (permalink / raw)
  To: gdb-patches; +Cc: Joel Brobecker

Now that the GDB 14 branch has been created,
this commit bumps the version number in gdb/version.in to
14.0.90.DATE-git

For the record, the GDB 14 branch was created
from commit 8f12a1a841cd0c447de7a5a0f134a0efece73588.
---
 gdb/version.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gdb/version.in b/gdb/version.in
index 403ecd2e6b3..f947111d514 100644
--- a/gdb/version.in
+++ b/gdb/version.in
@@ -1 +1 @@
-14.0.50.DATE-git
\ No newline at end of file
+14.0.90.DATE-git
\ No newline at end of file
-- 
2.34.1


^ permalink raw reply	[flat|nested] 4+ messages in thread

* pushed: [release/branch 2/2] Set development mode to "off" by default.
  2023-10-08  8:06 FYI/BRANCH: Patches applied to branch gdb-14-branch Joel Brobecker
  2023-10-08  8:06 ` pushed: [release/branch 1/2] Bump version to 14.0.90.DATE-git Joel Brobecker
@ 2023-10-08  8:06 ` Joel Brobecker
  1 sibling, 0 replies; 4+ messages in thread
From: Joel Brobecker @ 2023-10-08  8:06 UTC (permalink / raw)
  To: gdb-patches; +Cc: Joel Brobecker

This is done by setting the "development" variable to "false"
in bfd/development.sh.
---
 bfd/development.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bfd/development.sh b/bfd/development.sh
index f638a577c28..1fd110e0959 100644
--- a/bfd/development.sh
+++ b/bfd/development.sh
@@ -16,7 +16,7 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 # Controls whether to enable development-mode features by default.
-development=true
+development=false
 
 # Indicate whether this is a release branch.
 experimental=true
-- 
2.34.1


^ permalink raw reply	[flat|nested] 4+ messages in thread

* pushed: [release/branch 2/2] Set development mode to "off" by default.
  2018-01-05  4:20 FYI/BRANCH: Patches applied to branch gdb-8.1-branch Joel Brobecker
@ 2018-01-05  4:20 ` Joel Brobecker
  0 siblings, 0 replies; 4+ messages in thread
From: Joel Brobecker @ 2018-01-05  4:20 UTC (permalink / raw)
  To: gdb-patches

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 7803ef8826..0e9cbb1217 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,7 @@
+2018-01-05  Joel Brobecker  <brobecker@adacore.com>
+
+	* development.sh (development): Set to false.
+
 2018-01-03  John Baldwin  <jhb@FreeBSD.org>
 
 	* elf.c (elfcore_grok_freebsd_note): Handle
diff --git a/bfd/development.sh b/bfd/development.sh
index 27a7150e6d..918150f30b 100644
--- a/bfd/development.sh
+++ b/bfd/development.sh
@@ -16,4 +16,4 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 # Controls whether to enable development-mode features by default.
-development=true
+development=false
-- 
2.11.0

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2023-10-08  8:06 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-10-08  8:06 FYI/BRANCH: Patches applied to branch gdb-14-branch Joel Brobecker
2023-10-08  8:06 ` pushed: [release/branch 1/2] Bump version to 14.0.90.DATE-git Joel Brobecker
2023-10-08  8:06 ` pushed: [release/branch 2/2] Set development mode to "off" by default Joel Brobecker
  -- strict thread matches above, loose matches on Subject: below --
2018-01-05  4:20 FYI/BRANCH: Patches applied to branch gdb-8.1-branch Joel Brobecker
2018-01-05  4:20 ` pushed: [release/branch 2/2] Set development mode to "off" by default Joel Brobecker

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).