public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [release/branch 1/2] Document the GDB 7.10.90 release in gdb/ChangeLog
  2016-02-10  4:03 FYI/BRANCH: Patches applied to branch gdb-7.11-branch Joel Brobecker
  2016-02-10  4:03 ` [release/branch 2/2] Bump GDB version number to 7.10.90.DATE-cvs Joel Brobecker
@ 2016-02-10  4:03 ` Joel Brobecker
  1 sibling, 0 replies; 9+ messages in thread
From: Joel Brobecker @ 2016-02-10  4:03 UTC (permalink / raw)
  To: gdb-patches

gdb/ChangeLog:

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

diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index f243960..fa2378b 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,9 @@
 2016-02-10  Joel Brobecker  <brobecker@adacore.com>
 
+	GDB 7.10.90 released.
+
+2016-02-10  Joel Brobecker  <brobecker@adacore.com>
+
 	* version.in: Set GDB version number to 7.10.90.
 
 2016-02-10  Joel Brobecker  <brobecker@adacore.com>
-- 
2.5.0

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

* [release/branch 2/2] Bump GDB version number to 7.10.90.DATE-cvs.
  2016-02-10  4:03 FYI/BRANCH: Patches applied to branch gdb-7.11-branch Joel Brobecker
@ 2016-02-10  4:03 ` Joel Brobecker
  2016-02-10  9:06   ` Andreas Schwab
  2016-02-10  4:03 ` [release/branch 1/2] Document the GDB 7.10.90 release in gdb/ChangeLog Joel Brobecker
  1 sibling, 1 reply; 9+ messages in thread
From: Joel Brobecker @ 2016-02-10  4:03 UTC (permalink / raw)
  To: gdb-patches

gdb/ChangeLog:

	* version.in: Set GDB version number to 7.10.90.DATE-cvs.
---
 gdb/ChangeLog  | 4 ++++
 gdb/version.in | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index fa2378b..ddc60ea 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,9 @@
 2016-02-10  Joel Brobecker  <brobecker@adacore.com>
 
+	* version.in: Set GDB version number to 7.10.90.DATE-cvs.
+
+2016-02-10  Joel Brobecker  <brobecker@adacore.com>
+
 	GDB 7.10.90 released.
 
 2016-02-10  Joel Brobecker  <brobecker@adacore.com>
diff --git a/gdb/version.in b/gdb/version.in
index 17580b3..8428830 100644
--- a/gdb/version.in
+++ b/gdb/version.in
@@ -1 +1 @@
-7.10.90
+7.10.90.DATE-cvs
-- 
2.5.0

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

* FYI/BRANCH: Patches applied to branch gdb-7.11-branch
@ 2016-02-10  4:03 Joel Brobecker
  2016-02-10  4:03 ` [release/branch 2/2] Bump GDB version number to 7.10.90.DATE-cvs Joel Brobecker
  2016-02-10  4:03 ` [release/branch 1/2] Document the GDB 7.10.90 release in gdb/ChangeLog Joel Brobecker
  0 siblings, 2 replies; 9+ messages in thread
From: Joel Brobecker @ 2016-02-10  4:03 UTC (permalink / raw)
  To: gdb-patches

Hello,

Another couple of patches about to be applied on the gdb-7.11-branch:

     [release/branch 1/2] Document the GDB 7.10.90 release in
     [release/branch 2/2] Bump GDB version number to 7.10.90.DATE-cvs.

Thanks,
-- 
Joel

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

* Re: [release/branch 2/2] Bump GDB version number to 7.10.90.DATE-cvs.
  2016-02-10  4:03 ` [release/branch 2/2] Bump GDB version number to 7.10.90.DATE-cvs Joel Brobecker
@ 2016-02-10  9:06   ` Andreas Schwab
  2016-02-10  9:29     ` Joel Brobecker
  0 siblings, 1 reply; 9+ messages in thread
From: Andreas Schwab @ 2016-02-10  9:06 UTC (permalink / raw)
  To: Joel Brobecker; +Cc: gdb-patches

Joel Brobecker <brobecker@adacore.com> writes:

> gdb/ChangeLog:
>
> 	* version.in: Set GDB version number to 7.10.90.DATE-cvs.

s/-cvs/-git/

Andreas.

-- 
Andreas Schwab, SUSE Labs, schwab@suse.de
GPG Key fingerprint = 0196 BAD8 1CE9 1970 F4BE  1748 E4D4 88E3 0EEA B9D7
"And now for something completely different."

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

* Re: [release/branch 2/2] Bump GDB version number to 7.10.90.DATE-cvs.
  2016-02-10  9:06   ` Andreas Schwab
@ 2016-02-10  9:29     ` Joel Brobecker
  2016-02-10  9:30       ` Joel Brobecker
  0 siblings, 1 reply; 9+ messages in thread
From: Joel Brobecker @ 2016-02-10  9:29 UTC (permalink / raw)
  To: Andreas Schwab; +Cc: gdb-patches

> > gdb/ChangeLog:
> >
> > 	* version.in: Set GDB version number to 7.10.90.DATE-cvs.
> 
> s/-cvs/-git/

Nice catch, thanks!

I updated my scripts, so should be OK for the next release or
pre-release.

-- 
Joel

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

* Re: [release/branch 2/2] Bump GDB version number to 7.10.90.DATE-cvs.
  2016-02-10  9:29     ` Joel Brobecker
@ 2016-02-10  9:30       ` Joel Brobecker
  0 siblings, 0 replies; 9+ messages in thread
From: Joel Brobecker @ 2016-02-10  9:30 UTC (permalink / raw)
  To: Andreas Schwab; +Cc: gdb-patches

[-- Attachment #1: Type: text/plain, Size: 372 bytes --]

> Nice catch, thanks!
> 
> I updated my scripts, so should be OK for the next release or
> pre-release.

I knew I was forgetting something... I meant to add that I fixed
the version suffix on the branch as follow:

gdb/ChangeLog:

        * version.in: Replace -cvs suffix by -git suffix.

On master, the suffix was correcty preserved, so no fix needed.

thanks,
-- 
Joel

[-- Attachment #2: 0001-gdb-version.in-Replace-cvs-suffix-by-git-suffix.patch --]
[-- Type: text/x-diff, Size: 983 bytes --]

From 7bcc056ca977328fa96a24fd747834f100be863a Mon Sep 17 00:00:00 2001
From: Joel Brobecker <brobecker@adacore.com>
Date: Wed, 10 Feb 2016 13:25:44 +0400
Subject: [PATCH] gdb/version.in: Replace -cvs suffix by -git suffix

gdb/ChangeLog:

        * version.in: Replace -cvs suffix by -git suffix.
---
 gdb/ChangeLog  | 4 ++++
 gdb/version.in | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index ddc60ea..2f11ef5 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,9 @@
 2016-02-10  Joel Brobecker  <brobecker@adacore.com>
 
+	* version.in: Replace -cvs suffix by -git suffix.
+
+2016-02-10  Joel Brobecker  <brobecker@adacore.com>
+
 	* version.in: Set GDB version number to 7.10.90.DATE-cvs.
 
 2016-02-10  Joel Brobecker  <brobecker@adacore.com>
diff --git a/gdb/version.in b/gdb/version.in
index 8428830..7a3441b 100644
--- a/gdb/version.in
+++ b/gdb/version.in
@@ -1 +1 @@
-7.10.90.DATE-cvs
+7.10.90.DATE-git
-- 
2.5.0


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

* FYI/BRANCH: Patches applied to branch gdb-7.11-branch
@ 2016-06-01  0:55 Joel Brobecker
  0 siblings, 0 replies; 9+ messages in thread
From: Joel Brobecker @ 2016-06-01  0:55 UTC (permalink / raw)
  To: gdb-patches

Hello,

Just FYI, I am about to push the following couple of commits
on the 7.11 branch (almost there with the 7.11.1 release).

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

Thanks!
-- 
Joel

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

* FYI/BRANCH: Patches applied to branch gdb-7.11-branch
@ 2016-02-24 10:20 Joel Brobecker
  0 siblings, 0 replies; 9+ messages in thread
From: Joel Brobecker @ 2016-02-24 10:20 UTC (permalink / raw)
  To: gdb-patches

Hello,

FYI, I am about to push the following two changes to the 7.11 branch:

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

Thanks,
-- 
Joel

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

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

Hello,

FYI, I applied the following changes to the new gdb-7.11-branch:

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

Thanks,
-- 
Joel

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

end of thread, other threads:[~2016-06-01  0:55 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-02-10  4:03 FYI/BRANCH: Patches applied to branch gdb-7.11-branch Joel Brobecker
2016-02-10  4:03 ` [release/branch 2/2] Bump GDB version number to 7.10.90.DATE-cvs Joel Brobecker
2016-02-10  9:06   ` Andreas Schwab
2016-02-10  9:29     ` Joel Brobecker
2016-02-10  9:30       ` Joel Brobecker
2016-02-10  4:03 ` [release/branch 1/2] Document the GDB 7.10.90 release in gdb/ChangeLog Joel Brobecker
  -- strict thread matches above, loose matches on Subject: below --
2016-06-01  0:55 FYI/BRANCH: Patches applied to branch gdb-7.11-branch Joel Brobecker
2016-02-24 10:20 Joel Brobecker
2016-02-10  3:29 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).