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]

[PATCH/obvious] Fix 7.7 branch date annoucement


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 @@
 
 -->
 
-<dt>January 8th, 2013: <b>GDB 7.7 branch created</b></dt>
+<dt>January 8th, 2014: <b>GDB 7.7 branch created</b></dt>
 <dd>
 <p> The GDB 7.7 branch (<tt>gdb-7.7-branch</tt>) 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 @@
 
 -->
 
-<dt>January 8th, 2013: <b>GDB 7.7 branch created</b></dt>
+<dt>January 8th, 2014: <b>GDB 7.7 branch created</b></dt>
 <dd>
 <p> The GDB 7.7 branch (<tt>gdb-7.7-branch</tt>) has been created.
 To check out a copy of the branch use:


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