From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17067 invoked by alias); 16 May 2006 19:56:19 -0000 Received: (qmail 17056 invoked by uid 22791); 16 May 2006 19:56:19 -0000 X-Spam-Check-By: sourceware.org Received: from nile.gnat.com (HELO nile.gnat.com) (205.232.38.5) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 16 May 2006 19:56:15 +0000 Received: from localhost (localhost [127.0.0.1]) by filtered-nile.gnat.com (Postfix) with ESMTP id 2CCD248CED2 for ; Tue, 16 May 2006 15:56:13 -0400 (EDT) Received: from nile.gnat.com ([127.0.0.1]) by localhost (nile.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 16708-01-10 for ; Tue, 16 May 2006 15:56:13 -0400 (EDT) Received: from takamaka.act-europe.fr (s142-179-108-108.bc.hsia.telus.net [142.179.108.108]) by nile.gnat.com (Postfix) with ESMTP id CA00D48CE0E for ; Tue, 16 May 2006 15:56:12 -0400 (EDT) Received: by takamaka.act-europe.fr (Postfix, from userid 507) id 5AE2647E7F; Tue, 16 May 2006 12:56:12 -0700 (PDT) Date: Tue, 16 May 2006 20:06:00 -0000 From: Joel Brobecker To: gdb-patches@sources.redhat.com Subject: [htdocs] Posted announcement of gdb-6.5 branch Message-ID: <20060516195612.GQ4123@adacore.com> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="4ZLFUWh1odzi/v6L" Content-Disposition: inline User-Agent: Mutt/1.4i Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2006-05/txt/msg00357.txt.bz2 --4ZLFUWh1odzi/v6L Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-length: 553 Hello, I updated the GDB web pages to include the announcement of the creation of the gdb-6.5 branch. Attached is the patch. Jim, The pages at sourceware.org are automatically updated, but not the ones at gnu.org. Was it you who took care of that the last time? Could you do another resync? 2006-06-16 Joel Brobecker * news/index.html: Add news of gdb-6.5 branch creation. Remove news of gdb-6.4 branch creation, no longer used. * index.html: Add news of gdb-6.5 branch creation. Thanks, -- Joel --4ZLFUWh1odzi/v6L Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="htdocs.diff" Content-length: 2458 ? indexes.sh Index: index.html =================================================================== RCS file: /cvs/gdb/htdocs/index.html,v retrieving revision 1.164 diff -u -p -r1.164 index.html --- index.html 2 Dec 2005 07:13:32 -0000 1.164 +++ index.html 16 May 2006 19:22:18 -0000 @@ -102,6 +102,16 @@ better. --> +
May 16, 2006: GDB 6.5 branch created
+
+

The GDB 6.5 branch (gdb_6_5-branch) has been created. +To check out a copy of the branch use: +

+cvs -d :pserver:anoncvs@sources.redhat.com:/cvs/src co -r gdb_6_5-branch gdb
+
+

+

+
December 2, 2005: GDB 6.4 Released!

The latest version of GDB, version 6.4, is available for

-
November 2, 2005: GDB 6.4 branch created
-
-

The GDB 6.4 branch (gdb_6_4-branch) has been created. -To check out a copy of the branch use: -

-cvs -d :pserver:anoncvs@sources.redhat.com:/cvs/src co -r gdb_6_4-branch gdb
-
-

-

-
November 9, 2004: GDB 6.3 Released!

The latest version of GDB, version 6.3, is available for

Verbatim copying and distribution of this entire article is permitted in any medium, provided this notice is preserved.

-

Last modified 2005-12-01.

+

Last modified 2006-05-16.

Index: news/index.html =================================================================== RCS file: /cvs/gdb/htdocs/news/index.html,v retrieving revision 1.69 diff -u -p -r1.69 index.html --- news/index.html 2 Dec 2005 07:13:32 -0000 1.69 +++ news/index.html 16 May 2006 19:22:18 -0000 @@ -61,6 +61,16 @@ better. --> +
May 16, 2006: GDB 6.5 branch created
+
+

The GDB 6.5 branch (gdb_6_5-branch) has been created. +To check out a copy of the branch use: +

+cvs -d :pserver:anoncvs@sources.redhat.com:/cvs/src co -r gdb_6_5-branch gdb
+
+

+

+
December 2, 2005: GDB 6.4 Released!

The latest version of GDB, version 6.4, is available for

Verbatim copying and distribution of this entire article is permitted in any medium, provided this notice is preserved.

-

Last modified 2005-12-01.

+

Last modified 2006-05-16.

--4ZLFUWh1odzi/v6L--