From owner-svn-src-all@FreeBSD.ORG Sun Jun 7 18:45:04 2009 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 97832106566C; Sun, 7 Jun 2009 18:45:04 +0000 (UTC) (envelope-from fabient@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 847F88FC12; Sun, 7 Jun 2009 18:45:04 +0000 (UTC) (envelope-from fabient@FreeBSD.org) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id n57Ij4VY001599; Sun, 7 Jun 2009 18:45:04 GMT (envelope-from fabient@svn.freebsd.org) Received: (from fabient@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id n57Ij4Rb001597; Sun, 7 Jun 2009 18:45:04 GMT (envelope-from fabient@svn.freebsd.org) Message-Id: <200906071845.n57Ij4Rb001597@svn.freebsd.org> From: Fabien Thomas Date: Sun, 7 Jun 2009 18:45:04 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-7@freebsd.org X-SVN-Group: stable-7 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r193638 - in stable/7: . sys/sys 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: Sun, 07 Jun 2009 18:45:05 -0000 Author: fabient Date: Sun Jun 7 18:45:04 2009 New Revision: 193638 URL: http://svn.freebsd.org/changeset/base/193638 Log: Bump sys/param.h for the merge of PmcTools. Add a note to rebuild world in UPDATING. Reviewed by: jkoshy (mentor) Modified: stable/7/UPDATING stable/7/sys/sys/param.h Modified: stable/7/UPDATING ============================================================================== --- stable/7/UPDATING Sun Jun 7 18:19:04 2009 (r193637) +++ stable/7/UPDATING Sun Jun 7 18:45:04 2009 (r193638) @@ -8,6 +8,10 @@ Items affecting the ports and packages s /usr/ports/UPDATING. Please read that file before running portupgrade. +20090606: + The components of PmcTools have been upgraded. Please + update world and the kernel. + 20090521: The k8temp(4) driver has been renamed to amdtemp(4) since support for K10 and K11 CPU families was added. Modified: stable/7/sys/sys/param.h ============================================================================== --- stable/7/sys/sys/param.h Sun Jun 7 18:19:04 2009 (r193637) +++ stable/7/sys/sys/param.h Sun Jun 7 18:45:04 2009 (r193638) @@ -57,7 +57,7 @@ * is created, otherwise 1. */ #undef __FreeBSD_version -#define __FreeBSD_version 702102 /* Master, propagated to newvers */ +#define __FreeBSD_version 702103 /* Master, propagated to newvers */ #ifndef LOCORE #include