public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* FYI/BRANCH: Patches applied to branch gdb-11-branch
@ 2022-01-16 11:34 Joel Brobecker
  2022-01-16 11:34 ` [release/branch 1/2] Document the GDB 11.2 release in gdb/ChangeLog Joel Brobecker
  2022-01-16 11:34 ` [release/branch 2/2] Bump GDB version number to 11.2.90.DATE-git Joel Brobecker
  0 siblings, 2 replies; 4+ messages in thread
From: Joel Brobecker @ 2022-01-16 11:34 UTC (permalink / raw)
  To: gdb-patches; +Cc: Joel Brobecker

Hello,

Now that I have the tagged the GDB 11.2 release, I am about to push
the following changes, in preparation for re-opening the gdb-11-branch.
Unless we find an important issue that merits a correction, we are not
planning on making another release off this branch, but just in case.

  - [release/branch 1/2] Document the GDB 11.2 release in gdb/ChangeLog
  - [release/branch 2/2] Bump GDB version number to 11.2.90.DATE-git.

Thank you,
-- 
Joel


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

* [release/branch 1/2] Document the GDB 11.2 release in gdb/ChangeLog
  2022-01-16 11:34 FYI/BRANCH: Patches applied to branch gdb-11-branch Joel Brobecker
@ 2022-01-16 11:34 ` Joel Brobecker
  2022-01-16 11:34 ` [release/branch 2/2] Bump GDB version number to 11.2.90.DATE-git Joel Brobecker
  1 sibling, 0 replies; 4+ messages in thread
From: Joel Brobecker @ 2022-01-16 11:34 UTC (permalink / raw)
  To: gdb-patches; +Cc: Joel Brobecker

gdb/ChangeLog:

	GDB 11.2 released.
---
 gdb/ChangeLog | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index b8232f110d..7f0a96f26a 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,7 @@
+2022-01-16  Joel Brobecker  <brobecker@adacore.com>
+
+	GDB 11.2 released.
+
 2022-01-16  Joel Brobecker  <brobecker@adacore.com>
 
 	* version.in: Set GDB version number to 11.2.
-- 
2.32.0


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

* [release/branch 2/2] Bump GDB version number to 11.2.90.DATE-git.
  2022-01-16 11:34 FYI/BRANCH: Patches applied to branch gdb-11-branch Joel Brobecker
  2022-01-16 11:34 ` [release/branch 1/2] Document the GDB 11.2 release in gdb/ChangeLog Joel Brobecker
@ 2022-01-16 11:34 ` Joel Brobecker
  1 sibling, 0 replies; 4+ messages in thread
From: Joel Brobecker @ 2022-01-16 11:34 UTC (permalink / raw)
  To: gdb-patches; +Cc: Joel Brobecker

gdb/ChangeLog:

	* version.in: Set GDB version number to 11.2.90.DATE-git.

gdb/testsuite/ChangeLog:

	* gdb.base/default.exp: Change $_gdb_minor to 3.
---
 gdb/ChangeLog                      | 4 ++++
 gdb/testsuite/ChangeLog            | 4 ++++
 gdb/testsuite/gdb.base/default.exp | 2 +-
 gdb/version.in                     | 2 +-
 4 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 7f0a96f26a..8eeb53b813 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,7 @@
+2022-01-16  Joel Brobecker  <brobecker@adacore.com>
+
+	* version.in: Set GDB version number to 11.2.90.DATE-git.
+
 2022-01-16  Joel Brobecker  <brobecker@adacore.com>
 
 	GDB 11.2 released.
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog
index db184df076..dacf305a60 100644
--- a/gdb/testsuite/ChangeLog
+++ b/gdb/testsuite/ChangeLog
@@ -1,3 +1,7 @@
+2022-01-16  Joel Brobecker  <brobecker@adacore.com>
+
+	* gdb.base/default.exp: Change $_gdb_minor to 3.
+
 2021-12-23  Andrew Burgess  <andrew.burgess@embecosm.com>
 
 	PR gdb/28405
diff --git a/gdb/testsuite/gdb.base/default.exp b/gdb/testsuite/gdb.base/default.exp
index 2ed9d5ca66..44e172e494 100644
--- a/gdb/testsuite/gdb.base/default.exp
+++ b/gdb/testsuite/gdb.base/default.exp
@@ -607,7 +607,7 @@ set show_conv_list \
 	{$_gdb_setting_str = <internal function _gdb_setting_str>} \
 	{$_gdb_setting = <internal function _gdb_setting>} \
 	{$_gdb_major = 11} \
-	{$_gdb_minor = 2} \
+	{$_gdb_minor = 3} \
 	{$_shell_exitsignal = void} \
 	{$_shell_exitcode = 0} \
     }
diff --git a/gdb/version.in b/gdb/version.in
index 26d6dad929..ef2240c5ec 100644
--- a/gdb/version.in
+++ b/gdb/version.in
@@ -1 +1 @@
-11.2
+11.2.90.DATE-git
-- 
2.32.0


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

* FYI/BRANCH: Patches applied to branch gdb-11-branch
@ 2021-07-03 17:53 Joel Brobecker
  0 siblings, 0 replies; 4+ messages in thread
From: Joel Brobecker @ 2021-07-03 17:53 UTC (permalink / raw)
  To: gdb-patches

Hello,

Just a quick email to mention that I am about to push the following
commits on the newly created gdb-11-branch, in preparation for
our future GDB 11 release:

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

Thank,
-- 
Joel


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

end of thread, other threads:[~2022-01-16 11:35 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-16 11:34 FYI/BRANCH: Patches applied to branch gdb-11-branch Joel Brobecker
2022-01-16 11:34 ` [release/branch 1/2] Document the GDB 11.2 release in gdb/ChangeLog Joel Brobecker
2022-01-16 11:34 ` [release/branch 2/2] Bump GDB version number to 11.2.90.DATE-git Joel Brobecker
  -- strict thread matches above, loose matches on Subject: below --
2021-07-03 17:53 FYI/BRANCH: Patches applied to branch gdb-11-branch 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).