public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [release/branch 2/2] Set development mode to "off" by default.
  2018-07-04 15:49 FYI/BRANCH: Patches applied to branch gdb-8.2-branch Joel Brobecker
  2018-07-04 15:49 ` [release/branch 1/2] Bump version to 8.1.90.DATE-git Joel Brobecker
@ 2018-07-04 15:49 ` Joel Brobecker
  1 sibling, 0 replies; 6+ messages in thread
From: Joel Brobecker @ 2018-07-04 15:49 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 9fad8388f7..5bb453ee62 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,7 @@
+2018-07-04  Joel Brobecker  <brobecker@adacore.com>
+
+	* development.sh (development): Set to false.
+
 2018-07-04  H.J. Lu  <hongjiu.lu@intel.com>
 
 	* Makefile.am (bfdinclude_HEADERS): Add $(INCDIR)/diagnostics.h.
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.17.1

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

* [release/branch 1/2] Bump version to 8.1.90.DATE-git.
  2018-07-04 15:49 FYI/BRANCH: Patches applied to branch gdb-8.2-branch Joel Brobecker
@ 2018-07-04 15:49 ` Joel Brobecker
  2018-07-04 15:49 ` [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-07-04 15:49 UTC (permalink / raw)
  To: gdb-patches

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

gdb/ChangeLog:

	GDB 8.2 branch created (1b919490e8ba30bf1d6941df0ed112b0e557017e):
	* version.in: Bump version to 8.1.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 0cece38e6b..33f877c6ef 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,8 @@
+2018-07-04  Joel Brobecker  <brobecker@adacore.com>
+
+	GDB 8.2 branch created (1b919490e8ba30bf1d6941df0ed112b0e557017e):
+	* version.in: Bump version to 8.1.90.DATE-git.
+
 2018-07-04  Vyacheslav Barinov  <v.barinov@samsung.com>
 	    Pedro Alves  <palves@redhat.com>
 
diff --git a/gdb/version.in b/gdb/version.in
index 19963ac67b..cb938a229b 100644
--- a/gdb/version.in
+++ b/gdb/version.in
@@ -1 +1 @@
-8.1.50.DATE-git
+8.1.90.DATE-git
-- 
2.17.1

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

* FYI/BRANCH: Patches applied to branch gdb-8.2-branch
@ 2018-07-04 15:49 Joel Brobecker
  2018-07-04 15:49 ` [release/branch 1/2] Bump version to 8.1.90.DATE-git Joel Brobecker
  2018-07-04 15:49 ` [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-07-04 15:49 UTC (permalink / raw)
  To: gdb-patches

Hello,

Just a quick message to let you know that I will be pushing
the following two patches to the new gdb-8.2-branch as part
of the branch creation process.

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

Thank you,
-- 
Joel

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

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

Hello,

Just FYI, now that I have the 8.2.1 tarballs and pushed the 8.2.1
release tag to the repository, I am about to push the following patches
to the 8.2.1 branch:

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

Thank you,
-- 
Joel

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

* FYI/BRANCH: Patches applied to branch gdb-8.2-branch
@ 2018-09-05  8:14 Joel Brobecker
  0 siblings, 0 replies; 6+ messages in thread
From: Joel Brobecker @ 2018-09-05  8:14 UTC (permalink / raw)
  To: gdb-patches

Hello,

FYI, I am about to push the following two patches to the gdb-8.2-branch,
now that I have the GDB 8.2 tarballs and that the release tag has been
created.

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

Thank you,
-- 
Joel

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

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

Hello,

I am about to push the following changes to document the fact that
a GDB 8.1.90 pre-release is being prepared.

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

Thanks,
-- 
Joel

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

end of thread, other threads:[~2018-12-23  6:09 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-07-04 15:49 FYI/BRANCH: Patches applied to branch gdb-8.2-branch Joel Brobecker
2018-07-04 15:49 ` [release/branch 1/2] Bump version to 8.1.90.DATE-git Joel Brobecker
2018-07-04 15:49 ` [release/branch 2/2] Set development mode to "off" by default Joel Brobecker
2018-07-04 16:19 FYI/BRANCH: Patches applied to branch gdb-8.2-branch Joel Brobecker
2018-09-05  8:14 Joel Brobecker
2018-12-23  6:09 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).