From owner-svn-src-all@FreeBSD.ORG Thu Dec 19 05:28:43 2013 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id ADA3F869; Thu, 19 Dec 2013 05:28:43 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 99A0D1A78; Thu, 19 Dec 2013 05:28:43 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rBJ5Shjp056451; Thu, 19 Dec 2013 05:28:43 GMT (envelope-from marcel@svn.freebsd.org) Received: (from marcel@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id rBJ5Shm0056450; Thu, 19 Dec 2013 05:28:43 GMT (envelope-from marcel@svn.freebsd.org) Message-Id: <201312190528.rBJ5Shm0056450@svn.freebsd.org> From: Marcel Moolenaar Date: Thu, 19 Dec 2013 05:28:43 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r259591 - head/sys/boot/ia64/efi X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.17 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, 19 Dec 2013 05:28:43 -0000 Author: marcel Date: Thu Dec 19 05:28:43 2013 New Revision: 259591 URL: http://svnweb.freebsd.org/changeset/base/259591 Log: Bump the loader version to 3.2 after various dosfs fixes (in particular). Modified: head/sys/boot/ia64/efi/version Modified: head/sys/boot/ia64/efi/version ============================================================================== --- head/sys/boot/ia64/efi/version Thu Dec 19 05:23:10 2013 (r259590) +++ head/sys/boot/ia64/efi/version Thu Dec 19 05:28:43 2013 (r259591) @@ -3,6 +3,7 @@ $FreeBSD$ NOTE ANY CHANGES YOU MAKE TO THE BOOTBLOCKS HERE. The format of this file is important. Make sure the current version number is on line 6. +3.2: Various fixes to libstand, in particular dosfs. 3.1: Add the about, reboot and pbvm commands. I-cache coherency is maintained. 3.0: Add support for PBVM.