From owner-svn-doc-head@freebsd.org Thu Aug 6 14:14:54 2015 Return-Path: Delivered-To: svn-doc-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 545AD9B4192; Thu, 6 Aug 2015 14:14:54 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from repo.freebsd.org (repo.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 414621127; Thu, 6 Aug 2015 14:14:54 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t76EEsnW061989; Thu, 6 Aug 2015 14:14:54 GMT (envelope-from gjb@FreeBSD.org) Received: (from gjb@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t76EEsXW061988; Thu, 6 Aug 2015 14:14:54 GMT (envelope-from gjb@FreeBSD.org) Message-Id: <201508061414.t76EEsXW061988@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gjb set sender to gjb@FreeBSD.org using -f From: Glen Barber Date: Thu, 6 Aug 2015 14:14:54 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r47166 - head/en_US.ISO8859-1/htdocs/releases/10.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-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the doc tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Aug 2015 14:14:54 -0000 Author: gjb Date: Thu Aug 6 14:14:53 2015 New Revision: 47166 URL: https://svnweb.freebsd.org/changeset/doc/47166 Log: Regen after r286365. Sponsored by: The FreeBSD Foundation Modified: head/en_US.ISO8859-1/htdocs/releases/10.2R/relnotes.html Modified: head/en_US.ISO8859-1/htdocs/releases/10.2R/relnotes.html ============================================================================== --- head/en_US.ISO8859-1/htdocs/releases/10.2R/relnotes.html Wed Aug 5 23:05:42 2015 (r47165) +++ head/en_US.ISO8859-1/htdocs/releases/10.2R/relnotes.html Thu Aug 6 14:14:53 2015 (r47166) @@ -1,5 +1,5 @@ -FreeBSD 10.2-RELEASE Release Notes

FreeBSD 10.2-RELEASE Release Notes

The FreeBSD Project

FreeBSD 10.2-RELEASE Release Notes

The FreeBSD Project

FreeBSD is a registered trademark of the FreeBSD Foundation.

IBM, AIX, OS/2, PowerPC, PS/2, S/390, and ThinkPad are @@ -18,7 +18,7 @@ as trademarks. Where those designations appear in this document, and the FreeBSD Project was aware of the trademark claim, the designations have been followed by the or the - ® symbol.

Last modified on 2015-08-04 by gjb.
Abstract

The release notes for FreeBSD 10.2-RELEASE contain + ® symbol.

Last modified on 2015-08-06 by gjb.
Abstract

The release notes for FreeBSD 10.2-RELEASE contain a summary of the changes made to the FreeBSD base system on the 10.2-STABLE development line. This document lists applicable security advisories that were issued since the last @@ -26,7 +26,7 @@ userland. Some brief remarks on upgrading are also presented.


1. Introduction

This document contains the release notes for FreeBSD 10.2-RELEASE. It describes recently added, changed, or deleted features of FreeBSD. It also provides some notes on upgrading from previous versions of FreeBSD.

This distribution of FreeBSD @@ -420,7 +420,7 @@ default, if the callin port is an active console port. [r284775] (Sponsored by The FreeBSD Foundation)

10. Networking

This section describes changes that affect networking in - FreeBSD.

10.1. Network Procols

Support for PLPMTUD + FreeBSD.

10.1. Network Protocols

Support for PLPMTUD blackhole detection (RFC 4821) has been added to the tcp(4) stack, disabled by default. New control tunables have been added: [r273838]