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.3.1 release


Hello,

I made the following changes to the GDB website in order to announce
the GDB 7.3.1 release.

-- 
Joel
Index: download/ANNOUNCEMENT
===================================================================
RCS file: /cvs/gdb/htdocs/download/ANNOUNCEMENT,v
retrieving revision 1.26
diff -u -u -p -r1.26 ANNOUNCEMENT
--- download/ANNOUNCEMENT	25 Aug 2011 16:32:41 -0000	1.26
+++ download/ANNOUNCEMENT	4 Sep 2011 18:48:39 -0000
@@ -1,5 +1,5 @@
 
-            GDB 7.3 released!
+            GDB 7.3.1 released!
 
 Release 7.3 of GDB, the GNU Debugger, is now available via anonymous
 FTP.  GDB is a source-level debugger for Ada, C, C++, Objective-C,
@@ -15,8 +15,8 @@ You can download GDB from the GNU FTP se
 The vital stats:
 
   Size  md5sum                            Name
-  19MB  d69b0e57535df36fd33f967435a13ad9  gdb-7.3a.tar.bz2
-  25MB  9443a370dabd9ca9c41b496b59f05145  gdb-7.3a.tar.gz
+  19MB  b89a5fac359c618dda97b88645ceab47  gdb-7.3.1.tar.bz2
+  25MB  c2795d636a9481d022608cab201be613  gdb-7.3.1.tar.gz
 
 There is a web page for GDB at: 
 
@@ -30,6 +30,13 @@ 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.
 
+GDB 7.3.1 is a minor corrective release over the 7.3 release, bringing
+mostly the following changes:
+
+  * Build fixes for NetBSD / OpenBSD targets
+
+  * ISBN and Edition number update of the GDB User's Manual
+
 GDB 7.3 brings new targets, features and improvements, including:
 
   * Initial OpenCL C language support has been added
Index: download/index.html
===================================================================
RCS file: /cvs/gdb/htdocs/download/index.html,v
retrieving revision 1.53
diff -u -u -p -r1.53 index.html
--- download/index.html	26 Jul 2011 18:18:30 -0000	1.53
+++ download/index.html	4 Sep 2011 18:48:39 -0000
@@ -48,7 +48,7 @@ Fish]" /></a>
 
 <!-- body, update above using ../../gdb/index.sh -->
 
-<h3>The most recent release (<a href="ANNOUNCEMENT">GDB 7.3</a>):</h3>
+<h3>The most recent release (<a href="ANNOUNCEMENT">GDB 7.3.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:
@@ -116,7 +116,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 2011-07-26.</p>
+<p>Last modified 2011-09-04.</p>
 </address>
 
 </body>
Index: news/index.html
===================================================================
RCS file: /cvs/gdb/htdocs/news/index.html,v
retrieving revision 1.96
diff -u -u -p -r1.96 index.html
--- news/index.html	26 Jul 2011 18:18:30 -0000	1.96
+++ news/index.html	4 Sep 2011 18:48:39 -0000
@@ -62,6 +62,19 @@ better.
 
 -->
 
+<dt>September 4, 2011: <b>GDB 7.3.1 Released!</b></dt>
+<dd>
+<p> The latest version of GDB, version 7.3.1, is available for <a
+href="../../gdb/download/">download</a>.
+<p>
+This is a minor corrective release over GDB 7.3 mostly bringing:
+<ul>
+<li> Build fixes for NetBSD / OpenBSD targets
+<li> ISBN and Edition number update of the GDB User's Manual
+</ul>
+<p>
+</dd>
+
 <dt>July 26, 2011: <b>GDB 7.3 Released!</b></dt>
 <dd>
 <p> The latest version of GDB, version 7.3, is available for <a
@@ -915,7 +928,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 2011-07-26.</p>
+<p>Last modified 2011-09-04.</p>
 </address>
 
 </body>
Index: index.html
===================================================================
RCS file: /cvs/gdb/htdocs/index.html,v
retrieving revision 1.196
diff -u -u -p -r1.196 index.html
--- index.html	26 Jul 2011 18:18:30 -0000	1.196
+++ index.html	4 Sep 2011 18:48:39 -0000
@@ -70,9 +70,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 7.3</h3>
+<h3>GDB version 7.3.1</h3>
 
-Version <a href="../gdb/download/ANNOUNCEMENT">7.3</a> of GDB, the GNU
+Version <a href="../gdb/download/ANNOUNCEMENT">7.3.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,19 @@ better.
 
 -->
 
+<dt>September 4, 2011: <b>GDB 7.3.1 Released!</b></dt>
+<dd>
+<p> The latest version of GDB, version 7.3.1, is available for <a
+href="../gdb/download/">download</a>.
+<p>
+This is a minor corrective release over GDB 7.3 mostly bringing:
+<ul>
+<li> Build fixes for NetBSD / OpenBSD targets
+<li> ISBN and Edition number update of the GDB User's Manual
+</ul>
+<p>
+</dd>
+
 <dt>July 26, 2011: <b>GDB 7.3 Released!</b></dt>
 <dd>
 <p> The latest version of GDB, version 7.3, is available for <a
@@ -208,7 +221,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 2011-07-26.</p>
+<p>Last modified 2011-09-04.</p>
 </address>
 
 </body>

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