From owner-svn-src-stable@FreeBSD.ORG Mon Sep 22 20:05:00 2014 Return-Path: Delivered-To: svn-src-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 425D12AF; Mon, 22 Sep 2014 20:05:00 +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 127DBF3C; Mon, 22 Sep 2014 20:05:00 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8MK4xlb090650; Mon, 22 Sep 2014 20:04:59 GMT (envelope-from brueffer@FreeBSD.org) Received: (from brueffer@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8MK4x3j090649; Mon, 22 Sep 2014 20:04:59 GMT (envelope-from brueffer@FreeBSD.org) Message-Id: <201409222004.s8MK4x3j090649@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: brueffer set sender to brueffer@FreeBSD.org using -f From: Christian Brueffer Date: Mon, 22 Sep 2014 20:04:59 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org Subject: svn commit: r271997 - stable/10/release/doc/en_US.ISO8859-1/relnotes X-SVN-Group: stable-10 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-stable@freebsd.org X-Mailman-Version: 2.1.18-1 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, 22 Sep 2014 20:05:00 -0000 Author: brueffer Date: Mon Sep 22 20:04:59 2014 New Revision: 271997 URL: http://svnweb.freebsd.org/changeset/base/271997 Log: Spelling, grammar and punctuation fixes. Approved by: re (gjb) Modified: stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml Modified: stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml ============================================================================== --- stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml Mon Sep 22 19:56:21 2014 (r271996) +++ stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml Mon Sep 22 20:04:59 2014 (r271997) @@ -624,7 +624,7 @@ Kernel RPC code, which is a base of NFS server took multiple optimizations, that significantly improved its performance and - SMP scapability. + SMP scalability. The iSCSI initiator has been updated to @@ -840,7 +840,7 @@ The maximum number of SCSI ports increased from 32 to - 128 + 128. Improved zvol @@ -867,7 +867,7 @@ this can easily double &man.zfs.8; performance or reduce CPU usage in half. It was originally disabled due to memory and KVA exhaustion problem reports, which - should be resolved due to several change in the VM + should be resolved due to several changes in the VM subsystem. The Blowfish password format - implementation updated. Support for $2b$ has + implementation has been updated. Support for $2b$ has been added, allowing use of passwords greater than 256 characters long.