Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* FYI/BRANCH: Patches applied to branch gdb-18-branch
@ 2026-08-06 17:09 Andrew Burgess
  2026-08-06 17:09 ` Andrew Burgess
  0 siblings, 1 reply; 4+ messages in thread
From: Andrew Burgess @ 2026-08-06 17:09 UTC (permalink / raw)
  To: gdb-patches; +Cc: Andrew Burgess

In-Reply-To: 



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

* FYI/BRANCH: Patches applied to branch gdb-18-branch
  2026-08-06 17:09 FYI/BRANCH: Patches applied to branch gdb-18-branch Andrew Burgess
@ 2026-08-06 17:09 ` Andrew Burgess
  2026-08-06 17:09   ` [release/branch 1/2] Bump version to 18.0.90.DATE-git Andrew Burgess
  2026-08-06 17:09   ` [release/branch 2/2] Set development mode to "off" by default Andrew Burgess
  0 siblings, 2 replies; 4+ messages in thread
From: Andrew Burgess @ 2026-08-06 17:09 UTC (permalink / raw)
  To: gdb-patches; +Cc: Andrew Burgess

Hello,

As part of the GDB branch creation process, I have make the following
two commits on the gdb-18-branch:

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

Pushing them to gdb-18-branch next.

Thank you,
Andrew


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

* [release/branch 1/2] Bump version to 18.0.90.DATE-git.
  2026-08-06 17:09 ` Andrew Burgess
@ 2026-08-06 17:09   ` Andrew Burgess
  2026-08-06 17:09   ` [release/branch 2/2] Set development mode to "off" by default Andrew Burgess
  1 sibling, 0 replies; 4+ messages in thread
From: Andrew Burgess @ 2026-08-06 17:09 UTC (permalink / raw)
  To: gdb-patches; +Cc: Andrew Burgess

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

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

diff --git a/gdb/version.in b/gdb/version.in
index 85ad8ec5d85..1d7e6c743f1 100644
--- a/gdb/version.in
+++ b/gdb/version.in
@@ -1 +1 @@
-18.0.50.DATE-git
\ No newline at end of file
+18.0.90.DATE-git
\ No newline at end of file
-- 
2.25.4


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

* [release/branch 2/2] Set development mode to "off" by default.
  2026-08-06 17:09 ` Andrew Burgess
  2026-08-06 17:09   ` [release/branch 1/2] Bump version to 18.0.90.DATE-git Andrew Burgess
@ 2026-08-06 17:09   ` Andrew Burgess
  1 sibling, 0 replies; 4+ messages in thread
From: Andrew Burgess @ 2026-08-06 17:09 UTC (permalink / raw)
  To: gdb-patches; +Cc: Andrew Burgess

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 ba55fd9fa5f..75dbdfdf370 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.25.4


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

end of thread, other threads:[~2026-08-06 17:13 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-06 17:09 FYI/BRANCH: Patches applied to branch gdb-18-branch Andrew Burgess
2026-08-06 17:09 ` Andrew Burgess
2026-08-06 17:09   ` [release/branch 1/2] Bump version to 18.0.90.DATE-git Andrew Burgess
2026-08-06 17:09   ` [release/branch 2/2] Set development mode to "off" by default Andrew Burgess

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox