public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* pushed: [release/branch 1/2] Bump version to 8.0.90.DATE-git.
  2018-01-05  4:20 FYI/BRANCH: Patches applied to branch gdb-8.1-branch Joel Brobecker
@ 2018-01-05  4:20 ` Joel Brobecker
  2018-01-05  4:20 ` pushed: [release/branch 2/2] Set development mode to "off" by default Joel Brobecker
  1 sibling, 0 replies; 6+ messages in thread
From: Joel Brobecker @ 2018-01-05  4:20 UTC (permalink / raw)
  To: gdb-patches

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

gdb/ChangeLog:

	GDB 8.1 branch created (5219ac6237c272b938c28517bf371429260c71e7):
	* version.in: Bump version to 8.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 ed9d2b0ce5..ab7ce4e4d8 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,8 @@
+2018-01-05  Joel Brobecker  <brobecker@adacore.com>
+
+	GDB 8.1 branch created (5219ac6237c272b938c28517bf371429260c71e7):
+	* version.in: Bump version to 8.0.90.DATE-git.
+
 2018-01-03  Xavier Roirand  <roirand@adacore.com>
 
 	* ada-lang.h (ada_exception_catchpoint_kind) <ada_catch_handlers>:
diff --git a/gdb/version.in b/gdb/version.in
index 91c0648470..8d53f48bfa 100644
--- a/gdb/version.in
+++ b/gdb/version.in
@@ -1 +1 @@
-8.0.50.DATE-git
+8.0.90.DATE-git
-- 
2.11.0

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

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

Hello,

FYI, the gdb-8.1-branch has been created and pushed, and following
that, I made the following changes on the branch:

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

I will push those to gdb-8.1-branch now...

Thanks,
-- 
Joel

^ permalink raw reply	[flat|nested] 6+ 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 ` pushed: [release/branch 1/2] Bump version to 8.0.90.DATE-git Joel Brobecker
@ 2018-01-05  4:20 ` Joel Brobecker
  1 sibling, 0 replies; 6+ 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] 6+ messages in thread

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

Hello,

I am about to push the following two patches to the gdb-8.1-branch.
They are not really strictly necessary, but as we are not planning
on making an 8.1.2 release, but this is SOP, and you never know...

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

Thanks,
-- 
Joel

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

* FYI/BRANCH: Patches applied to branch gdb-8.1-branch
@ 2018-01-31  3:16 Joel Brobecker
  0 siblings, 0 replies; 6+ messages in thread
From: Joel Brobecker @ 2018-01-31  3:16 UTC (permalink / raw)
  To: gdb-patches

Hello,

FYI, I am about to push the following two commits to the branch,
now that I have the GDB 8.1 tarballs:

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

Thank you,
-- 
Joel

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

* FYI/BRANCH: Patches applied to branch gdb-8.1-branch
@ 2018-01-12  3:42 Joel Brobecker
  0 siblings, 0 replies; 6+ messages in thread
From: Joel Brobecker @ 2018-01-12  3:42 UTC (permalink / raw)
  To: gdb-patches

Hello,

Now that I have the pre-release tarballs, I am about to push
the following two commits on the gdb-8.1-branch.

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

Thank you,
-- 
Joel

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

end of thread, other threads:[~2018-07-31 15:07 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
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 1/2] Bump version to 8.0.90.DATE-git Joel Brobecker
2018-01-05  4:20 ` pushed: [release/branch 2/2] Set development mode to "off" by default Joel Brobecker
2018-01-12  3:42 FYI/BRANCH: Patches applied to branch gdb-8.1-branch Joel Brobecker
2018-01-31  3:16 Joel Brobecker
2018-07-31 15:07 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).