This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
[commit/www] Announce the GDB 7.6.2 release.
- From: Joel Brobecker <brobecker at adacore dot com>
- To: gdb-patches at sourceware dot org
- Date: Sun, 8 Dec 2013 09:32:46 +0400
- Subject: [commit/www] Announce the GDB 7.6.2 release.
- Authentication-results: sourceware.org; auth=none
Hello,
FYI, I just applied this change to announce the 7.6.2 release.
---
download/ANNOUNCEMENT | 16 +++++++++++-----
download/index.html | 4 ++--
index.html | 20 +++++++++++++++++---
news/index.html | 16 +++++++++++++++-
4 files changed, 45 insertions(+), 11 deletions(-)
diff --git a/download/ANNOUNCEMENT b/download/ANNOUNCEMENT
index fbfd8aa..dee7379 100644
--- a/download/ANNOUNCEMENT
+++ b/download/ANNOUNCEMENT
@@ -1,7 +1,7 @@
- GDB 7.6.1 released!
+ GDB 7.6.2 released!
-Release 7.6.1 of GDB, the GNU Debugger, is now available via anonymous
+Release 7.6.2 of GDB, the GNU Debugger, is now available via anonymous
FTP. GDB is a source-level debugger for Ada, C, C++, Objective-C,
Pascal and many other languages. GDB can target (i.e., debug programs
running on) more than a dozen different processor architectures, and GDB
@@ -14,9 +14,9 @@ You can download GDB from the GNU FTP server in the directory:
The vital stats:
- Size md5sum Name
- 24MB fbc4dab4181e6e9937075b43a4ce2732 gdb-7.6.1.tar.bz2
- 30MB d42841167fd061d90fddf9a7212a1f9f gdb-7.6.1.tar.gz
+ Size md5sum Name
+ 24MiB 496399e96654fc0f899a5c964bc1f0f8 gdb-7.6.2.tar.bz2
+ 30MiB 9ebf09fa76e4ca6034157086e9b20348 gdb-7.6.2.tar.gz
There is a web page for GDB at:
@@ -30,6 +30,12 @@ the net. We will put errata notes and host-specific tips for this release
on-line as any problems come up. All mailing lists archives are also
browsable via the web.
+GDB 7.6.2 provides the following fixes and improvements to GDB 7.6.1:
+
+ * PR breakpoint/16251 (AArch64 hardware breakpoint error after fork)
+ * PR gdb/16303 (GDB 7.6.1 does not work with binutils 2.24 on MIPS16
+ and microMIPS)
+
GDB 7.6.1 provides the following fixes and improvements to GDB 7.6:
* PR tdep/15420 (Cannot debug threaded programs on newer versions
diff --git a/download/index.html b/download/index.html
index d8a23ec..6cf721e 100644
--- a/download/index.html
+++ b/download/index.html
@@ -48,7 +48,7 @@ Fish]" /></a>
<!-- body, update above using ../../gdb/index.sh -->
-<h3>The most recent release (<a href="ANNOUNCEMENT">GDB 7.6.1</a>):</h3>
+<h3>The most recent release (<a href="ANNOUNCEMENT">GDB 7.6.2</a>):</h3>
You can download the most recent official release of GDB from either
Project GNU's FTP server, or Red Hat's sources site:
@@ -123,7 +123,7 @@ Floor, Boston, MA 02110-1301 USA.</p>
<p>Verbatim copying and distribution of this entire article is
permitted in any medium, provided this notice is preserved.</p>
-<p>Last modified 2013-10-22.</p>
+<p>Last modified 2013-12-08.</p>
</address>
</body>
diff --git a/index.html b/index.html
index be45285..25d0e52 100644
--- a/index.html
+++ b/index.html
@@ -70,9 +70,9 @@ Pascal (and many other languages). Those programs might be executing
on the same machine as GDB (native) or on another machine (remote). GDB
can run on most popular UNIX and Microsoft Windows variants.<p>
-<h3>GDB version 7.6.1</h3>
+<h3>GDB version 7.6.2</h3>
-Version <a href="../gdb/download/ANNOUNCEMENT">7.6.1</a> of GDB, the GNU
+Version <a href="../gdb/download/ANNOUNCEMENT">7.6.2</a> of GDB, the GNU
Debugger, is now available for <a
href="../gdb/download/">download</a>. See the <a
href="../gdb/download/ANNOUNCEMENT">ANNOUNCEMENT</a> for details
@@ -102,6 +102,20 @@ better.
-->
+<dt>December 8th, 2013: <b>GDB 7.6.2 Released!</b></dt>
+<dd>
+<p> The latest version of GDB, version 7.6.2, is available for <a
+href="../gdb/download/">download</a>.
+<p>
+This is a minor corrective release over GDB 7.6.1, fixing the following
+issues:
+<ul>
+<li> <a href="http://sourceware.org/bugzilla/show_bug.cgi?id=16251">PR breakpoint/16251</a> (AArch64 hardware breakpoint error after fork)
+<li> <a href="http://sourceware.org/bugzilla/show_bug.cgi?id=16303">PR gdb/16303</a> (GDB 7.6.1 does not work with binutils 2.24 on MIPS16 and microMIPS)
+</ul>
+<p>
+</dd>
+
<dt>August 30th, 2013: <b>GDB 7.6.1 Released!</b></dt>
<dd>
<p> The latest version of GDB, version 7.6.1, is available for <a
@@ -242,7 +256,7 @@ Floor, Boston, MA 02110-1301 USA.</p>
<p>Verbatim copying and distribution of this entire article is
permitted in any medium, provided this notice is preserved.</p>
-<p>Last modified 2013-10-22.</p>
+<p>Last modified 2013-12-08.</p>
</address>
</body>
diff --git a/news/index.html b/news/index.html
index 91496c9..0f233cc 100644
--- a/news/index.html
+++ b/news/index.html
@@ -62,6 +62,20 @@ better.
-->
+<dt>December 8th, 2013: <b>GDB 7.6.2 Released!</b></dt>
+<dd>
+<p> The latest version of GDB, version 7.6.2, is available for <a
+href="../../gdb/download/">download</a>.
+<p>
+This is a minor corrective release over GDB 7.6.1, fixing the following
+issues:
+<ul>
+<li> <a href="http://sourceware.org/bugzilla/show_bug.cgi?id=16251">PR breakpoint/16251</a> (AArch64 hardware breakpoint error after fork)
+<li> <a href="http://sourceware.org/bugzilla/show_bug.cgi?id=16303">PR gdb/16303</a> (GDB 7.6.1 does not work with binutils 2.24 on MIPS16 and microMIPS)
+</ul>
+<p>
+</dd>
+
<dt>August 30th, 2013: <b>GDB 7.6.1 Released!</b></dt>
<dd>
<p> The latest version of GDB, version 7.6.1, is available for <a
@@ -1124,7 +1138,7 @@ Floor, Boston, MA 02110-1301 USA.</p>
<p>Verbatim copying and distribution of this entire article is
permitted in any medium, provided this notice is preserved.</p>
-<p>Last modified 2013-10-22.</p>
+<p>Last modified 2013-12-08.</p>
</address>
</body>
--
1.8.1.2