On 2019-04-15 12:42 p.m., Simon Marchi wrote: > Hi, > > Here is a patch that adds a mention of the 2019 Cauldron, similar to the > entries > for the previous editions. > > Thanks, > > Simon > > > Index: index.html > =================================================================== > RCS file: /cvs/gcc/wwwdocs/htdocs/index.html,v > retrieving revision 1.1125 > diff -u -r1.1125 index.html > --- index.html 29 Mar 2019 12:28:15 -0000 1.1125 > +++ index.html 15 Apr 2019 16:39:00 -0000 > @@ -54,6 +54,10 @@ > <h2 id="news">News</h2> > <dl> > > +<dt><span><a href="https://gcc.gnu.org/wiki/cauldron2019">GNU Tools Cauldron > 2019</a></span> > + <span class="date">[2019-04-15]</span></dt> > + <dd>Held in Montréal, Canada, September 13-15 2019</dd> > + > <dt><span><a href="gcc-8/">GCC 8.3</a> released</span> > <span class="date">[2019-02-22]</span></dt> > <dd></dd> >
Actually, it would be better to use the same dates as are written on the wiki (12-15), so please consider the patch below instead. Also, please note that I don't have push access on GCC, so if somebody could push the patch for me, once it's approved, I would appreciate it. Thanks! Index: index.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/index.html,v retrieving revision 1.1125 diff -u -r1.1125 index.html --- index.html 29 Mar 2019 12:28:15 -0000 1.1125 +++ index.html 15 Apr 2019 17:34:48 -0000 @@ -54,6 +54,10 @@ <h2 id="news">News</h2> <dl> +<dt><span><a href="https://gcc.gnu.org/wiki/cauldron2019">GNU Tools Cauldron 2019</a></span> + <span class="date">[2019-04-15]</span></dt> + <dd>Held in Montréal, Canada, September 12-15 2019</dd> + <dt><span><a href="gcc-8/">GCC 8.3</a> released</span> <span class="date">[2019-02-22]</span></dt> <dd></dd>