Announce the GDB 7.12.1 release.
authorGDB Administrator <gdbadmin@sourceware.org>
Sat, 21 Jan 2017 14:39:49 +0000 (14:39 +0000)
committerGDB Administrator <gdbadmin@sourceware.org>
Sat, 21 Jan 2017 14:39:49 +0000 (14:39 +0000)
download/ANNOUNCEMENT
download/index.html
index.html
news/index.html

index f8eb741f342a447d6ffcac0c37e03f4b5934b3aa..6d4413cb533e2f5242153c056bc8fc602ac44b50 100644 (file)
@@ -1,7 +1,7 @@
 
-            GDB 7.12 released!
+            GDB 7.12.1 released!
 
-Release 7.12 of GDB, the GNU Debugger, is now available via anonymous
+Release 7.12.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  a0a3a00f7499b0c5278ba8676745d180  gdb-7.12.tar.xz
-  35MiB  4fa2eccb4f10442887793c04315c92a3  gdb-7.12.tar.gz
+  19MiB  193453347ddced7acb6b1cd2ee8f2e4b  gdb-7.12.1.tar.xz
+  35MiB  06c8f40521ed65fe36ebc2be29b56942  gdb-7.12.1.tar.gz
 
 There is a web page for GDB at:
 
@@ -35,6 +35,22 @@ It is still possible to build GDB with a C compiler by simply
 configuring it with --disable-build-with-cxx.  However, future
 release will require a C++ compiler to build GDB.
 
+GDB 7.12.1 brings the following fixes and enhancements over GDB 7.12:
+
+   * PR tdep/20682 (aarch64 regression: gdb.cp/nextoverthrow.exp)
+   * PR server/20733 (Failed to build aarch64_be-linux-gnu GDBserver)
+   * PR tdep/20953 (GDB crashes after "set architecture rl78")
+   * PR tdep/20954 (GDB crashes if "set architecture rx")
+   * PR tdep/20955 (GDB internal error in cris-tdep.c)
+   * PR build/20712 (gdb 7.12+ doesn't build as C++ on Solaris)
+   * PR breakpoint/20653 (string_to_explicit_location has some weird code)
+   * PR build/20753 (MinGW compilation errors due to strcasecmp)
+   * PR gdb/20977 (GDB exception handling is broken on i686-w64-mingw32)
+   * PR python/21048 (backtrace is broken on i686)
+   * PR sim/20808 (mips sim build fails due to undefined SD/CPU variables)
+   * PR sim/20809 (mips sim build fails for r3900 cpus)
+   * PR gdb/20939 (GDB aborts if there is an error in disassembly)
+
 GDB 7.12 brings new features and improvements, including:
 
  * New target support: Andes NDS32 (nds32*-*-elf)
index 32a63e6ae058e732203ed262c00ded5f8387b388..b68a182e312328f6116ba6e6c809ede892e259fd 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.12</a>):</h3>
+<h3>The most recent release (<a href="ANNOUNCEMENT">GDB 7.12.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-05-31.</p>
+<p>Last modified 2017-01-21.</p>
 </address>
 
 </body>
index 35d1692ef80dbf17057e78cf45c8e176664a3ada..47000a0d0ef52a49fe3ec23cde18e71faaf4b2dd 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.12</h3>
+<h3>GDB version 7.12.1</h3>
 
-Version <a href="../gdb/download/ANNOUNCEMENT">7.12</a> of GDB, the GNU
+Version <a href="../gdb/download/ANNOUNCEMENT">7.12.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,31 @@ better.
 
 -->
 
+<dt>Jan 21st, 2017: <b>GDB 7.12.1 Released!</b></dt>
+<dd>
+<p> The latest version of GDB, version 7.12.1, is available for <a
+href="../gdb/download/">download</a>.
+<p>
+This is a minor corrective release over GDB 7.12, fixing the following
+issues:
+<ul>
+<li> <a href="http://sourceware.org/bugzilla/show_bug.cgi?id=20682">PR tdep/20682</a> (aarch64 regression: gdb.cp/nextoverthrow.exp)
+<li> <a href="http://sourceware.org/bugzilla/show_bug.cgi?id=20733">PR server/20733</a> (Failed to build aarch64_be-linux-gnu GDBserver)
+<li> <a href="http://sourceware.org/bugzilla/show_bug.cgi?id=20953">PR tdep/20953</a> (GDB crashes after "set architecture rl78")
+<li> <a href="http://sourceware.org/bugzilla/show_bug.cgi?id=20954">PR tdep/20954</a> (GDB crashes if "set architecture rx")
+<li> <a href="http://sourceware.org/bugzilla/show_bug.cgi?id=20955">PR tdep/20955</a> (GDB internal error in cris-tdep.c)
+<li> <a href="http://sourceware.org/bugzilla/show_bug.cgi?id=20712">PR build/20712</a> (gdb 7.12+ doesn't build as C++ on Solaris)
+<li> <a href="http://sourceware.org/bugzilla/show_bug.cgi?id=20653">PR breakpoint/20653</a> (string_to_explicit_location has some weird code)
+<li> <a href="http://sourceware.org/bugzilla/show_bug.cgi?id=20753">PR build/20753</a> (MinGW compilation errors due to strcasecmp)
+<li> <a href="http://sourceware.org/bugzilla/show_bug.cgi?id=20977">PR gdb/20977</a> (GDB exception handling is broken on i686-w64-mingw32)
+<li> <a href="http://sourceware.org/bugzilla/show_bug.cgi?id=21048">PR python/21048</a> (backtrace is broken on i686)
+<li> <a href="http://sourceware.org/bugzilla/show_bug.cgi?id=20808">PR sim/20808</a> (mips sim build fails due to undefined SD/CPU variables)
+<li> <a href="http://sourceware.org/bugzilla/show_bug.cgi?id=20809">PR sim/20809</a> (mips sim build fails for r3900 cpus)
+<li> <a href="http://sourceware.org/bugzilla/show_bug.cgi?id=20939">PR gdb/20939</a> (GDB aborts if there is an error in disassembly)
+</ul>
+<p>
+</dd>
+
 <dt>October 7th, 2016: <b>GDB 7.12 Released!</b></dt>
 <dd>
 <p> The latest version of GDB, version 7.12, is available for <a
@@ -146,28 +171,6 @@ git clone --branch gdb-7.12-branch ssh://sourceware.org/git/binutils-gdb.git
 <p>
 </dd>
 
-<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>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-10-26.</p>
+<p>Last modified 2017-01-21.</p>
 </address>
 
 </body>
index d05522ad0794716934bb537f9f0c6c7885c1fa0c..cdd0fb787553411eae1205cc9cce6c338e61af0b 100644 (file)
@@ -62,6 +62,31 @@ better.
 
 -->
 
+<dt>Jan 21st, 2017: <b>GDB 7.12.1 Released!</b></dt>
+<dd>
+<p> The latest version of GDB, version 7.12.1, is available for <a
+href="../../gdb/download/">download</a>.
+<p>
+This is a minor corrective release over GDB 7.12, fixing the following
+issues:
+<ul>
+<li> <a href="http://sourceware.org/bugzilla/show_bug.cgi?id=20682">PR tdep/20682</a> (aarch64 regression: gdb.cp/nextoverthrow.exp)
+<li> <a href="http://sourceware.org/bugzilla/show_bug.cgi?id=20733">PR server/20733</a> (Failed to build aarch64_be-linux-gnu GDBserver)
+<li> <a href="http://sourceware.org/bugzilla/show_bug.cgi?id=20953">PR tdep/20953</a> (GDB crashes after "set architecture rl78")
+<li> <a href="http://sourceware.org/bugzilla/show_bug.cgi?id=20954">PR tdep/20954</a> (GDB crashes if "set architecture rx")
+<li> <a href="http://sourceware.org/bugzilla/show_bug.cgi?id=20955">PR tdep/20955</a> (GDB internal error in cris-tdep.c)
+<li> <a href="http://sourceware.org/bugzilla/show_bug.cgi?id=20712">PR build/20712</a> (gdb 7.12+ doesn't build as C++ on Solaris)
+<li> <a href="http://sourceware.org/bugzilla/show_bug.cgi?id=20653">PR breakpoint/20653</a> (string_to_explicit_location has some weird code)
+<li> <a href="http://sourceware.org/bugzilla/show_bug.cgi?id=20753">PR build/20753</a> (MinGW compilation errors due to strcasecmp)
+<li> <a href="http://sourceware.org/bugzilla/show_bug.cgi?id=20977">PR gdb/20977</a> (GDB exception handling is broken on i686-w64-mingw32)
+<li> <a href="http://sourceware.org/bugzilla/show_bug.cgi?id=21048">PR python/21048</a> (backtrace is broken on i686)
+<li> <a href="http://sourceware.org/bugzilla/show_bug.cgi?id=20808">PR sim/20808</a> (mips sim build fails due to undefined SD/CPU variables)
+<li> <a href="http://sourceware.org/bugzilla/show_bug.cgi?id=20809">PR sim/20809</a> (mips sim build fails for r3900 cpus)
+<li> <a href="http://sourceware.org/bugzilla/show_bug.cgi?id=20939">PR gdb/20939</a> (GDB aborts if there is an error in disassembly)
+</ul>
+<p>
+</dd>
+
 <dt>October 7th, 2016: <b>GDB 7.12 Released!</b></dt>
 <dd>
 <p> The latest version of GDB, version 7.12, is available for <a
@@ -1505,7 +1530,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-10-26.</p>
+<p>Last modified 2017-01-21.</p>
 </address>
 
 </body>
This page took 0.061294 seconds and 5 git commands to generate.