public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* FYI/BRANCH: Patches applied to branch gdb-11-branch
@ 2021-07-03 17:53 Joel Brobecker
  2021-07-03 17:53 ` [release/branch 1/2] Bump version to 11.0.90.DATE-git Joel Brobecker
  2021-07-03 17:53 ` [release/branch 2/2] Set development mode to "off" by default Joel Brobecker
  0 siblings, 2 replies; 3+ 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] 3+ messages in thread

* [release/branch 1/2] Bump version to 11.0.90.DATE-git.
  2021-07-03 17:53 FYI/BRANCH: Patches applied to branch gdb-11-branch Joel Brobecker
@ 2021-07-03 17:53 ` Joel Brobecker
  2021-07-03 17:53 ` [release/branch 2/2] Set development mode to "off" by default Joel Brobecker
  1 sibling, 0 replies; 3+ messages in thread
From: Joel Brobecker @ 2021-07-03 17:53 UTC (permalink / raw)
  To: gdb-patches; +Cc: Joel Brobecker

Now that the GDB 11 branch has been created, we can
bump the version number.

gdb/ChangeLog:

	GDB 11 branch created (4b51505e33441c6165e7789fa2b6d21930242927):
	* version.in: Bump version to 11.0.90.DATE-git.
---
 gdb/ChangeLog  | 5 +++++
 gdb/version.in | 2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 6a5f8b569f..9e758db154 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,8 @@
+2021-07-03  Joel Brobecker  <brobecker@adacore.com>
+
+	GDB 11 branch created (4b51505e33441c6165e7789fa2b6d21930242927):
+	* version.in: Bump version to 11.0.90.DATE-git.
+
 2021-07-02  Tom Tromey  <tromey@adacore.com>
 
 	* ada-exp.y (chop_selector, chop_separator, write_selectors)
diff --git a/gdb/version.in b/gdb/version.in
index 11de0e6284..97e6e4f490 100644
--- a/gdb/version.in
+++ b/gdb/version.in
@@ -1 +1 @@
-11.0.50.DATE-git
\ No newline at end of file
+11.0.90.DATE-git
\ No newline at end of file
-- 
2.25.1


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

* [release/branch 2/2] Set development mode to "off" by default.
  2021-07-03 17:53 FYI/BRANCH: Patches applied to branch gdb-11-branch Joel Brobecker
  2021-07-03 17:53 ` [release/branch 1/2] Bump version to 11.0.90.DATE-git Joel Brobecker
@ 2021-07-03 17:53 ` Joel Brobecker
  1 sibling, 0 replies; 3+ messages in thread
From: Joel Brobecker @ 2021-07-03 17:53 UTC (permalink / raw)
  To: gdb-patches; +Cc: Joel Brobecker

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 405536988c..eda7eb04a2 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,7 @@
+2021-07-03  Joel Brobecker  <brobecker@adacore.com>
+
+	* development.sh (development): Set to false.
+
 2021-07-03  Nick Clifton  <nickc@redhat.com>
 
 	* version.m4: Update version number.
diff --git a/bfd/development.sh b/bfd/development.sh
index 4e87fddb13..f715980fda 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.1


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

end of thread, other threads:[~2021-07-03 17:53 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-03 17:53 FYI/BRANCH: Patches applied to branch gdb-11-branch Joel Brobecker
2021-07-03 17:53 ` [release/branch 1/2] Bump version to 11.0.90.DATE-git Joel Brobecker
2021-07-03 17:53 ` [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).