From owner-freebsd-questions@FreeBSD.ORG Sat May 16 11:26:35 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 24E0D1065670 for ; Sat, 16 May 2009 11:26:35 +0000 (UTC) (envelope-from freebsd-questions@m.gmane.org) Received: from ciao.gmane.org (main.gmane.org [80.91.229.2]) by mx1.freebsd.org (Postfix) with ESMTP id D11928FC0A for ; Sat, 16 May 2009 11:26:34 +0000 (UTC) (envelope-from freebsd-questions@m.gmane.org) Received: from list by ciao.gmane.org with local (Exim 4.43) id 1M5I2D-0001D6-AH for freebsd-questions@freebsd.org; Sat, 16 May 2009 11:26:33 +0000 Received: from pool-70-21-28-236.res.east.verizon.net ([70.21.28.236]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 16 May 2009 11:26:33 +0000 Received: from nightrecon by pool-70-21-28-236.res.east.verizon.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 16 May 2009 11:26:33 +0000 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-questions@freebsd.org From: Michael Powell Followup-To: gmane.os.freebsd.questions Date: Sat, 16 May 2009 07:27:49 -0400 Lines: 32 Message-ID: References: <776737.87528.qm@web83811.mail.sp1.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7Bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: pool-70-21-28-236.res.east.verizon.net User-Agent: KNode/0.99.01 Sender: news Subject: Re: 7.2-PRERELEASE using RELENG_7? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: nightrecon@verizon.net List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 16 May 2009 11:26:35 -0000 Gabe wrote: > > > I'm a bit confused as to why I have 7.2-PRERELEASE FreeBSD 7.2-PRERELEASE > #0: Fri Mar 20 02:16:04 PDT 2009 but yet my cvsup config was asking for > RELENG_7. Isn't the PRERELEASE tag supposed to be RELENG_7_2? > Now that 7.2 has actually been released the RELENG_7_2 tag will become the security branch. Prior to the official release RELENG_7 would have got you 7.2-PRERELEASE. After the release RELENG_7 becomes 7.2-STABLE. >From the date above it appears you used the RELENG_7 prior to the release, so the PRERELEASE is correct. If you want to upgrade to RELEASE change your tag to RELENG_7_2, cvsup, and do the make world/kernel dance. Essentially you got PRERELEASE because you used RELENG_7 before 7.2 officially became 7.2-Release. There is a sliding window as a release is being finalized during which time the cvs tags get changed. I'm basing this upon the date above. Another, more remote, thing to check is whether the mirror you use has all the fresh bits and is not otherwise up to date. This doesn't happen often, but a mirror here or there out on the fringe can occasionally not get updated the way it's supposed to. Doesn't happen often though, but if you should confirm that it has actually occurred to your mirror I'm sure the sysop would like to know. -Mike