svn commit: r288855 - head/release/doc/en_US.ISO8859-1/relnotes

Glen Barber gjb at FreeBSD.org
Mon Oct 5 20:12:39 UTC 2015


Author: gjb
Date: Mon Oct  5 20:12:37 2015
New Revision: 288855
URL: https://svnweb.freebsd.org/changeset/base/288855

Log:
  Document r285972, libarchive(3) bugfix for sparse files in tar(1)
  archives.
  
  Sponsored by:	The FreeBSD Foundation

Modified:
  head/release/doc/en_US.ISO8859-1/relnotes/article.xml

Modified: head/release/doc/en_US.ISO8859-1/relnotes/article.xml
==============================================================================
--- head/release/doc/en_US.ISO8859-1/relnotes/article.xml	Mon Oct  5 20:12:35 2015	(r288854)
+++ head/release/doc/en_US.ISO8859-1/relnotes/article.xml	Mon Oct  5 20:12:37 2015	(r288855)
@@ -544,6 +544,10 @@
 	canonicalization before locating the host in
 	<filename>known_hosts</filename>.</para>
 
+      <para revision="285972">The &man.libarchive.3; library has been
+	updated to properly skip a sparse file entry in a &man.tar.1;
+	file, which would previously produce errors.</para>
+
       <para revision="r287168">The &man.acpi.4; subsystem has been
 	updated to version 20150818.</para>
     </sect2>


More information about the svn-src-head mailing list