This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [commit/www] announce the gdb-7.4.1 release...


> > Attached are the changes I just made to the GDB w3 pages in order
> > to announce the GDB 7.4.1 release.
> 
> I think you forgot to attach the patch :-).

And of course, I delete the patch since then, and CVS is being
a real pain for re-producing a patch. Fortunately, conversion
to git didn't take too much time, given the size of the repo
and the frequency of changes, so here it is...

-- 
Joel
>From a92e0a2baaf8352202318b9ff599fcea04ba58de Mon Sep 17 00:00:00 2001
From: gdbadmin <gdbadmin>
Date: Thu, 26 Apr 2012 16:02:11 +0000
Subject: [PATCH] Announce the GDB 7.4.1 release.

---
 download/ANNOUNCEMENT |   25 +++++++++++++++++++++----
 download/index.html   |    4 ++--
 index.html            |   26 +++++++++++++++++++++++---
 news/index.html       |   22 +++++++++++++++++++++-
 4 files changed, 67 insertions(+), 10 deletions(-)

diff --git a/download/ANNOUNCEMENT b/download/ANNOUNCEMENT
index 12b2237..f0c1201 100644
--- a/download/ANNOUNCEMENT
+++ b/download/ANNOUNCEMENT
@@ -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-*-*)
diff --git a/download/index.html b/download/index.html
index 11b4b2f..56995d6 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.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>
diff --git a/index.html b/index.html
index 9be2295..51ce367 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.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>
diff --git a/news/index.html b/news/index.html
index b7ff723..c136526 100644
--- a/news/index.html
+++ b/news/index.html
@@ -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>
-- 
1.7.1


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]