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] announced the creation of the gdb-7.4 branch


FYI: I checked in the following change to our web pages, adding a news
     entry announcing the creation of the gdb-7.4 release branch.

-- 
Joel
Index: news/index.html
===================================================================
RCS file: /cvs/gdb/htdocs/news/index.html,v
retrieving revision 1.98
diff -u -u -p -r1.98 index.html
--- news/index.html	30 Sep 2011 15:20:22 -0000	1.98
+++ news/index.html	13 Dec 2011 13:14:40 -0000
@@ -62,6 +62,16 @@ better.
 
 -->
 
+<dt>December 13, 2011: <b>GDB 7.4 branch created</b></dt>
+<dd>
+<p> The GDB 7.4 branch (<tt>gdb_7_4-branch</tt>) has been created.
+To check out a copy of the branch use:
+<pre>
+cvs -d :pserver:anoncvs@sourceware.org:/cvs/src co -r gdb_7_4-branch gdb
+</pre>
+<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
@@ -942,7 +952,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-09-30.</p>
+<p>Last modified 2011-12-13.</p>
 </address>
 
 </body>
Index: index.html
===================================================================
RCS file: /cvs/gdb/htdocs/index.html,v
retrieving revision 1.198
diff -u -u -p -r1.198 index.html
--- index.html	30 Sep 2011 15:20:22 -0000	1.198
+++ index.html	13 Dec 2011 13:14:40 -0000
@@ -102,6 +102,16 @@ better.
 
 -->
 
+<dt>December 13, 2011: <b>GDB 7.4 branch created</b></dt>
+<dd>
+<p> The GDB 7.4 branch (<tt>gdb_7_4-branch</tt>) has been created.
+To check out a copy of the branch use:
+<pre>
+cvs -d :pserver:anoncvs@sourceware.org:/cvs/src co -r gdb_7_4-branch gdb
+</pre>
+<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
@@ -149,36 +159,6 @@ release includes.
 <p>
 </dd>
 
-<dt>April 03, 2011: <b>GDB 7.3 branch created</b></dt>
-<dd>
-<p> The GDB 7.3 branch (<tt>gdb_7_3-branch</tt>) has been created.
-To check out a copy of the branch use:
-<pre>
-cvs -d :pserver:anoncvs@sourceware.org:/cvs/src co -r gdb_7_3-branch gdb
-</pre>
-<p>
-</dd>
-
-<dt>September 02, 2010: <b>GDB 7.2 Released!</b></dt>
-<dd>
-<p> The latest version of GDB, version 7.2, is available for <a
-href="../gdb/download/">download</a>.
-<p>
-Changes in this release include:
-<ul>
-<li> D language support
-<li> C++ support enhancements
-<li> Improved Python support
-<li> Tracepoint support enhancements, GDBserver support for tracepoints
-<li> GDBserver support for x86_64 Windows debugging
-<li> ARM Symbian support
-<li> Hardware-assisted watchpoint conditions on powerpc-linux
-</ul>
-See the NEWS file for a more complete and detailed list of what this
-release includes.
-<p>
-</dd>
-
 <dt>Nov 28, 2006: <b>Reversible Debugging</b></dt>
 <dd>
 <p> The GDB maintainers are looking for contributors interested
@@ -235,7 +215,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-09-30.</p>
+<p>Last modified 2011-12-13.</p>
 </address>
 
 </body>

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