From owner-freebsd-doc@FreeBSD.ORG Wed Dec 29 20:59:37 2010 Return-Path: Delivered-To: doc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9EC541065673; Wed, 29 Dec 2010 20:59:37 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from cyrus.watson.org (cyrus.watson.org [65.122.17.42]) by mx1.freebsd.org (Postfix) with ESMTP id 7032F8FC17; Wed, 29 Dec 2010 20:59:37 +0000 (UTC) Received: from bigwig.baldwin.cx (66.111.2.69.static.nyinternet.net [66.111.2.69]) by cyrus.watson.org (Postfix) with ESMTPSA id 0DF9D46B2E; Wed, 29 Dec 2010 15:59:37 -0500 (EST) Received: from jhbbsd.localnet (smtp.hudson-trading.com [209.249.190.9]) by bigwig.baldwin.cx (Postfix) with ESMTPSA id 2CC318A009; Wed, 29 Dec 2010 15:59:36 -0500 (EST) From: John Baldwin To: Jason Helfman Date: Wed, 29 Dec 2010 15:59:31 -0500 User-Agent: KMail/1.13.5 (FreeBSD/7.3-CBSD-20101102; KDE/4.4.5; amd64; ; ) References: <201012291455.23140.jhb@freebsd.org> <20101229200104.GC1505@eggman.experts-exchange.com> In-Reply-To: <20101229200104.GC1505@eggman.experts-exchange.com> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201012291559.31796.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.6 (bigwig.baldwin.cx); Wed, 29 Dec 2010 15:59:36 -0500 (EST) X-Virus-Scanned: clamav-milter 0.96.3 at bigwig.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=-1.9 required=4.2 tests=BAYES_00 autolearn=ham version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on bigwig.baldwin.cx Cc: doc@freebsd.org, bug-followup@freebsd.org Subject: Re: www/153524: Need a page listing errata notices X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Dec 2010 20:59:37 -0000 On Wednesday, December 29, 2010 3:01:04 pm Jason Helfman wrote: > On Wed, Dec 29, 2010 at 02:55:23PM -0500, John Baldwin thus spake: > >[ cc'ing doc@ as I haven't seen the original PR hit doc@ yet ] > > > >I've come up with a patch to do this. It is available here: > > > >http://www.FreeBSD.org/~jhb/patches/notices_html.patch > > The original PR I had put in for this is here: docs/142437 > > Nice! I was working on this solution, and had it except for the output of > the notices was displaying only a release. > > My patch was very similar to what you had written. > > Beyond this, the errata xml just needs to be updated to be up-to-date for a > follow-up PR, or security task. Hmm, that is the only release version listed in notices.xml. It looks like I could probably axe all the special release handling for notices similar to what Simon did in 1.16 of libcommon.xsl. I've done that and updated the patch at the URL above. It should also say 'Errata Notices name' instead of 'Advisory name' at for the table header above the list of notices now as well. -- John Baldwin