From owner-svn-doc-all@FreeBSD.ORG Mon Sep 30 01:02:41 2013 Return-Path: Delivered-To: svn-doc-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 ESMTP id 236E76C7; Mon, 30 Sep 2013 01:02:41 +0000 (UTC) (envelope-from gjb@FreeBSD.org) 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 1062C21B8; Mon, 30 Sep 2013 01:02:41 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8U12eh8081120; Mon, 30 Sep 2013 01:02:40 GMT (envelope-from gjb@svn.freebsd.org) Received: (from gjb@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8U12evo081119; Mon, 30 Sep 2013 01:02:40 GMT (envelope-from gjb@svn.freebsd.org) Message-Id: <201309300102.r8U12evo081119@svn.freebsd.org> From: Glen Barber Date: Mon, 30 Sep 2013 01:02:40 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r42743 - head/en_US.ISO8859-1/htdocs/releases/9.2R X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Sep 2013 01:02:41 -0000 Author: gjb Date: Mon Sep 30 01:02:40 2013 New Revision: 42743 URL: http://svnweb.freebsd.org/changeset/doc/42743 Log: Clean up broken indentation/spacing. Sponsored by: The FreeBSD Foundation Modified: head/en_US.ISO8859-1/htdocs/releases/9.2R/relnotes.xml Modified: head/en_US.ISO8859-1/htdocs/releases/9.2R/relnotes.xml ============================================================================== --- head/en_US.ISO8859-1/htdocs/releases/9.2R/relnotes.xml Mon Sep 30 01:00:31 2013 (r42742) +++ head/en_US.ISO8859-1/htdocs/releases/9.2R/relnotes.xml Mon Sep 30 01:02:40 2013 (r42743) @@ -21,7 +21,8 @@ -

This is a simplified version of the &os; &release.version; release notes.

+

This is a simplified version of the &os; &release.version; + release notes.

@@ -35,40 +36,49 @@

Release Highlights

-

The highlights in the &release.version; include the following.

+

The highlights in the &release.version; include the + following.

    -
  • The &man.firewire.4; drivers have been removed from the +

  • +

    The &man.firewire.4; drivers have been removed from the GENERIC kernel configuration for all architectures. [r246321]

  • + href="&svn.rev;246321">r246321]

    -
  • The &man.virtio.4; drivers have been added to the GENERIC - kernel configuration for amd64 and i386 architectures. [r247306]

  • +
  • +

    The &man.virtio.4; drivers have been added to the GENERIC + kernel configuration for amd64 and i386 architectures. [r247306]

  • + +
  • +

    The ZFS filesystem now supports lz4 compression. [r247309]

  • -
  • The ZFS filesystem now supports lz4 compression. - [r247309]

  • - -
  • The ZFS filesystem now supports TRIM when used on solid +

  • +

    The ZFS filesystem now supports TRIM when used on solid state drives. ZFS TRIM support is enabled by default. [r251419] The following tunables have been added:

      -
    • vfs.zfs.trim.enabled: - Enable ZFS TRIM

    • - -
    • vfs.zfs.trim.max_interval: - Maximum interval in seconds between TRIM queue processing

    • - -
    • vfs.zfs.trim.timeout: - Delay TRIMs by up to this many seconds

    • - -
    • vfs.zfs.trim.txg_delay: - Delay TRIMs by up to this many TXGs

    • +
    • +

      vfs.zfs.trim.enabled: + Enable ZFS TRIM

    • + +
    • +

      vfs.zfs.trim.max_interval: + Maximum interval in seconds between TRIM queue + processing

    • + +
    • +

      vfs.zfs.trim.timeout: + Delay TRIMs by up to this many seconds

    • + +
    • +

      vfs.zfs.trim.txg_delay: + Delay TRIMs by up to this many TXGs

-