From owner-svn-src-stable@FreeBSD.ORG Mon Aug 31 02:45:47 2009 Return-Path: Delivered-To: svn-src-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D321A106566C; Mon, 31 Aug 2009 02:45:47 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id C22048FC1D; Mon, 31 Aug 2009 02:45:47 +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 n7V2jl0O013839; Mon, 31 Aug 2009 02:45:47 GMT (envelope-from edwin@svn.freebsd.org) Received: (from edwin@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id n7V2jliD013837; Mon, 31 Aug 2009 02:45:47 GMT (envelope-from edwin@svn.freebsd.org) Message-Id: <200908310245.n7V2jliD013837@svn.freebsd.org> From: Edwin Groothuis Date: Mon, 31 Aug 2009 02:45:47 +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: r196684 - stable/7 X-BeenThere: svn-src-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for all the -stable branches of the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 31 Aug 2009 02:45:47 -0000 Author: edwin Date: Mon Aug 31 02:45:47 2009 New Revision: 196684 URL: http://svn.freebsd.org/changeset/base/196684 Log: MFC of r192625: Throw alert about the newly generated format of zic(8) and the necessarity to run tzsetup(8). Modified: stable/7/UPDATING (contents, props changed) Modified: stable/7/UPDATING ============================================================================== --- stable/7/UPDATING Mon Aug 31 02:22:18 2009 (r196683) +++ stable/7/UPDATING Mon Aug 31 02:45:47 2009 (r196684) @@ -8,6 +8,11 @@ Items affecting the ports and packages s /usr/ports/UPDATING. Please read that file before running portupgrade. +20090831: + The newly imported zic(8) produces a new format in the + output. Please run tzsetup(8) to install the newly created + data to /etc/localtime. + 20090731: The ABI of various structures related to the SYSV IPC API have been changed. Bump __FreeBSD_version to 702105.