Announce the gdb-7.11.1 release.
authorGDB Administrator <gdbadmin@sourceware.org>
Wed, 1 Jun 2016 01:41:57 +0000 (01:41 +0000)
committerGDB Administrator <gdbadmin@sourceware.org>
Wed, 1 Jun 2016 01:41:57 +0000 (01:41 +0000)
download/ANNOUNCEMENT
download/index.html
index.html
news/index.html

index 537d22d452dd00985545479c087226f26cecdf77..293c4f0c938af476ee66cb58eacfb93c2cbb4fb2 100644 (file)
@@ -1,7 +1,7 @@
 
-            GDB 7.11 released!
+            GDB 7.11.1 released!
 
-Release 7.11 of GDB, the GNU Debugger, is now available via anonymous
+Release 7.11.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
-  19MiB  b5c784685e1cde65ba135feea86b6d75  gdb-7.11.tar.xz
-  34MiB  f585059252836a981ea5db9a5f8ce97f  gdb-7.11.tar.gz
+  19MiB  5aa71522e488e358243917967db87476  gdb-7.11.1.tar.xz
+  34MiB  88401d874046b0ba83f78f30e43c6ad8  gdb-7.11.1.tar.gz
 
 There is a web page for GDB at:
 
@@ -30,6 +30,22 @@ 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.11.1 brings the following fixes and enhancements over GDB 7.10:
+
+   * PR remote/19863 (7.10 regression: gdb remote.c due to "setfs" with
+     gdbserver < 7.7)
+   * PR gdb/19829 (gdb crashes with PT and reverse next)
+   * PR gdb/19676 (gdb fails with assert error if /proc is not mounted)
+   * PR gdb/19828 (7.11 regression: non-stop gdb -p <process from a
+     container>: internal error)
+   * PR remote/19840 (gdb crashes on reverse-stepi)
+   * PR gdb/19858 (GDB doesn't register the JIT libraries on attach)
+   * PR gdb/19958 (Breakpoints/watchpoints broken on MIPS Linux <= 4.5)
+   * PR build/20029 (symfile.c ambiguous else warning)
+   * PR python/20037 (GDB use-after-free error)
+   * PR gdb/20039 (Using MI/all-stop, can't interrupt multi-threaded
+     program after continue)
+
 GDB 7.11 brings new features and improvements, including:
 
 * Per-inferior thread numbers (thread numbers are now per inferior instead
index 9305ef442c1b4da9edd3f1d69205857988086d33..5e8953a2ebaeec1906017d9298d9980d44f0586b 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.11</a>):</h3>
+<h3>The most recent release (<a href="ANNOUNCEMENT">GDB 7.11.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 2016-02-24.</p>
+<p>Last modified 2016-05-31.</p>
 </address>
 
 </body>
index 571ef868ca6682a4cdea08d0af6d6414a22d2c3b..536e477fd2329538a0f3d06fae15686707722967 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.11</h3>
+<h3>GDB version 7.11.1</h3>
 
-Version <a href="../gdb/download/ANNOUNCEMENT">7.11</a> of GDB, the GNU
+Version <a href="../gdb/download/ANNOUNCEMENT">7.11.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
@@ -100,6 +100,28 @@ better.
 
 -->
 
+<dt>May 31st, 2016: <b>GDB 7.11.1 Released!</b></dt>
+<dd>
+<p> The latest version of GDB, version 7.11.1, is available for <a
+href="../gdb/download/">download</a>.
+<p>
+This is a minor corrective release over GDB 7.11, fixing the following
+issues:
+<ul>
+<li> <a href="http://sourceware.org/bugzilla/show_bug.cgi?id=19863">PR remote/19863</a> (7.10 regression: gdb remote.c due to "setfs" with gdbserver < 7.7)
+<li> <a href="http://sourceware.org/bugzilla/show_bug.cgi?id=19829">PR gdb/19829</a> (gdb crashes with PT and reverse next)
+<li> <a href="http://sourceware.org/bugzilla/show_bug.cgi?id=19676">PR gdb/19676</a> (gdb fails with assert error if /proc is not mounted)
+<li> <a href="http://sourceware.org/bugzilla/show_bug.cgi?id=19828">PR gdb/19828</a> (7.11 regression: non-stop gdb -p <process from a container>: internal error)
+<li> <a href="http://sourceware.org/bugzilla/show_bug.cgi?id=19840">PR remote/19840</a> (gdb crashes on reverse-stepi)
+<li> <a href="http://sourceware.org/bugzilla/show_bug.cgi?id=19858">PR gdb/19858</a> (GDB doesn't register the JIT libraries on attach)
+<li> <a href="http://sourceware.org/bugzilla/show_bug.cgi?id=19958">PR gdb/19958</a> (Breakpoints/watchpoints broken on MIPS Linux <= 4.5)
+<li> <a href="http://sourceware.org/bugzilla/show_bug.cgi?id=20029">PR build/20029</a> (symfile.c ambiguous else warning)
+<li> <a href="http://sourceware.org/bugzilla/show_bug.cgi?id=20037">PR python/20037</a> (GDB use-after-free error)
+<li> <a href="http://sourceware.org/bugzilla/show_bug.cgi?id=20039">PR gdb/20039</a> (Using MI/all-stop, can't interrupt multi-threaded program after continue)
+</ul>
+<p>
+</dd>
+
 <dt>February 24th, 2016: <b>GDB 7.11 Released!</b></dt>
 <dd>
 <p> The latest version of GDB, version 7.11, is available for <a
@@ -149,25 +171,6 @@ git clone --branch gdb-7.11-branch ssh://sourceware.org/git/binutils-gdb.git
 <p>
 </dd>
 
-<dt>December 5th, 2015: <b>GDB 7.10.1 Released!</b></dt>
-<dd>
-<p> The latest version of GDB, version 7.10.1, is available for <a
-href="../gdb/download/">download</a>.
-<p>
-This is a minor corrective release over GDB 7.10, fixing the following
-issues:
-<ul>
-<li> <a href="http://sourceware.org/bugzilla/show_bug.cgi?id=18965">PR remote/18965</a> (new vforkdone stop reply should indicate parent process ID)
-<li> <a href="http://sourceware.org/bugzilla/show_bug.cgi?id=18957">PR gdb/18957</a> (build failure in linux-namespaces.c due to setns static declaration)
-<li> <a href="http://sourceware.org/bugzilla/show_bug.cgi?id=19297">PR gdb/19297</a> (Internal error on "record btrace": Unexpected branch trace format)
-<li> <a href="http://sourceware.org/bugzilla/show_bug.cgi?id=16957">PR c++/16957</a> (gdb segfaults when loading symbols in C++11-enabled application)
-<li> <a href="http://sourceware.org/bugzilla/show_bug.cgi?id=19306">PR c++/19306</a> (Incorrect demangling of symbols with ABI tags)
-<li> <a href="http://sourceware.org/bugzilla/show_bug.cgi?id=19307">PR c++/19307</a> (Demangler bugs found with fuzz-testing)
-<li> <a href="http://sourceware.org/bugzilla/show_bug.cgi?id=19308">PR c++/19308</a> (Demangle C++ Transactional Memory TS (N4514) symbols)
-</ul>
-<p>
-</dd>
-
 <dt>September 30, 2011: <b>Release Mistakes in GDB Versions 6.0 - 7.3</b></dt>
 <dd>
 <p> A mistake has been detected in the release tar files for all
@@ -238,7 +241,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 2016-02-24.</p>
+<p>Last modified 2016-05-31.</p>
 </address>
 
 </body>
index 843366859494648a491d40633b358cfaf91b9ef4..3c712f8d341ace5e1e46fc6e465bcca5182abbae 100644 (file)
@@ -62,6 +62,28 @@ better.
 
 -->
 
+<dt>May 31st, 2016: <b>GDB 7.11.1 Released!</b></dt>
+<dd>
+<p> The latest version of GDB, version 7.11.1, is available for <a
+href="../../gdb/download/">download</a>.
+<p>
+This is a minor corrective release over GDB 7.11, fixing the following
+issues:
+<ul>
+<li> <a href="http://sourceware.org/bugzilla/show_bug.cgi?id=19863">PR remote/19863</a> (7.10 regression: gdb remote.c due to "setfs" with gdbserver < 7.7)
+<li> <a href="http://sourceware.org/bugzilla/show_bug.cgi?id=19829">PR gdb/19829</a> (gdb crashes with PT and reverse next)
+<li> <a href="http://sourceware.org/bugzilla/show_bug.cgi?id=19676">PR gdb/19676</a> (gdb fails with assert error if /proc is not mounted)
+<li> <a href="http://sourceware.org/bugzilla/show_bug.cgi?id=19828">PR gdb/19828</a> (7.11 regression: non-stop gdb -p <process from a container>: internal error)
+<li> <a href="http://sourceware.org/bugzilla/show_bug.cgi?id=19840">PR remote/19840</a> (gdb crashes on reverse-stepi)
+<li> <a href="http://sourceware.org/bugzilla/show_bug.cgi?id=19858">PR gdb/19858</a> (GDB doesn't register the JIT libraries on attach)
+<li> <a href="http://sourceware.org/bugzilla/show_bug.cgi?id=19958">PR gdb/19958</a> (Breakpoints/watchpoints broken on MIPS Linux <= 4.5)
+<li> <a href="http://sourceware.org/bugzilla/show_bug.cgi?id=20029">PR build/20029</a> (symfile.c ambiguous else warning)
+<li> <a href="http://sourceware.org/bugzilla/show_bug.cgi?id=20037">PR python/20037</a> (GDB use-after-free error)
+<li> <a href="http://sourceware.org/bugzilla/show_bug.cgi?id=20039">PR gdb/20039</a> (Using MI/all-stop, can't interrupt multi-threaded program after continue)
+</ul>
+<p>
+</dd>
+
 <dt>February 24th, 2016: <b>GDB 7.11 Released!</b></dt>
 <dd>
 <p> The latest version of GDB, version 7.11, is available for <a
@@ -1437,7 +1459,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 2016-02-24.</p>
+<p>Last modified 2016-05-31.</p>
 </address>
 
 </body>
This page took 0.060112 seconds and 5 git commands to generate.