From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21115 invoked by alias); 31 Jan 2014 09:28:28 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 21099 invoked by uid 89); 31 Jan 2014 09:28:27 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-3.7 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD,SPF_HELO_PASS,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 31 Jan 2014 09:28:27 +0000 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id s0V9SOD1011721 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Fri, 31 Jan 2014 04:28:24 -0500 Received: from psique (ovpn-113-91.phx2.redhat.com [10.3.113.91]) by int-mx10.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id s0V9SLAZ002643 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NO); Fri, 31 Jan 2014 04:28:23 -0500 From: Sergio Durigan Junior To: GDB Patches Cc: Joel Brobecker Subject: [PATCH/obvious] Fix 7.7 branch date annoucement X-URL: http://www.redhat.com Date: Fri, 31 Jan 2014 09:28:00 -0000 Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-IsSubscribed: yes X-SW-Source: 2014-01/txt/msg01073.txt.bz2 Hi Joel, We've received a notice on the GNU GDB ml mentioning that the GDB 7.7 branch date annoucement in our website is wrong (s/2013/2014). I cloned the repository and fixed this (here's the patch), but I'm not sure if I can just go ahead and check it in, or if there's some other thing I need to do. Anyway, here's the patch. I can check it in if you give me a green light. Thanks, -- Sergio Index: index.html =================================================================== RCS file: /web/gdb/gdb/index.html,v retrieving revision 1.58 diff -u -r1.58 index.html --- index.html 8 Jan 2014 09:36:43 -0000 1.58 +++ index.html 31 Jan 2014 09:10:34 -0000 @@ -102,7 +102,7 @@ --> -
January 8th, 2013: GDB 7.7 branch created
+
January 8th, 2014: GDB 7.7 branch created

The GDB 7.7 branch (gdb-7.7-branch) has been created. To check out a copy of the branch use: Index: news/index.html =================================================================== RCS file: /web/gdb/gdb/news/index.html,v retrieving revision 1.55 diff -u -r1.55 index.html --- news/index.html 8 Jan 2014 09:36:43 -0000 1.55 +++ news/index.html 31 Jan 2014 09:10:34 -0000 @@ -62,7 +62,7 @@ --> -

January 8th, 2013: GDB 7.7 branch created
+
January 8th, 2014: GDB 7.7 branch created

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