From owner-freebsd-www@FreeBSD.ORG Thu Apr 13 11:10:18 2006 Return-Path: X-Original-To: freebsd-www@hub.freebsd.org Delivered-To: freebsd-www@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C5A9B16A400 for ; Thu, 13 Apr 2006 11:10:18 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 52FB043D46 for ; Thu, 13 Apr 2006 11:10:18 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k3DBAIAw043245 for ; Thu, 13 Apr 2006 11:10:18 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k3DBAHP9043244; Thu, 13 Apr 2006 11:10:17 GMT (envelope-from gnats) Date: Thu, 13 Apr 2006 11:10:17 GMT Message-Id: <200604131110.k3DBAHP9043244@freefall.freebsd.org> To: freebsd-www@FreeBSD.org From: =?ISO-8859-1?Q?K=F6vesd=E1n_G=E1bor?= Cc: Subject: Re: www/94168: Typo in release notes for 6.0R X-BeenThere: freebsd-www@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: =?ISO-8859-1?Q?K=F6vesd=E1n_G=E1bor?= List-Id: FreeBSD Project Webmasters List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Apr 2006 11:10:18 -0000 The following reply was made to PR www/94168; it has been noted by GNATS. From: =?ISO-8859-1?Q?K=F6vesd=E1n_G=E1bor?= To: bug-followup@FreeBSD.org, gabor.kovesdan@t-hosting.hu Cc: Subject: Re: www/94168: Typo in release notes for 6.0R Date: Thu, 13 Apr 2006 13:02:21 +0200 This is a multi-part message in MIME format. --------------050200010606070700070900 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit I've found where the typo is but it is in the RELENG_6_0 branch. I don't know if it's possible to fix and regenerate, since it is just a small typo. Here's the patch anyway. Gabor Kovesdan --------------050200010606070700070900 Content-Type: text/plain; name="relnotes-6.0.diff" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="relnotes-6.0.diff" Index: src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml =================================================================== RCS file: /usr/cvs/src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml,v retrieving revision 1.883.2.7.2.1 diff -u -r1.883.2.7.2.1 new.sgml --- src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml 21 Oct 2005 16:01:46 -0000 1.883.2.7.2.1 +++ src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml 13 Apr 2006 10:54:28 -0000 @@ -1448,7 +1448,7 @@ to 4.12. GNU GCC has been updated from - from 3.4.2-prerelease as of 28 July, 2004 to 3.4.4. + 3.4.2-prerelease as of 28 July, 2004 to 3.4.4. A number of bug fixes and performance enhancements have been added to GNU grep in the form of --------------050200010606070700070900--