public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* FYI/HEAD: Patches applied to branch master
@ 2022-12-18  4:40 Joel Brobecker
  2022-12-18  4:41 ` [release/HEAD 1/2] Bump version to 14.0.50.DATE-git Joel Brobecker
  2022-12-18  4:41 ` [release/HEAD 2/2] Update gdb/NEWS after GDB 13 branch creation Joel Brobecker
  0 siblings, 2 replies; 15+ messages in thread
From: Joel Brobecker @ 2022-12-18  4:40 UTC (permalink / raw)
  To: gdb-patches; +Cc: Joel Brobecker

Hi,

Now that the gdb-13-branch has been created, I am about to push
the following commits to the master branch:

  - [release/HEAD 1/2] Bump version to 14.0.50.DATE-git.
  - [release/HEAD 2/2] Update gdb/NEWS after GDB 13 branch creation.

Thank you,
-- 
Joel


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

* [release/HEAD 1/2] Bump version to 14.0.50.DATE-git.
  2022-12-18  4:40 FYI/HEAD: Patches applied to branch master Joel Brobecker
@ 2022-12-18  4:41 ` Joel Brobecker
  2022-12-18  4:41 ` [release/HEAD 2/2] Update gdb/NEWS after GDB 13 branch creation Joel Brobecker
  1 sibling, 0 replies; 15+ messages in thread
From: Joel Brobecker @ 2022-12-18  4:41 UTC (permalink / raw)
  To: gdb-patches; +Cc: Joel Brobecker

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

For the record, the GDB 13 branch was created
from commit 71c90666e601c511a5f495827ca9ba545e4cb463.

Also, as a result of the version bump, the following changes
have been made in gdb/testsuite:

	* gdb.base/default.exp: Change $_gdb_major to 14.
---
 gdb/testsuite/gdb.base/default.exp | 2 +-
 gdb/version.in                     | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/gdb/testsuite/gdb.base/default.exp b/gdb/testsuite/gdb.base/default.exp
index 20cbab2e58..182c7beacf 100644
--- a/gdb/testsuite/gdb.base/default.exp
+++ b/gdb/testsuite/gdb.base/default.exp
@@ -606,7 +606,7 @@ set show_conv_list \
 	{$_gdb_maint_setting = <internal function _gdb_maint_setting>} \
 	{$_gdb_setting_str = <internal function _gdb_setting_str>} \
 	{$_gdb_setting = <internal function _gdb_setting>} \
-	{$_gdb_major = 13} \
+	{$_gdb_major = 14} \
 	{$_gdb_minor = 1} \
 	{$_shell_exitsignal = void} \
 	{$_shell_exitcode = 0} \
diff --git a/gdb/version.in b/gdb/version.in
index c865eb9d98..403ecd2e6b 100644
--- a/gdb/version.in
+++ b/gdb/version.in
@@ -1 +1 @@
-13.0.50.DATE-git
\ No newline at end of file
+14.0.50.DATE-git
\ No newline at end of file
-- 
2.34.1


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

* [release/HEAD 2/2] Update gdb/NEWS after GDB 13 branch creation.
  2022-12-18  4:40 FYI/HEAD: Patches applied to branch master Joel Brobecker
  2022-12-18  4:41 ` [release/HEAD 1/2] Bump version to 14.0.50.DATE-git Joel Brobecker
@ 2022-12-18  4:41 ` Joel Brobecker
  1 sibling, 0 replies; 15+ messages in thread
From: Joel Brobecker @ 2022-12-18  4:41 UTC (permalink / raw)
  To: gdb-patches; +Cc: Joel Brobecker

This commit a new section for the next release branch, and renames
the section of the current branch, now that it has been cut.
---
 gdb/NEWS | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/gdb/NEWS b/gdb/NEWS
index b631b48934..3a3387c76c 100644
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -1,7 +1,9 @@
 		What has changed in GDB?
 	     (Organized release by release)
 
-*** Changes since GDB 12
+*** Changes since GDB 13
+
+*** Changes in GDB 13
 
 * MI version 1 is deprecated, and will be removed in GDB 14.
 
-- 
2.34.1


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

* FYI/HEAD: Patches applied to branch master
@ 2023-10-08  8:07 Joel Brobecker
  0 siblings, 0 replies; 15+ messages in thread
From: Joel Brobecker @ 2023-10-08  8:07 UTC (permalink / raw)
  To: gdb-patches; +Cc: Joel Brobecker

Hello,

Now that the gdb-14-branch has been created, I am about to push
the following changes to master:

 - [release/HEAD 1/2] Bump version to 15.0.50.DATE-git.
 - [release/HEAD 2/2] Update gdb/NEWS after GDB 14 branch creation.

Thank you,
-- 
Joel


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

* FYI/HEAD: Patches applied to branch master
@ 2022-03-20  5:20 Joel Brobecker
  0 siblings, 0 replies; 15+ messages in thread
From: Joel Brobecker @ 2022-03-20  5:20 UTC (permalink / raw)
  To: gdb-patches; +Cc: Joel Brobecker

Hello,

Now that the gdb-12-branch has been created, I will push the following
commits to the master branch:

  - [release/HEAD 1/2] Bump version to 13.0.50.DATE-git.
  - [release/HEAD 2/2] Update gdb/NEWS after GDB 12 branch creation.

Thanks,
-- 
Joel


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

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

Hello,

Similar to the commits I just pushed on the newly created
gdb-11-branch, I'm about to push the following two commits,
this time on master:

  * [release/HEAD 1/2] Bump version to 12.0.50.DATE-git.
  * [release/HEAD 2/2] Update NEWS post GDB 11 branch creation.

Thank you,
-- 
Joel


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

* FYI/HEAD: Patches applied to branch master
@ 2019-12-11 20:48 Joel Brobecker
  0 siblings, 0 replies; 15+ messages in thread
From: Joel Brobecker @ 2019-12-11 20:48 UTC (permalink / raw)
  To: gdb-patches

Hello,

Similar to what was done on the gdb-9-branch, I am about to push
the following two commits that were made on master post branch
creation.

  - [release/HEAD 1/2] Bump version to 10.0.50.DATE-git.
  - [release/HEAD 2/2] Update NEWS post GDB 9 branch creation.

Thanks,
-- 
Joel

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

* FYI/HEAD: Patches applied to branch master
@ 2019-02-27  5:03 Joel Brobecker
  0 siblings, 0 replies; 15+ messages in thread
From: Joel Brobecker @ 2019-02-27  5:03 UTC (permalink / raw)
  To: gdb-patches

Now that the gdb-8.3-branch has been created, I am about to push
the following commits to master:

  * [release/HEAD 1/2] Bump version to 8.3.50.DATE-git.
  * [release/HEAD 2/2] Update NEWS post GDB 8.3 branch creation.

Thanks,
-- 
Joel

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

* FYI/HEAD: Patches applied to branch master
@ 2018-07-04 15:50 Joel Brobecker
  0 siblings, 0 replies; 15+ messages in thread
From: Joel Brobecker @ 2018-07-04 15:50 UTC (permalink / raw)
  To: gdb-patches

Hello again,

Same as on the new gdb-8.2-branch, but this time on master, to
reflect the fact that the new branch has been created:

    * [release/HEAD 1/2] Bump version to 8.2.50.DATE-git.
    * [release/HEAD 2/2] Update NEWS post GDB 8.2 branch creation.

Thank you,
-- 
Joel

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

* FYI/HEAD: Patches applied to branch master
@ 2018-01-05  4:21 Joel Brobecker
  0 siblings, 0 replies; 15+ messages in thread
From: Joel Brobecker @ 2018-01-05  4:21 UTC (permalink / raw)
  To: gdb-patches

Hello,

I am about to push the following two commits on master, that were
made following the creation of the gdb-8.1-branch.

    [release/HEAD 1/2] Bump version to 8.1.50.DATE-git.
    [release/HEAD 2/2] Update NEWS post GDB 8.1 branch creation.

Thanks,
-- 
Joel

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

* FYI/HEAD: Patches applied to branch master
@ 2016-08-01 15:31 Joel Brobecker
  0 siblings, 0 replies; 15+ messages in thread
From: Joel Brobecker @ 2016-08-01 15:31 UTC (permalink / raw)
  To: gdb-patches

Hello,

FYI - I am about to apply the following changes to master, now
that the 7.12 branch has been cut.

    [release/HEAD 1/2] Bump version to 7.12.50.DATE-git.
    [release/HEAD 2/2] Update NEWS post GDB 7.12 branch creation.

Thanks,
-- 
Joel

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

* FYI/HEAD: Patches applied to branch master
@ 2016-02-10  3:30 Joel Brobecker
  0 siblings, 0 replies; 15+ messages in thread
From: Joel Brobecker @ 2016-02-10  3:30 UTC (permalink / raw)
  To: gdb-patches

Hello,

Now that the gdb-7.11-branch has been created, I am going to apply
the following commits on the master branch:

     [release/HEAD 1/2] Bump version to 7.11.50.DATE-git.
     [release/HEAD 2/2] Update NEWS post GDB 7.11 branch creation.

Thanks,
-- 
Joel

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

* FYI/HEAD: Patches applied to branch master
@ 2015-07-06 20:05 Joel Brobecker
  0 siblings, 0 replies; 15+ messages in thread
From: Joel Brobecker @ 2015-07-06 20:05 UTC (permalink / raw)
  To: gdb-patches

Hello,

Same kind of patches as on gdb-7.10-branch, but on master...
I will push those, now...

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

* FYI/HEAD: Patches applied to branch master
@ 2015-01-13 12:28 Joel Brobecker
  0 siblings, 0 replies; 15+ messages in thread
From: Joel Brobecker @ 2015-01-13 12:28 UTC (permalink / raw)
  To: gdb-patches

Hello,

Now that the gdb-7.9 branch has been created, I am also applying
the following changes two changes to branch master:

  - [release/HEAD 1/2] Bump version to 7.9.50.DATE-cvs.
  - [release/HEAD 2/2] Update NEWS post GDB 7.9 branch creation.

Thank you,
-- 
Joel

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

* FYI/HEAD: Patches applied to branch master
@ 2014-01-08  9:44 Joel Brobecker
  0 siblings, 0 replies; 15+ messages in thread
From: Joel Brobecker @ 2014-01-08  9:44 UTC (permalink / raw)
  To: gdb-patches

Hello,

Same as on the branch - now that the 7.7 branch has been created,
below are a couple patches I am about to push on branch master.

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

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

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-18  4:40 FYI/HEAD: Patches applied to branch master Joel Brobecker
2022-12-18  4:41 ` [release/HEAD 1/2] Bump version to 14.0.50.DATE-git Joel Brobecker
2022-12-18  4:41 ` [release/HEAD 2/2] Update gdb/NEWS after GDB 13 branch creation Joel Brobecker
  -- strict thread matches above, loose matches on Subject: below --
2023-10-08  8:07 FYI/HEAD: Patches applied to branch master Joel Brobecker
2022-03-20  5:20 Joel Brobecker
2021-07-03 17:54 Joel Brobecker
2019-12-11 20:48 Joel Brobecker
2019-02-27  5:03 Joel Brobecker
2018-07-04 15:50 Joel Brobecker
2018-01-05  4:21 Joel Brobecker
2016-08-01 15:31 Joel Brobecker
2016-02-10  3:30 Joel Brobecker
2015-07-06 20:05 Joel Brobecker
2015-01-13 12:28 Joel Brobecker
2014-01-08  9:44 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).