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.1 branch creation...


FYI:

I've committed the attached change to the GDB web pages, announcing
the creation of the gdb-7.1 branch, and how to get it.

-- 
Joel
Index: news/index.html
===================================================================
RCS file: /cvs/gdb/htdocs/news/index.html,v
retrieving revision 1.90
diff -u -u -p -r1.90 index.html
--- news/index.html	22 Dec 2009 14:31:35 -0000	1.90
+++ news/index.html	19 Feb 2010 00:27:47 -0000
@@ -62,6 +62,16 @@ better.
 
 -->
 
+<dt>February 18, 2010: <b>GDB 7.1 branch created</b></dt>
+<dd>
+<p> The GDB 7.1 branch (<tt>gdb_7_1-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_1-branch gdb
+</pre>
+<p>
+</dd>
+
 <dt>December 22, 2009: <b>GDB 7.0.1 Released!</b></dt>
 <dd>
 <p> The latest version of GDB, version 7.0.1, is available for <a
@@ -823,7 +833,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 2009-12-22.</p>
+<p>Last modified 2010-02-18.</p>
 </address>
 
 </body>
Index: index.html
===================================================================
RCS file: /cvs/gdb/htdocs/index.html,v
retrieving revision 1.185
diff -u -u -p -r1.185 index.html
--- index.html	22 Dec 2009 14:31:35 -0000	1.185
+++ index.html	19 Feb 2010 00:27:47 -0000
@@ -102,6 +102,16 @@ better.
 
 -->
 
+<dt>February 18, 2010: <b>GDB 7.1 branch created</b></dt>
+<dd>
+<p> The GDB 7.1 branch (<tt>gdb_7_1-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_1-branch gdb
+</pre>
+<p>
+</dd>
+
 <dt>December 22, 2009: <b>GDB 7.0.1 Released!</b></dt>
 <dd>
 <p> The latest version of GDB, version 7.0.1, is available for <a
@@ -148,16 +158,6 @@ release includes.
 <p>
 </dd>
 
-<dt>September 16, 2009: <b>GDB 7.0 branch created</b></dt>
-<dd>
-<p> The GDB 7.0 branch (<tt>gdb_7_0-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_0-branch gdb
-</pre>
-<p>
-</dd>
-
 <dt>Nov 28, 2006: <b>Reversible Debugging</b></dt>
 <dd>
 <p> The GDB maintainers are looking for contributors interested
@@ -214,7 +214,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 2009-12-22.</p>
+<p>Last modified 2010-02-18.</p>
 </address>
 
 </body>

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