From owner-cvs-all@FreeBSD.ORG Sun Sep 9 22:25:15 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C4EF216A41A; Sun, 9 Sep 2007 22:25:15 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from heff.fud.org.nz (203-109-251-39.static.bliink.ihug.co.nz [203.109.251.39]) by mx1.freebsd.org (Postfix) with ESMTP id 577DF13C465; Sun, 9 Sep 2007 22:25:15 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: by heff.fud.org.nz (Postfix, from userid 1001) id 5DF3A1CC26; Mon, 10 Sep 2007 10:12:16 +1200 (NZST) Date: Mon, 10 Sep 2007 10:12:16 +1200 From: Andrew Thompson To: Christian Brueffer Message-ID: <20070909221216.GD15455@heff.fud.org.nz> References: <200709061953.l86Jr780083016@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200709061953.l86Jr780083016@repoman.freebsd.org> User-Agent: Mutt/1.5.13 (2006-08-11) Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/release/doc/en_US.ISO8859-1/relnotes article.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Sep 2007 22:25:15 -0000 On Thu, Sep 06, 2007 at 07:53:06PM +0000, Christian Brueffer wrote: > brueffer 2007-09-06 19:53:06 UTC > > FreeBSD src repository > > Modified files: > release/doc/en_US.ISO8859-1/relnotes article.sgml > Log: > New release notes: > - ng_h4(4) MPSAFE > - ng_ppp(4) MPSAFE + MFC > - zyd(4) added > - cpufreq(4) in GENERIC > > Modified release notes: > - cached(8) renamed to nscd(8), also moved entry to now correct place This doesnt seem to have been completed, for instance cached is still being referred to in src/usr.sbin/Makefile. Andrew