From owner-svn-doc-all@freebsd.org Wed Aug 24 16:28:53 2016 Return-Path: Delivered-To: svn-doc-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EA915BC345A; Wed, 24 Aug 2016 16:28:53 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from bigwig.baldwin.cx (bigwig.baldwin.cx [IPv6:2001:470:1f11:75::1]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C9F67133A; Wed, 24 Aug 2016 16:28:53 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from ralph.baldwin.cx (c-73-231-226-104.hsd1.ca.comcast.net [73.231.226.104]) by bigwig.baldwin.cx (Postfix) with ESMTPSA id 9CBC9B990; Wed, 24 Aug 2016 12:28:52 -0400 (EDT) From: John Baldwin To: Mathieu Arnold Cc: "Andrey A. Chernov" , doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: Re: svn commit: r49333 - head/en_US.ISO8859-1/books/porters-handbook/versions Date: Wed, 24 Aug 2016 09:28:49 -0700 Message-ID: <1907546.hPWxX4FEK0@ralph.baldwin.cx> User-Agent: KMail/4.14.3 (FreeBSD/10.3-STABLE; KDE/4.14.3; amd64; ; ) In-Reply-To: References: <201608241549.u7OFn4g3095225@repo.freebsd.org> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="iso-8859-1" X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.7 (bigwig.baldwin.cx); Wed, 24 Aug 2016 12:28:52 -0400 (EDT) X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 Aug 2016 16:28:54 -0000 On Wednesday, August 24, 2016 05:58:46 PM Mathieu Arnold wrote: > +--On 24 ao=FBt 2016 15:49:04 +0000 "Andrey A. Chernov" > wrote: > | Author: ache (src,ports committer) > | Date: Wed Aug 24 15:49:04 2016 > | New Revision: 49333 > | URL: https://svnweb.freebsd.org/changeset/doc/49333 > |=20 > | Log: > | 1) Remove again 1200001. This change was backed out, but was rest= ored > | here for the reason unknown. > | 2) Describe 1200004. > |=20 > | Modified: > | head/en_US.ISO8859-1/books/porters-handbook/versions/chapter.xml > |=20 > | Modified: head/en_US.ISO8859-1/books/porters-handbook/versions/chap= ter.xml > | =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D > | =3D=3D=3D=3D=3D --- > | head/en_US.ISO8859-1/books/porters-handbook/versions/chapter.xml=09= Wed Aug > | 24 11:56:25 2016=09(r49332) +++ > | head/en_US.ISO8859-1/books/porters-handbook/versions/chapter.xml=09= Wed Aug > | 24 15:49:04 2016=09(r49333) @@ -6228,10 +6228,10 @@ > | > | =20 > | =09 > | -=09 1200001 > | -=09 July 12, 2016 > | -=09 12.0-CURRENT after removing collation for [a-z]-type r= anges > | -=09 302512. > | +=09 1200004 > | +=09 August 24, 2016 > | +=09 12.0-CURRENT after fixing LC_*_MASK for newlocale(3) a= nd > | querylocale(3) +=09 (rev 304703).= > | =09 >=20 > I think it wrong to remove a version entry, there should be a 1200002= that > backs out 1200001, and that should be pointed out, or something. Agreed. Ideally all osreldate values are documented. We could add ann= otations to earlier entries to say "reverted in xxxx" or some such, but we shoul= dn't remove entries. --=20 John Baldwin