On Sun, Jan 27, 2013 at 12:22:29AM +0530, Aneesh Dogra wrote: > Also use the correct syntax of li tags: ideally every li tag should be closed. > --- > src/news | 176 > +++++++++++++++++++++++++++++++------------------------------- > 1 file changed, 88 insertions(+), 88 deletions(-)
Thanks. > --- a/src/news > +++ b/src/news > @@ -15,16 +15,16 @@ This release contains security fixes for the following > CVEs: > > <ul> > -<li/> Indeo 4 (CVE-2012-2791) > -<li/> VP5/VP6 (CVE-2012-2783) > -<li/> Indeo 3 (CVE-2012-2804) > -<li/> MPEG-1/2 (CVE-2012-2803) > -<li/> MP3 (CVE-2012-2797) > -<li/> AAC (CVE-2012-5144) > -<li/> AC-3 (CVE-2012-2802) > -<li/> AVS (CVE-2012-2801) > -<li/> DFA (CVE-2012-2798) > -<ul/> > +<li> Indeo 4 (CVE-2012-2791) </li> > +<li> VP5/VP6 (CVE-2012-2783) </li> > +<li> Indeo 3 (CVE-2012-2804) </li> > +<li> MPEG-1/2 (CVE-2012-2803) </li> > +<li> MP3 (CVE-2012-2797) </li> > +<li> AAC (CVE-2012-5144) </li> > +<li> AC-3 (CVE-2012-2802) </li> > +<li> AVS (CVE-2012-2801) </li> > +<li> DFA (CVE-2012-2798) </li> > +</ul> Please also drop the stray spaces before and after the closing/opening tag. > Distributors and system integrators are encouraged to update and share their > @@ -151,13 +151,13 @@ This tarball comes with the following changes: > </p> > > <ul> > -<li> ashowinfo audio filter > -<li> 24-bit FLAC encoding > -<li> audio volume filter > -<li> deprecated the avconv -vol option. the volume filter is to be used > instead. > -<li> multi-channel ALAC encoding up to 7.1 > -<li> TAK demuxer, parser, and decoder > -<li> adaptive frame-level multithreading for H.264 > +<li> ashowinfo audio filter </li> > +<li> 24-bit FLAC encoding </li> > +<li> audio volume filter </li> > +<li> deprecated the avconv -vol option. the volume filter is to be used > instead. </li> > +<li> multi-channel ALAC encoding up to 7.1 </li> > +<li> TAK demuxer, parser, and decoder </li> > +<li> adaptive frame-level multithreading for H.264 </li> > </ul> same Diego _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
