Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 May 2010 14:20:26 +0000 (UTC)
From:      Ken Smith <kensmith@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-8@freebsd.org
Subject:   svn commit: r208192 - stable/8/sys/conf
Message-ID:  <201005171420.o4HEKQHa047601@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kensmith
Date: Mon May 17 14:20:26 2010
New Revision: 208192
URL: http://svn.freebsd.org/changeset/base/208192

Log:
  Since sometimes developer activity the week before a code freeze starts causes
  the stable branch to be a little less reliable than normal mark the stable/8
  branch as 8.1-PRERELEASE to warn users.

Modified:
  stable/8/sys/conf/newvers.sh

Modified: stable/8/sys/conf/newvers.sh
==============================================================================
--- stable/8/sys/conf/newvers.sh	Mon May 17 14:00:46 2010	(r208191)
+++ stable/8/sys/conf/newvers.sh	Mon May 17 14:20:26 2010	(r208192)
@@ -31,8 +31,8 @@
 # $FreeBSD$
 
 TYPE="FreeBSD"
-REVISION="8.0"
-BRANCH="STABLE"
+REVISION="8.1"
+BRANCH="PRERELEASE"
 if [ "X${BRANCH_OVERRIDE}" != "X" ]; then
 	BRANCH=${BRANCH_OVERRIDE}
 fi



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201005171420.o4HEKQHa047601>