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]

[commit/www] Announce the GDB 7.6.1 release.


Hello,

FYI, I just applied the following change to our www pages, documenting
our new minor release.

-- 
Joel

---
 download/ANNOUNCEMENT |   28 ++++++++++++++++++++++++----
 download/index.html   |    4 ++--
 index.html            |   31 ++++++++++++++++++++++++++++---
 news/index.html       |   27 ++++++++++++++++++++++++++-
 4 files changed, 80 insertions(+), 10 deletions(-)

diff --git a/download/ANNOUNCEMENT b/download/ANNOUNCEMENT
index 17d9203..fbfd8aa 100644
--- a/download/ANNOUNCEMENT
+++ b/download/ANNOUNCEMENT
@@ -1,7 +1,7 @@
 
-            GDB 7.6 released!
+            GDB 7.6.1 released!
 
-Release 7.6 of GDB, the GNU Debugger, is now available via anonymous
+Release 7.6.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
-  24MB  fda57170e4d11cdde74259ca575412a8  gdb-7.6.tar.bz2
-  30MB  a9836707337e5f7bf76a009a8904f470  gdb-7.6.tar.gz
+  24MB  fbc4dab4181e6e9937075b43a4ce2732  gdb-7.6.1.tar.bz2
+  30MB  d42841167fd061d90fddf9a7212a1f9f  gdb-7.6.1.tar.gz
 
 There is a web page for GDB at:
 
@@ -30,6 +30,26 @@ 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.6.1 provides the following fixes and improvements to GDB 7.6:
+
+  * PR tdep/15420 (Cannot debug threaded programs on newer versions
+    of x86-solaris - Solaris 10, Update 10 or later)
+  * PR remote/15455 (QTro remote packet broken)
+  * PR build/15476 (Build failure due to incomplete enum type in utils.h)
+  * PR server/15594 (tls support in 64x32 x86 gdbserver doesn't extend
+    address to 64 bit)
+  * PR server/15075 (dprintf inteferes with "next")
+  * PR server/15434 (dprintf uses a synchronous 'continue' even in
+    non-stop mode)
+  * PR tui/14880 (in split register layouts, up results in assertion
+    failure in value.c)
+  * PR c++/15519 (GDB 7.6 is 94x slower than GDB 7.5.1 using a certain
+    core file)
+  * PR gdb/15837 (GDB prints entry values for local variables)
+  * PR gdb/15415 (gdb resolves symbolic links when passing argv[0])
+  * PR cli/15603 (CTRL-C can no longer interrupt inferior)
+  * PR gdb/15604 (gdbserver socket leak 7.5 regression)
+
 GDB 7.6 brings new targets, features and improvements, including:
 
   * New native configurations:
diff --git a/download/index.html b/download/index.html
index d8158f2..cb952a2 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.6</a>):</h3>
+<h3>The most recent release (<a href="ANNOUNCEMENT">GDB 7.6.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 2013-04-26.</p>
+<p>Last modified 2013-08-30.</p>
 </address>
 
 </body>
diff --git a/index.html b/index.html
index 826914e..1470ad6 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.6</h3>
+<h3>GDB version 7.6.1</h3>
 
-Version <a href="../gdb/download/ANNOUNCEMENT">7.6</a> of GDB, the GNU
+Version <a href="../gdb/download/ANNOUNCEMENT">7.6.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,31 @@ better.
 
 -->
 
+<dt>August 30th, 2013: <b>GDB 7.6.1 Released!</b></dt>
+<dd>
+<p> The latest version of GDB, version 7.6.1, is available for <a
+href="../gdb/download/">download</a>.
+<p>
+This is a minor corrective release over GDB 7.6, fixing the following
+issues:
+<ul>
+<li> <a href="http://sourceware.org/bugzilla/show_bug.cgi?id=15420";>PR tdep/15420</a>
+     (Cannot debug threaded programs on newer versions of x86-solaris - Solaris 10, Update 10 or later)
+<li> <a href="http://sourceware.org/bugzilla/show_bug.cgi?id=15455";>PR remote/15455</a> (QTro remote packet broken)
+<li> <a href="http://sourceware.org/bugzilla/show_bug.cgi?id=15476";>PR build/15476</a> (Build failure due to incomplete enum type in utils.h)
+<li> <a href="http://sourceware.org/bugzilla/show_bug.cgi?id=15594";>PR server/15594</a> (tls support in 64x32 x86 gdbserver doesn't extend address to 64 bit)
+<li> <a href="http://sourceware.org/bugzilla/show_bug.cgi?id=15075";>PR server/15075</a> (dprintf inteferes with "next")
+<li> <a href="http://sourceware.org/bugzilla/show_bug.cgi?id=15434";>PR server/15434</a> (dprintf uses a synchronous 'continue' even in non-stop mode)
+<li> <a href="http://sourceware.org/bugzilla/show_bug.cgi?id=14880";>PR tui/14880</a> (In split register layouts, up results in assertion failure in value.c)
+<li> <a href="http://sourceware.org/bugzilla/show_bug.cgi?id=15519";>PR c++/15519</a> (GDB 7.6 is 94x slower than GDB 7.5.1 using a certain core file)
+<li> <a href="http://sourceware.org/bugzilla/show_bug.cgi?id=15837";>PR gdb/15837</a> (GDB prints entry values for local variables)
+<li> <a href="http://sourceware.org/bugzilla/show_bug.cgi?id=15415";>PR gdb/15415</a> (gdb resolves symbolic links when passing argv[0])
+<li> <a href="http://sourceware.org/bugzilla/show_bug.cgi?id=15603";>PR cli/15603</a> (CTRL-C can no longer interrupt inferior)
+<li> <a href="http://sourceware.org/bugzilla/show_bug.cgi?id=15604";>PR gdb/15604</a> (gdbserver socket leak 7.5 regression)
+</ul>
+<p>
+</dd>
+
 <dt>April 26th, 2013: <b>GDB 7.6 Released!</b></dt>
 <dd>
 <p> The latest version of GDB, version 7.6, is available for <a
@@ -217,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 2013-04-26.</p>
+<p>Last modified 2013-08-30.</p>
 </address>
 
 </body>
diff --git a/news/index.html b/news/index.html
index 17e61cf..271c3e6 100644
--- a/news/index.html
+++ b/news/index.html
@@ -62,6 +62,31 @@ better.
 
 -->
 
+<dt>August 30th, 2013: <b>GDB 7.6.1 Released!</b></dt>
+<dd>
+<p> The latest version of GDB, version 7.6.1, is available for <a
+href="../../gdb/download/">download</a>.
+<p>
+This is a minor corrective release over GDB 7.6, fixing the following
+issues:
+<ul>
+<li> <a href="http://sourceware.org/bugzilla/show_bug.cgi?id=15420";>PR tdep/15420</a>
+     (Cannot debug threaded programs on newer versions of x86-solaris - Solaris 10, Update 10 or later)
+<li> <a href="http://sourceware.org/bugzilla/show_bug.cgi?id=15455";>PR remote/15455</a> (QTro remote packet broken)
+<li> <a href="http://sourceware.org/bugzilla/show_bug.cgi?id=15476";>PR build/15476</a> (Build failure due to incomplete enum type in utils.h)
+<li> <a href="http://sourceware.org/bugzilla/show_bug.cgi?id=15594";>PR server/15594</a> (tls support in 64x32 x86 gdbserver doesn't extend address to 64 bit)
+<li> <a href="http://sourceware.org/bugzilla/show_bug.cgi?id=15075";>PR server/15075</a> (dprintf inteferes with "next")
+<li> <a href="http://sourceware.org/bugzilla/show_bug.cgi?id=15434";>PR server/15434</a> (dprintf uses a synchronous 'continue' even in non-stop mode)
+<li> <a href="http://sourceware.org/bugzilla/show_bug.cgi?id=14880";>PR tui/14880</a> (In split register layouts, up results in assertion failure in value.c)
+<li> <a href="http://sourceware.org/bugzilla/show_bug.cgi?id=15519";>PR c++/15519</a> (GDB 7.6 is 94x slower than GDB 7.5.1 using a certain core file)
+<li> <a href="http://sourceware.org/bugzilla/show_bug.cgi?id=15837";>PR gdb/15837</a> (GDB prints entry values for local variables)
+<li> <a href="http://sourceware.org/bugzilla/show_bug.cgi?id=15415";>PR gdb/15415</a> (gdb resolves symbolic links when passing argv[0])
+<li> <a href="http://sourceware.org/bugzilla/show_bug.cgi?id=15603";>PR cli/15603</a> (CTRL-C can no longer interrupt inferior)
+<li> <a href="http://sourceware.org/bugzilla/show_bug.cgi?id=15604";>PR gdb/15604</a> (gdbserver socket leak 7.5 regression)
+</ul>
+<p>
+</dd>
+
 <dt>April 26th, 2013: <b>GDB 7.6 Released!</b></dt>
 <dd>
 <p> The latest version of GDB, version 7.6, is available for <a
@@ -1099,7 +1124,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 2013-04-26.</p>
+<p>Last modified 2013-08-30.</p>
 </address>
 
 </body>
-- 
1.7.10.4


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