From owner-freebsd-current@FreeBSD.ORG Fri Feb 4 21:26:45 2005 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2E44916A4CE; Fri, 4 Feb 2005 21:26:45 +0000 (GMT) Received: from harmony.village.org (rover.village.org [168.103.84.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id B1D8843D54; Fri, 4 Feb 2005 21:26:44 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (localhost [IPv6:::1]) by harmony.village.org (8.13.1/8.13.1) with ESMTP id j14LO86b046114; Fri, 4 Feb 2005 14:24:08 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Fri, 04 Feb 2005 14:24:08 -0700 (MST) Message-Id: <20050204.142408.41676620.imp@bsdimp.com> To: ru@freebsd.org From: Warner Losh In-Reply-To: <20050204205815.GF71363@ip.net.ua> References: <1107549847.15645.10.camel@kaiser.sig11.org> <20050204205815.GF71363@ip.net.ua> X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: rionda@gufi.org cc: current@freebsd.org Subject: Re: Little mistake in UPDATING X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Feb 2005 21:26:45 -0000 From: Ruslan Ermilov Subject: Re: Little mistake in UPDATING Date: Fri, 4 Feb 2005 22:58:15 +0200 > On Fri, Feb 04, 2005 at 09:44:07PM +0100, Matteo Riondato wrote: > > Hi folks! > > Line 11 of /usr/src/UPDATING says: > > [[ The UPDATING file will be trimmed to 20040814 on or about Oct 1, > > 2004 ]] > > > > I think this is a mistake, it should be > > > > "Oct 1, 2005" > > > The plan was to trim it in 2004, but this never actually happened. > Perhaps Warner forgot to do it, or plans have changed. Nah, I just forgot to do it, since the branch date for RELENG_5 changed. I've taken care of this in current by trimming to the RELENG_5 branch date. Thanks for noticing. Warner