From owner-svn-src-all@FreeBSD.ORG Thu Apr 14 15:44:44 2011 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EDF9F106566C; Thu, 14 Apr 2011 15:44:44 +0000 (UTC) (envelope-from nwhitehorn@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id DDA348FC1F; Thu, 14 Apr 2011 15:44:44 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id p3EFiicY038965; Thu, 14 Apr 2011 15:44:44 GMT (envelope-from nwhitehorn@svn.freebsd.org) Received: (from nwhitehorn@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id p3EFiiNP038963; Thu, 14 Apr 2011 15:44:44 GMT (envelope-from nwhitehorn@svn.freebsd.org) Message-Id: <201104141544.p3EFiiNP038963@svn.freebsd.org> From: Nathan Whitehorn Date: Thu, 14 Apr 2011 15:44:44 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r220626 - head X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 Apr 2011 15:44:45 -0000 Author: nwhitehorn Date: Thu Apr 14 15:44:44 2011 New Revision: 220626 URL: http://svn.freebsd.org/changeset/base/220626 Log: Provide a (belated) UPDATING note related to the new release-building process so that fewer people will be caught unaware. Requested by: emaste Modified: head/UPDATING Modified: head/UPDATING ============================================================================== --- head/UPDATING Thu Apr 14 15:43:21 2011 (r220625) +++ head/UPDATING Thu Apr 14 15:44:44 2011 (r220626) @@ -32,6 +32,11 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 9. TO REPEAT: if_ath_ahb is not needed for normal users. Normal users only need to load if_ath and if_ath_pci for ath(4) operation. +20110314: + As part of the replacement of sysinstall, the process of building + release media has changed significantly. For details, please re-read + release(7), which has been updated to reflect the new build process. + 20110218: GNU binutils 2.17.50 (as of 2007-07-03) has been merged to -HEAD. This is the last available version under GPLv2. It brings a number of new