From owner-svn-src-stable-other@FreeBSD.ORG Fri Sep 23 00:51:37 2011 Return-Path: Delivered-To: svn-src-stable-other@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 81A921065673; Fri, 23 Sep 2011 00:51:37 +0000 (UTC) (envelope-from kensmith@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 56E528FC12; Fri, 23 Sep 2011 00:51:37 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id p8N0pbOG045996; Fri, 23 Sep 2011 00:51:37 GMT (envelope-from kensmith@svn.freebsd.org) Received: (from kensmith@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id p8N0pbV2045995; Fri, 23 Sep 2011 00:51:37 GMT (envelope-from kensmith@svn.freebsd.org) Message-Id: <201109230051.p8N0pbV2045995@svn.freebsd.org> From: Ken Smith Date: Fri, 23 Sep 2011 00:51:37 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-other@freebsd.org X-SVN-Group: stable-other MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r225736 - stable/9 X-BeenThere: svn-src-stable-other@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the old stable src trees List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Sep 2011 00:51:37 -0000 Author: kensmith Date: Fri Sep 23 00:51:37 2011 New Revision: 225736 URL: http://svn.freebsd.org/changeset/base/225736 Log: Copy head to stable/9 as part of 9.0-RELEASE release cycle. Approved by: re (implicit) Added: - copied from r225735, head/ Directory Properties: stable/9/ (props changed) From owner-svn-src-stable-other@FreeBSD.ORG Fri Sep 23 16:37:29 2011 Return-Path: Delivered-To: svn-src-stable-other@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0132C106564A; Fri, 23 Sep 2011 16:37:29 +0000 (UTC) (envelope-from kensmith@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id E4EE78FC0A; Fri, 23 Sep 2011 16:37:28 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id p8NGbSQp079917; Fri, 23 Sep 2011 16:37:28 GMT (envelope-from kensmith@svn.freebsd.org) Received: (from kensmith@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id p8NGbSbl079915; Fri, 23 Sep 2011 16:37:28 GMT (envelope-from kensmith@svn.freebsd.org) Message-Id: <201109231637.p8NGbSbl079915@svn.freebsd.org> From: Ken Smith Date: Fri, 23 Sep 2011 16:37:28 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-other@freebsd.org X-SVN-Group: stable-other MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r225744 - stable/9/sys/conf X-BeenThere: svn-src-stable-other@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the old stable src trees List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Sep 2011 16:37:29 -0000 Author: kensmith Date: Fri Sep 23 16:37:28 2011 New Revision: 225744 URL: http://svn.freebsd.org/changeset/base/225744 Log: Ready for BETA3. Approved by: re (implicit) Modified: stable/9/sys/conf/newvers.sh Modified: stable/9/sys/conf/newvers.sh ============================================================================== --- stable/9/sys/conf/newvers.sh Fri Sep 23 15:36:52 2011 (r225743) +++ stable/9/sys/conf/newvers.sh Fri Sep 23 16:37:28 2011 (r225744) @@ -32,7 +32,7 @@ TYPE="FreeBSD" REVISION="9.0" -BRANCH="BETA2" +BRANCH="BETA3" if [ "X${BRANCH_OVERRIDE}" != "X" ]; then BRANCH=${BRANCH_OVERRIDE} fi