This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
[pushed/www] Announce the GDB 7.7.1 release.
- From: Joel Brobecker <brobecker at adacore dot com>
- To: gdb-patches at sourceware dot org
- Date: Mon, 5 May 2014 15:34:23 -0700
- Subject: [pushed/www] Announce the GDB 7.7.1 release.
- Authentication-results: sourceware.org; auth=none
Hello all,
Attaches the additions I just made to GDB's website to announce
the imminent GDB 7.7.1 release...
Thanks,
--
Joel
---
download/ANNOUNCEMENT | 21 +++++++++++++++++----
download/index.html | 4 ++--
index.html | 28 +++++++++++++++++++++++++---
news/index.html | 24 +++++++++++++++++++++++-
4 files changed, 67 insertions(+), 10 deletions(-)
diff --git a/download/ANNOUNCEMENT b/download/ANNOUNCEMENT
index 931f14e..838c136 100644
--- a/download/ANNOUNCEMENT
+++ b/download/ANNOUNCEMENT
@@ -1,7 +1,7 @@
- GDB 7.7 released!
+ GDB 7.7.1 released!
-Release 7.7 of GDB, the GNU Debugger, is now available via anonymous
+Release 7.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 server in the directory:
The vital stats:
Size md5sum Name
- 24MiB 271a18f41858a7e98b28ae4eb91287c9 gdb-7.7.tar.bz2
- 31MiB 40051ff95b39bd57b14b1809e2c16152 gdb-7.7.tar.gz
+ 24MiB 77b20b515e7c25f032cb9732a66620fe gdb-7.7.1.tar.bz2
+ 31MiB 45b07b53d81832d32ccd4829465d4886 gdb-7.7.1.tar.gz
There is a web page for GDB at:
@@ -30,6 +30,19 @@ 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.7.1 provides the following fixes and improvements to GDB 7.7:
+
+ * PR win32/14018 (pc register not available error on Windows)
+ * PR python/16547 (GDB crashing on gdb.python/py-linetable.exp)
+ * PR build/16550 (64-bit GDB doesn't build on Solaris)
+ * PR gdb/16626 (auto-load regression: gdb uses wrong file to test safeness)
+ * PR breakpoints/16292 (GDB oversteps a range in some cases.)
+ * PR gdb/16575 (stale breakpoint instructions in the code cache)
+ * PR gdb/16696 (AIX 32-bit cores, high section addresses)
+ * PR gdb/16721 (Erroneous backtrace on AVR)
+ * PR gdb/16832 (Erroneous backtrace on avrxmega architectures)
+ * PR build/16873 (GDB 7.7 does not build with GCC 4.9)
+
GDB 7.7 brings new targets, features and improvements, including:
* C++:
diff --git a/download/index.html b/download/index.html
index a29d669..fde1543 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.7</a>):</h3>
+<h3>The most recent release (<a href="ANNOUNCEMENT">GDB 7.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:
@@ -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 2014-02-06.</p>
+<p>Last modified 2014-05-05.</p>
</address>
</body>
diff --git a/index.html b/index.html
index d28fc0f..c24eb44 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.7</h3>
+<h3>GDB version 7.7.1</h3>
-Version <a href="../gdb/download/ANNOUNCEMENT">7.7</a> of GDB, the GNU
+Version <a href="../gdb/download/ANNOUNCEMENT">7.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
@@ -102,6 +102,28 @@ better.
-->
+<dt>May 5th, 2014: <b>GDB 7.7.1 Released!</b></dt>
+<dd>
+<p> The latest version of GDB, version 7.7.1, is available for <a
+href="../gdb/download/">download</a>.
+<p>
+This is a minor corrective release over GDB 7.7, fixing the following
+issues:
+<ul>
+<li> <a href="http://sourceware.org/bugzilla/show_bug.cgi?id=14018">PR win32/14018</a> (pc register not available error on Windows)
+<li> <a href="http://sourceware.org/bugzilla/show_bug.cgi?id=16547">PR python/16547</a> (GDB crashing on gdb.python/py-linetable.exp)
+<li> <a href="http://sourceware.org/bugzilla/show_bug.cgi?id=16550">PR build/16550</a> (64-bit GDB doesn't build on Solaris)
+<li> <a href="http://sourceware.org/bugzilla/show_bug.cgi?id=16626">PR gdb/16626</a> (auto-load regression: gdb uses wrong file to test safeness)
+<li> <a href="http://sourceware.org/bugzilla/show_bug.cgi?id=16292">PR breakpoints/16292</a> (GDB oversteps a range in some cases.)
+<li> <a href="http://sourceware.org/bugzilla/show_bug.cgi?id=16575">PR gdb/16575</a> (stale breakpoint instructions in the code cache)
+<li> <a href="http://sourceware.org/bugzilla/show_bug.cgi?id=16696">PR gdb/16696</a> (AIX 32-bit cores, high section addresses)
+<li> <a href="http://sourceware.org/bugzilla/show_bug.cgi?id=16721">PR gdb/16721</a> (Erroneous backtrace on AVR)
+<li> <a href="http://sourceware.org/bugzilla/show_bug.cgi?id=16832">PR gdb/16832</a> (Erroneous backtrace on avrxmega architectures)
+<li> <a href="http://sourceware.org/bugzilla/show_bug.cgi?id=16873">PR build/16873</a> (GDB 7.7 does not build with GCC 4.9)
+</ul>
+<p>
+</dd>
+
<dt>February 6th, 2014: <b>GDB 7.7 Released!</b></dt>
<dd>
<p> The latest version of GDB, version 7.7, is available for <a
@@ -220,7 +242,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 2014-02-06.</p>
+<p>Last modified 2014-05-05.</p>
</address>
</body>
diff --git a/news/index.html b/news/index.html
index 3b85573..8135486 100644
--- a/news/index.html
+++ b/news/index.html
@@ -62,6 +62,28 @@ better.
-->
+<dt>May 5th, 2014: <b>GDB 7.7.1 Released!</b></dt>
+<dd>
+<p> The latest version of GDB, version 7.7.1, is available for <a
+href="../../gdb/download/">download</a>.
+<p>
+This is a minor corrective release over GDB 7.7, fixing the following
+issues:
+<ul>
+<li> <a href="http://sourceware.org/bugzilla/show_bug.cgi?id=14018">PR win32/14018</a> (pc register not available error on Windows)
+<li> <a href="http://sourceware.org/bugzilla/show_bug.cgi?id=16547">PR python/16547</a> (GDB crashing on gdb.python/py-linetable.exp)
+<li> <a href="http://sourceware.org/bugzilla/show_bug.cgi?id=16550">PR build/16550</a> (64-bit GDB doesn't build on Solaris)
+<li> <a href="http://sourceware.org/bugzilla/show_bug.cgi?id=16626">PR gdb/16626</a> (auto-load regression: gdb uses wrong file to test safeness)
+<li> <a href="http://sourceware.org/bugzilla/show_bug.cgi?id=16292">PR breakpoints/16292</a> (GDB oversteps a range in some cases.)
+<li> <a href="http://sourceware.org/bugzilla/show_bug.cgi?id=16575">PR gdb/16575</a> (stale breakpoint instructions in the code cache)
+<li> <a href="http://sourceware.org/bugzilla/show_bug.cgi?id=16696">PR gdb/16696</a> (AIX 32-bit cores, high section addresses)
+<li> <a href="http://sourceware.org/bugzilla/show_bug.cgi?id=16721">PR gdb/16721</a> (Erroneous backtrace on AVR)
+<li> <a href="http://sourceware.org/bugzilla/show_bug.cgi?id=16832">PR gdb/16832</a> (Erroneous backtrace on avrxmega architectures)
+<li> <a href="http://sourceware.org/bugzilla/show_bug.cgi?id=16873">PR build/16873</a> (GDB 7.7 does not build with GCC 4.9)
+</ul>
+<p>
+</dd>
+
<dt>February 6th, 2014: <b>GDB 7.7 Released!</b></dt>
<dd>
<p> The latest version of GDB, version 7.7, is available for <a
@@ -1177,7 +1199,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 2014-02-06.</p>
+<p>Last modified 2014-05-05.</p>
</address>
</body>
--
1.8.3.2