From owner-svn-src-all@FreeBSD.ORG Fri Oct 17 15:31:02 2014 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id EDAEBE54; Fri, 17 Oct 2014 15:31:02 +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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D9A7C7DD; Fri, 17 Oct 2014 15:31:02 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s9HFV2aA011970; Fri, 17 Oct 2014 15:31:02 GMT (envelope-from gjb@FreeBSD.org) Received: (from gjb@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s9HFV2EQ011969; Fri, 17 Oct 2014 15:31:02 GMT (envelope-from gjb@FreeBSD.org) Message-Id: <201410171531.s9HFV2EQ011969@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: gjb set sender to gjb@FreeBSD.org using -f From: Glen Barber Date: Fri, 17 Oct 2014 15:31:02 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-releng@freebsd.org Subject: svn commit: r273227 - releng/10.1/release/doc/en_US.ISO8859-1/relnotes X-SVN-Group: releng 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.18-1 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: Fri, 17 Oct 2014 15:31:03 -0000 Author: gjb Date: Fri Oct 17 15:31:02 2014 New Revision: 273227 URL: https://svnweb.freebsd.org/changeset/base/273227 Log: Document r273199, support for building VM images for the Microsoft Azure platform. Approved by: re (implicit) Sponsored by: The FreeBSD Foundation Modified: releng/10.1/release/doc/en_US.ISO8859-1/relnotes/article.xml Modified: releng/10.1/release/doc/en_US.ISO8859-1/relnotes/article.xml ============================================================================== --- releng/10.1/release/doc/en_US.ISO8859-1/relnotes/article.xml Fri Oct 17 15:31:00 2014 (r273226) +++ releng/10.1/release/doc/en_US.ISO8859-1/relnotes/article.xml Fri Oct 17 15:31:02 2014 (r273227) @@ -1526,6 +1526,15 @@ disk image formats currently supported include QCOW2, VHD, VMDK, and raw formats. See &man.release.7; for additional information. + + The + &os; Release Engineering build tools have been updated to + provide support for building &os; virtual machine disk images + for the µsoft; Azure cloud hosting platform. This + functionality is not connected directly to the default + release &man.make.1; target, however can be + invoked by specifying the vm-azure target + directly.