Announce the GDB 7.4.1 release.
authorGDB Administrator <gdbadmin@sourceware.org>
Thu, 26 Apr 2012 16:02:11 +0000 (16:02 +0000)
committerGDB Administrator <gdbadmin@sourceware.org>
Thu, 26 Apr 2012 16:02:11 +0000 (16:02 +0000)
download/ANNOUNCEMENT
download/index.html
index.html
news/index.html

index 12b22373b505795acc43c4313676cff871d3761d..f0c12011bd1e51d758b807b03f92db57a7681aab 100644 (file)
@@ -1,7 +1,7 @@
 
-            GDB 7.4 released!
+            GDB 7.4.1 released!
 
-Release 7.4 of GDB, the GNU Debugger, is now available via anonymous
+Release 7.4.1 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
@@ -15,8 +15,8 @@ You can download GDB from the GNU FTP server in the directory:
 The vital stats:
 
   Size  md5sum                            Name
-  20MB  95a9a8305fed4d30a30a6dc28ff9d060  gdb-7.4.tar.bz2
-  27MB  7877875c8af7c7ef7d06d329ac961d3f  gdb-7.4.tar.gz
+  20MB  8854d34691087ec127d934692639855f  gdb-7.4.1.tar.bz2
+  27MB  5fb7fca9ef7a9e3cfee0e2f2c0e52051  gdb-7.4.1.tar.gz
 
 There is a web page for GDB at: 
 
@@ -30,6 +30,23 @@ 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.4.1 is a minor corrective release based on GDB 7.4, bringing
+the following fixes:
+
+  * [GDB/MI] Error when resuming program execution in all-stop mode
+    ("Cannot execute this command without a live selected thread").
+
+  * [Pascal] Polluted display of class methods parameters.
+
+  * [target remote] Errror when connecting to remote target where
+    disconnected tracing is in effect.
+
+  * [AVX] Float and ymm* register values not available.
+
+  * [GDB] Crash when using the "finish" command.
+
+  * [build] makeinfo should not be required to build GDB.
+
 GDB 7.4 brings new targets, features and improvements, including:
 
   * New target: Texas Instruments TMS320C6x (tic6x-*-*)
index 11b4b2f5783dfd7b95a03608af0f9d881ecb3327..56995d63148c519e4aadbf1dd85c9ad08de341d4 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.4</a>):</h3>
+<h3>The most recent release (<a href="ANNOUNCEMENT">GDB 7.4.1</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:
@@ -116,7 +116,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 2012-01-24.</p>
+<p>Last modified 2012-04-26.</p>
 </address>
 
 </body>
index 9be2295ab235dc2d018011921ad444037b08b95d..51ce367a8659a56e47d772e007465c8025edd98d 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.4</h3>
+<h3>GDB version 7.4.1</h3>
 
-Version <a href="../gdb/download/ANNOUNCEMENT">7.4</a> of GDB, the GNU
+Version <a href="../gdb/download/ANNOUNCEMENT">7.4.1</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,26 @@ better.
 
 -->
 
+<dt>April 26th, 2012: <b>GDB 7.4.1 Released!</b></dt>
+<dd>
+<p> The latest version of GDB, version 7.4.1, is available for <a
+href="../gdb/download/">download</a>.
+<p>
+This is a minor corrective release over GDB 7.4, fixing the following
+issues:
+<ul>
+<li> [GDB/MI] Error when resuming program execution in all-stop mode
+     ("Cannot execute this command without a live selected thread").
+<li> [Pascal] Polluted display of class methods parameters.
+<li> [target remote] Errror when connecting to remote target where
+     disconnected tracing is in effect.
+<li> [AVX] Float and ymm* register values not available.
+<li> [GDB] Crash when using the "finish" command.
+<li> [build] makeinfo should not be required to build GDB.
+</ul>
+<p>
+</dd>
+
 <dt>January 24th, 2012: <b>GDB 7.4 Released!</b></dt>
 <dd>
 <p> The latest version of GDB, version 7.4, is available for <a
@@ -227,7 +247,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 2012-01-24.</p>
+<p>Last modified 2012-04-26.</p>
 </address>
 
 </body>
index b7ff72356fe97cf10599cdf5a1d743be7774e8f2..c136526952f63b5543139a2c25af0a0f25571f61 100644 (file)
@@ -62,6 +62,26 @@ better.
 
 -->
 
+<dt>April 26th, 2012: <b>GDB 7.4.1 Released!</b></dt>
+<dd>
+<p> The latest version of GDB, version 7.4.1, is available for <a
+href="../../gdb/download/">download</a>.
+<p>
+This is a minor corrective release over GDB 7.4, fixing the following
+issues:
+<ul>
+<li> [GDB/MI] Error when resuming program execution in all-stop mode
+     ("Cannot execute this command without a live selected thread").
+<li> [Pascal] Polluted display of class methods parameters.
+<li> [target remote] Errror when connecting to remote target where
+     disconnected tracing is in effect.
+<li> [AVX] Float and ymm* register values not available.
+<li> [GDB] Crash when using the "finish" command.
+<li> [build] makeinfo should not be required to build GDB.
+</ul>
+<p>
+</dd>
+
 <dt>January 24th, 2012: <b>GDB 7.4 Released!</b></dt>
 <dd>
 <p> The latest version of GDB, version 7.4, is available for <a
@@ -984,7 +1004,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 2012-01-24.</p>
+<p>Last modified 2012-04-26.</p>
 </address>
 
 </body>
This page took 0.055931 seconds and 5 git commands to generate.