[commit/www] Announce gdb-6.7.1

Joel Brobecker brobecker@adacore.com
Mon Oct 29 19:14:00 GMT 2007


Hello,

I have posted the gdb-6.7.1 release announcement on the GDB website.
Patch is attached.

-- 
Joel

PS: It took me a long time to update ANNOUNCEMENT because I had to
review all the changes made and remember what they were fixing.
I think I would appreciate some help the next time if all I had
to do was go through the NEWS file. If we make some fixes to the
branch, I think we should document somewhere what they are about
from the user's perspective, and I think the NEWS file is perfect
for that. Right now, if a user wants to know what's different
between 6.7 and 6.7.1, there is only my ANNOUNCEMENT.
-------------- next part --------------
Index: index.html
===================================================================
RCS file: /cvs/gdb/htdocs/index.html,v
retrieving revision 1.178
diff -u -p -r1.178 index.html
--- index.html	10 Oct 2007 18:39:24 -0000	1.178
+++ index.html	29 Oct 2007 18:58:13 -0000
@@ -71,9 +71,9 @@ Pascal (and many other languages).  Thos
 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 6.7</h3>
+<h3>GDB version 6.7.1</h3>
 
-Version <a href="../gdb/download/ANNOUNCEMENT">6.7</a> of GDB, the GNU
+Version <a href="../gdb/download/ANNOUNCEMENT">6.7.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
@@ -103,6 +103,16 @@ better.
 
 -->
 
+<dt>October 29, 2007: <b>GDB 6.7.1 Released!</b></dt>
+<dd>
+<p> The latest version of GDB, version 6.7.1, is available for <a
+href="../gdb/download/">download</a>.
+<p>
+See the <a href="../gdb/download/ANNOUNCEMENT">ANNOUNCEMENT</a> file
+for a more complete and detailed list of what this release includes.
+<p>
+</dd>
+
 <dt>October 10, 2007: <b>GDB 6.7 Released!</b></dt>
 <dd>
 <p> The latest version of GDB, version 6.7, is available for <a
@@ -188,7 +198,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 2007-10-10.</p>
+<p>Last modified 2007-10-29.</p>
 </address>
 
 </body>
Index: download/ANNOUNCEMENT
===================================================================
RCS file: /cvs/gdb/htdocs/download/ANNOUNCEMENT,v
retrieving revision 1.17
diff -u -p -r1.17 ANNOUNCEMENT
--- download/ANNOUNCEMENT	11 Oct 2007 16:03:07 -0000	1.17
+++ download/ANNOUNCEMENT	29 Oct 2007 18:58:13 -0000
@@ -1,7 +1,7 @@
 
-            GDB 6.7 released!
+            GDB 6.7.1 released!
 
-Release 6.7 of GDB, the GNU Debugger, is now available via anonymous
+Release 6.7.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 se
 The vital stats:
 
   Size  md5sum                            Name
-  15MB  d6e7c0ad7654bc91a3a457fabb6ad6c6  gdb-6.7.tar.bz2
-  20MB  5f415f8bef0f3a4947845c78ab102b2d  gdb-6.7.tar.gz
+  15MB  30a6bf36eded4ae5a152d7d71b86dc14  gdb-6.7.1.tar.bz2
+  20MB  7a74dcafdd39d18678e5b5cc2c50bb0c  gdb-6.7.1.tar.gz
 
 There is a web page for GDB at: 
 
@@ -30,8 +30,27 @@ the net.  We will put errata notes and h
 on-line as any problems come up.  All mailing lists archives are also
 browsable via the web.
 
-Since the previous release (6.6, released in December 2006) we have made
-many fixes and enhancements including:
+This is a minor release that fixes the following issues that were
+discovered in gdb-6.7 after it was released:
+
+    * solib-target.c build-failure when building without libexpat support.
+
+    * GDB crash when calling an undefined MI command.
+
+    * gdb/2336: On Sparc/Solaris, GDB reports that it is unable to
+    read elf32-sparc objects.
+
+It also brings the following improvements:
+
+    * Better handling of parameter printing on powerpc.
+
+    * gdb/2341: Rework the code in sol-thread.c to allow it to build
+    with gcc-3.4.
+
+    * Some adjustements to allow the code to compile with Sun CC.
+
+In addition, GDB 6.7 brings many fixes and enhancements over the
+previous major release (6.6, released in December 2006), including:
 
     * Resolved 101 resource leaks, null pointer dereferences, etc. in gdb,
     bfd, libiberty and opcodes, as revealed by static analysis donated by
Index: download/index.html
===================================================================
RCS file: /cvs/gdb/htdocs/download/index.html,v
retrieving revision 1.46
diff -u -p -r1.46 index.html
--- download/index.html	10 Oct 2007 18:29:01 -0000	1.46
+++ download/index.html	29 Oct 2007 18:58:13 -0000
@@ -49,7 +49,7 @@ Fish]" /></a>
 
 <!-- body, update above using ../../gdb/index.sh -->
 
-<h3>The most recent release (<a href="ANNOUNCEMENT">GDB 6.7</a>):</h3>
+<h3>The most recent release (<a href="ANNOUNCEMENT">GDB 6.7.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:
@@ -117,7 +117,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 2007-10-10.</p>
+<p>Last modified 2007-10-29.</p>
 </address>
 
 </body>
Index: news/index.html
===================================================================
RCS file: /cvs/gdb/htdocs/news/index.html,v
retrieving revision 1.81
diff -u -p -r1.81 index.html
--- news/index.html	10 Oct 2007 18:29:01 -0000	1.81
+++ news/index.html	29 Oct 2007 18:58:14 -0000
@@ -63,6 +63,16 @@ better.
 
 -->
 
+<dt>October 29, 2007: <b>GDB 6.7.1 Released!</b></dt>
+<dd>
+<p> The latest version of GDB, version 6.7.1, is available for <a
+href="../../gdb/download/">download</a>.
+<p>
+See the <a href="../../gdb/download/ANNOUNCEMENT">ANNOUNCEMENT</a> file
+for a more complete and detailed list of what this release includes.
+<p>
+</dd>
+
 <dt>October 10, 2007: <b>GDB 6.7 Released!</b></dt>
 <dd>
 <p> The latest version of GDB, version 6.7, is available for <a
@@ -715,7 +725,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 2007-10-10.</p>
+<p>Last modified 2007-10-29.</p>
 </address>
 
 </body>


More information about the Gdb-patches mailing list