Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 31 Jul 2015 00:00:06 +0000 (UTC)
From:      Glen Barber <gjb@FreeBSD.org>
To:        doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org
Subject:   svn commit: r47135 - head/en_US.ISO8859-1/htdocs/releases/10.2R
Message-ID:  <201507310000.t6V006vO001861@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gjb
Date: Fri Jul 31 00:00:05 2015
New Revision: 47135
URL: https://svnweb.freebsd.org/changeset/doc/47135

Log:
  Regen after r286097.
  
  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	Thu Jul 30 19:15:07 2015	(r47134)
+++ head/en_US.ISO8859-1/htdocs/releases/10.2R/relnotes.html	Fri Jul 31 00:00:05 2015	(r47135)
@@ -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 <span xmlns="http://www.w3.org/1999/xhtml" class="quote">&#8220;<span class="quote">&#8482;</span>&#8221;</span> or the
-  <span xmlns="http://www.w3.org/1999/xhtml" class="quote">&#8220;<span class="quote">®</span>&#8221;</span> symbol. </p></div></div><div>Last modified on 2015-07-28 by gjb.</div><div><div xmlns="http://www.w3.org/1999/xhtml" class="abstract"><div class="abstract-title">Abstract</div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">The release notes for FreeBSD 10.2-RELEASE contain
+  <span xmlns="http://www.w3.org/1999/xhtml" class="quote">&#8220;<span class="quote">®</span>&#8221;</span> symbol. </p></div></div><div>Last modified on 2015-07-30 by gjb.</div><div><div xmlns="http://www.w3.org/1999/xhtml" class="abstract"><div class="abstract-title">Abstract</div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">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
@@ -155,7 +155,9 @@
 	canonicalization before locating the host in
 	<code xmlns="http://www.w3.org/1999/xhtml" class="filename">known_hosts</code>. <a href="http://svn.freebsd.org/viewvc/base?view=revision&amp;revision=285750">[r285750]</a><span class="contrib">
 		  (Sponsored by
-		  Dell, Inc.)</span></p></div><div class="sect2"><div xmlns="" class="titlepage"><div><div><h3 xmlns="http://www.w3.org/1999/xhtml" class="title"><a id="userland-installer"></a>4.4. Installation and Configuration Tools</h3></div></div></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Support for detecting and implementing
+		  Dell, Inc.)</span></p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">The <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=tar&amp;sektion=1"><span class="citerefentry"><span class="refentrytitle">tar</span>(1)</span></a> utility has been updated
+	to fix an issue that would prevent compressing sparse
+	files. <a href="http://svn.freebsd.org/viewvc/base?view=revision&amp;revision=286084">[r286084]</a></p></div><div class="sect2"><div xmlns="" class="titlepage"><div><div><h3 xmlns="http://www.w3.org/1999/xhtml" class="title"><a id="userland-installer"></a>4.4. Installation and Configuration Tools</h3></div></div></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Support for detecting and implementing
 	a workaround for various laptops and motherboards that do not
 	boot properly from <acronym xmlns="http://www.w3.org/1999/xhtml" class="acronym">GPT</acronym>-partitioned disks
 	has been added to <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=bsdinstall&amp;sektion=8"><span class="citerefentry"><span class="refentrytitle">bsdinstall</span>(8)</span></a>.  Additionally, the
@@ -433,6 +435,16 @@
 	created using the <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=mkimg&amp;sektion=1"><span class="citerefentry"><span class="refentrytitle">mkimg</span>(1)</span></a> utility, matching the way
 	the FreeBSD/amd64 images are created. <a href="http://svn.freebsd.org/viewvc/base?view=revision&amp;revision=283548">[r283548]</a><span class="contrib">
 		  (Sponsored by
+		  The FreeBSD Foundation)</span></p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">The
+	default <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=pkg&amp;sektion=8"><span class="citerefentry"><span class="refentrytitle">pkg</span>(8)</span></a> repository set in
+	<code xmlns="http://www.w3.org/1999/xhtml" class="filename">/etc/pkg/FreeBSD.conf</code> now defaults to
+	the <code xmlns="http://www.w3.org/1999/xhtml" class="literal">quarterly</code> package set.  To use the
+	<code xmlns="http://www.w3.org/1999/xhtml" class="literal">latest</code> branch (as was the previous
+	default), the comment at the top of
+	<code xmlns="http://www.w3.org/1999/xhtml" class="filename">/etc/pkg/FreeBSD.conf</code> explains how to
+	disable the default repository and specify an alternative
+	repository. <a href="http://svn.freebsd.org/viewvc/base?view=revision&amp;revision=285830">[r285830]</a><span class="contrib">
+		  (Sponsored by
 		  The FreeBSD Foundation)</span></p></div></div></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional" align="center"><small>This file, and other release-related documents,
       can be downloaded from <a href="https://www.FreeBSD.org/releases/">https://www.FreeBSD.org/releases/</a>.</small></p><p xmlns="http://www.w3.org/TR/xhtml1/transitional" align="center"><small>For questions about FreeBSD, read the
       <a href="http://www.FreeBSD.org/docs.html">documentation</a>; before



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201507310000.t6V006vO001861>