Announce the GDB 7.6.2 release.
authorGDB Administrator <gdbadmin@sourceware.org>
Sun, 8 Dec 2013 05:31:22 +0000 (05:31 +0000)
committerGDB Administrator <gdbadmin@sourceware.org>
Sun, 8 Dec 2013 05:31:22 +0000 (05:31 +0000)
download/ANNOUNCEMENT
download/index.html
index.html
news/index.html

index fbfd8aa2125ba24205cbcb2dd51882bb80c2bcde..dee73795746d214e674ef1b1b347770d5ed2a2c2 100644 (file)
@@ -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
index d8a23ec4d00160a00ad9dd04f122ebe620a885f9..6cf721e1505b5455ae393f7cf85b44c1d884bf4c 100644 (file)
@@ -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>
index be452852d9065c44febb5b24cc31ed9d264c01f9..25d0e52129de42df813756e497e4a751d149f05e 100644 (file)
@@ -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>
index 91496c9f420793b5d2f2f1472fe71ef71d4d7eb1..0f233cc87e7352e0ad5ccb8bc67271ca2419d691 100644 (file)
@@ -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>
This page took 0.042567 seconds and 5 git commands to generate.