From owner-svn-src-all@FreeBSD.ORG Tue Sep 29 12:20:11 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 19371106566C; Tue, 29 Sep 2009 12:20:11 +0000 (UTC) (envelope-from rpaulo@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 0823F8FC12; Tue, 29 Sep 2009 12:20:11 +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 n8TCKA2A085185; Tue, 29 Sep 2009 12:20:10 GMT (envelope-from rpaulo@svn.freebsd.org) Received: (from rpaulo@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id n8TCKA7C085183; Tue, 29 Sep 2009 12:20:10 GMT (envelope-from rpaulo@svn.freebsd.org) Message-Id: <200909291220.n8TCKA7C085183@svn.freebsd.org> From: Rui Paulo Date: Tue, 29 Sep 2009 12:20:10 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-8@freebsd.org X-SVN-Group: stable-8 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r197615 - stable/8 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: Tue, 29 Sep 2009 12:20:11 -0000 Author: rpaulo Date: Tue Sep 29 12:20:10 2009 New Revision: 197615 URL: http://svn.freebsd.org/changeset/base/197615 Log: Mention 802.11s D3.03 support. Approved by: re (implicit) Modified: stable/8/UPDATING Modified: stable/8/UPDATING ============================================================================== --- stable/8/UPDATING Tue Sep 29 12:18:23 2009 (r197614) +++ stable/8/UPDATING Tue Sep 29 12:20:10 2009 (r197615) @@ -22,6 +22,10 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 8. to maximize performance. (To disable malloc debugging, run ln -s aj /etc/malloc.conf.) +20090929: + 802.11s D3.03 support was committed. This is incompatible with + the previous code, which was based on D3.0. + 20090915: ZFS snapshots are now mounted with MNT_IGNORE flag. Use -v option for mount(8) and -a option for df(1) to see them.