Author: gjb
Date: Fri Apr 12 19:05:42 2019
New Revision: 346163
URL: https://svnweb.freebsd.org/changeset/base/346163

Log:
  Prune release notes entries from 11.2-RELEASE.
  
  Sponsored by: The FreeBSD Foundation

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

Modified: stable/11/release/doc/en_US.ISO8859-1/relnotes/article.xml
==============================================================================
--- stable/11/release/doc/en_US.ISO8859-1/relnotes/article.xml  Fri Apr 12 
19:05:06 2019        (r346162)
+++ stable/11/release/doc/en_US.ISO8859-1/relnotes/article.xml  Fri Apr 12 
19:05:42 2019        (r346163)
@@ -167,291 +167,19 @@
     <sect2 xml:id="userland-programs">
       <title>Userland Application Changes</title>
 
-      <para revision="321092">The &man.ln.1; utility has been updated
-       to correct the behavior of the <literal>-F</literal> flag by
-       unlinking an existing directory before creating a symbolic
-       link.</para>
-
-      <para revision="321241">The &man.crontab.1; utility has been
-       updated to include a new flag, <literal>-f</literal>, which
-       forces &man.crontab.5; removal when <literal>-r</literal> is
-       used non-interactively.</para>
-
-      <para revision="321262">The &man.newsyslog.8; utility has been
-       updated to support <acronym>RFC</acronym>5424-compliant
-       messages when rotating system logs.</para>
-
-      <para revision="321287" contrib="sponsor" sponsor="&gandi;">The
-       &man.sesutil.8; utility has been updated to include
-       &man.libxo.3; support in output.</para>
-
-      <para revision="321927">The &man.diskinfo.8; utility has been
-       updated to include two new flags, <literal>-s</literal> which
-       displays the disk identity (usually the serial number), and
-       <literal>-p</literal> which displays the physical path to the
-       disk in a storage controller.  The <literal>-s</literal> and
-       <literal>-p</literal> flags are mutually exclusive, and cannot
-       be used with any other flags.</para>
-
-      <para revision="321929">The &man.diskinfo.8; utility has also
-       been updated to include device model when the
-       <literal>-s</literal> flag is used.</para>
-
-      <para revision="322509">The &man.top.1; utility has been updated
-       to allow filtering on multiple user names when the
-       <literal>-U</literal> flag is used.</para>
-
-      <para revision="322525">The &man.bsdgrep.1; utility has been
-       updated to include a <literal>rgrep</literal> hard link to
-       &man.grep.1;, which when used is equivalent to
-       <literal>grep&nbsp;-r</literal>.</para>
-
-      <para revision="322555">The &man.bsdgrep.1; utility has been
-       updated to address various issues with pattern matching
-       behavior.</para>
-
-      <para revision="322910">The &man.umount.8; utility has been
-       updated to include a new flag, <literal>-N</literal>, which
-       is used to forcefully unmount an <acronym>NFS</acronym>
-       mounted filesystem.</para>
-
-      <para revision="322919">The &man.pw.8; utility has been updated
-       to properly handle empty secondary group lists as an argument
-       to the <literal>-G</literal> flag when using the
-       <literal>usermod</literal> subcommand.</para>
-
-      <para revision="324124" contrib="sponsor"
-       sponsor="&chelsio;">The &man.getconf.1; utility has been
-       updated to include a new flag, <literal>-a</literal>, which
-       prints the name and value of all system or path configuration
-       values to &man.stdout.4; or optionally a file as an argument
-       to <literal>-a</literal>.</para>
-
-      <para revision="324270">The &man.ps.1; utility has been updated
-       to reflect realtime and idle priorities in state flags.</para>
-
-      <para revision="324271">The &man.ps.1; utility has been updated
-       to display if a process is running with &man.capsicum.4;
-       capability mode, indicated by <literal>C</literal>.</para>
-
-      <para revision="324380">The &man.cpucontrol.8; utility has been
-       updated to include a new flag, <literal>-n</literal>, that
-       disables the default microcode update search path when
-       used.</para>
-
-      <para revision="324674">The &man.fsck.ffs.8; utility has been
-       updated to prevent a filesystem from being reported as
-       modified when only the timestamp in the superblock is
-       updated.</para>
-
-      <para revision="325003" contrib="sponsor"
-       sponsor="&spectralogic;">The &man.diskinfo.8; utility has been
-       updated to display disk rotation rate and if
-       <acronym>TRIM</acronym>/<acronym>UNMAP</acronym> is supported
-       by the disk.</para>
-
-      <para revision="325473">The &man.rsh.1; utility has been updated
-       to include a new flag, <literal>-N</literal>, which disables
-       shutdown of a socket sending path when used.</para>
-
-      <para revision="326413">The &man.pfctl.8; utility has been
-       updated to allow <literal>route-to</literal> to properly
-       handle network interfaces with multiple <acronym>IP</acronym>
-       addresses.</para>
-
-      <para revision="326778" contrib="sponsor"
-       sponsor="&spectralogic;">The &man.camcontrol.8; utility has
-       been updated to include <acronym>ZAC</acronym> (Zoned-device
-       <acronym>ATA</acronym> command set) information when the
-       <literal>identify</literal> subcommand is used.</para>
-
-      <para revision="326848">The &man.pw.8; utility has been updated
-       to correct handling of account expiration periods.</para>
-
-      <para revision="327592">The &man.mdmfs.8; utility has been
-       updated to support &man.tmpfs.5;.</para>
-
-      <para revision="327837">The &man.lint.1; utility is not longer
-       built by default.  The <literal>WITH_LINT</literal>
-       &man.src.conf.5; option has been added to enable building and
-       installing the utility.</para>
-
-      <para revision="327871">The &man.cpucontrol.8; utility has been
-       updated to include a new flag, <literal>-e</literal>, which is
-       used to re-evaluate reported <acronym>CPU</acronym> features
-       after applying firmware updates.</para>
-
-      <note>
-       <para>The &man.cpucontrol.8; <literal>-e</literal> flag should
-         only be used after microcode update have been applied to all
-         <acronym>CPU</acronym>s in the system, otherwise system
-         instability may be experienced if processor features are not
-         identical across the system.</para>
-      </note>
-
-      <para revision="328138">The &man.indent.1; utility has been
-       updated to respect the <literal>SIMPLE_BACKUP_SUFFIX</literal>
-       environment variable if set.</para>
-
-      <para revision="328139">The &man.du.1; utility has been updated
-       to include the <literal>--si</literal> long option, which is
-       used to display output in &quot;human-readable&quot; output in
-       powers of 1000.</para>
-
-      <para revision="328140">The &man.df.1; utility has been updated
-       to include the <literal>--si</literal> long option, which is
-       an alias to <literal>-H</literal>.</para>
-
-      <para revision="328599">The &man.service.8; utility has been
-       updated to include a new flag, <literal>-j</literal>, which is
-       used to interact with services running within a &man.jail.8;.
-       The argument to <literal>-j</literal> can be either the name
-       or numeric jail <acronym>ID</acronym>.</para>
-
-      <para revision="328604" contrib="sponsor"
-       sponsor="&dellemc;">The &man.fsck.ffs.8; utility has been
-       updated to exit with a non-zero status when the filesystem is
-       not repaired.</para>
-
-      <para revision="328668">The &man.nvmecontrol.8; utility has been
-       updated to print the full 128 bit value for
-       <acronym>SMART</acronym> data, instead of the hexadecimal
-       value.</para>
-
-      <para revision="328716">The &man.nvmecontrol.8; utility has been
-       updated to include control options for Western Digital&reg;
-       HGST drives.  The new options are <literal>cap-diag</literal>,
-       <literal>get-crash-dump</literal>,
-       <literal>drive-log</literal>, <literal>purge</literal>, and
-       <literal>purge-monitor</literal>.</para>
-
-      <para revision="330692" contrib="sponsor"
-       sponsor="&dellemc;">The &man.dhclient.8; utility has been
-       updated to be more compliant with <acronym>RFC</acronym>2131
-       by setting the source address field in the
-       <acronym>IP</acronym> header to <literal>0</literal> when
-       sending a <literal>DHCPREQUEST</literal> message to attempt to
-       obtain a previously-assigned <literal>IP</literal>
-       address.</para>
-
-      <para revision="330694" contrib="sponsor"
-       sponsor="&dellemc;">The &man.pw.8; utility has been updated to
-       allow the <literal>@</literal> and <literal>!</literal>
-       characters in the <acronym>GECOS</acronym> field.</para>
-
-      <para revision="331471">The &man.ps.1; utility has been updated
-       to include a <literal>jail</literal> keyword, which when used
-       will list the name of a &man.jail.8; instead of the numeric
-       ID.</para>
-
-      <para revision="331586" contrib="sponsor"
-       sponsor="&mellanox;">The &man.mlx5tool.8; utility has been
-       added, which is used to manage Connect-X&nbsp;4 and
-       Connect-X&nbsp;5 devices supported by &man.mlx5io.4;.</para>
-
-      <para revision="331603" contrib="sponsor"
-       sponsor="&chelsio;">The &man.sysctl.8; utility has been
-       updated to support setting an array of values to nodes.  Prior
-       to this change, &man.sysctl.8; could only set one value to
-       a node that may return multiple values when queried.</para>
-
-      <para revision="331729">The &man.ifconfig.8; utility has been
-       updated to include a <literal>random</literal> option, which
-       when used with the <literal>ether</literal> option, generates
-       a random <acronym>MAC</acronym> address for an
-       interface.</para>
-
-      <para revision="332126" contrib="sponsor"
-       sponsor="&netflix;">The &man.efibootmgr.8; utility has been
-       added, which is used to manipulate the <acronym>EFI</acronym>
-       boot manager.</para>
-
-      <para revision="332947">The &man.etdump.1; utility has been
-       added, which is used to view El Torito boot catalog
-       information.</para>
-
-      <para revision="322753">The &man.mount.8; utility has been
-       updated to allow fallback to mount media read-only if an
-       attempt to mount write-protected media read-write fails.  This
-       behavior is disabled by default, and can be requested with the
-       new <literal>autoro</literal> option.</para>
-
-      <para revision="332460" contrib="sponsor" sponsor="&ff;">The
-       &man.makefs.8; utility has been updated to default the block
-       and fragment sizes to match that of &man.newfs.8;, 32K and 4K,
-       respectively.</para>
-
-      <para revision="332929" contrib="sponsor" sponsor="&ff;">The
-       &man.pwd.mkdb.8; utility has been updated to emit a notice
-       that legacy database support will be removed effective
-       &os;&nbsp;12 when the <literal>-l</literal> flag is
-       used.</para>
+      <para>&nbsp;</para>
     </sect2>
 
     <sect2 xml:id="userland-contrib">
       <title>Contributed Software</title>
 
-      <para revision="321303">The &man.libarchive.3; library has been
-       updated to version 3.3.2.</para>
-
-      <para revision="322172">The &man.libxo.3; library has been
-       updated to version 0.8.4.</para>
-
-      <para revision="322442"><application>Subversion</application>
-       has been updated to version 1.9.7.</para>
-
-      <para revision="328495">The &man.dtc.1; utility has been updated
-       to upstream commit 9ce35ff8.</para>
-
-      <para revision="328874">The &man.file.1; utility has been
-       updated to version 5.32.</para>
-
-      <para revision="323136"><application>OpenSSH</application> has
-       been updated to version 7.5p1.</para>
-
-      <para revision="324581">The &man.mandoc.1; utility has been
-       updated to version 1.14.3.</para>
-
-      <para revision="327234">The &man.tcpdump.1; utility has been
-       updated to version 4.9.2.</para>
-
-      <para revision="330106">The <acronym>NTP</acronym> utilities
-       have been updated to version 4.2.8p11.</para>
-
-      <para revision="330570">The &man.less.1; utility has been
-       updated to upstream version v530.</para>
-
-      <para revision="331246">The <application>bmake</application>
-       utility has been updated to upstream version 20180222.</para>
-
-      <para revision="331465">The <acronym>BSD</acronym>-licensed
-       &man.diff.1; utility has been imported from OpenBSD, which is
-       installed if <literal>WITHOUT_GNU_DIFF</literal> is set in
-       &man.src.conf.5;, and otherwise not installed by
-       default.</para>
-
-      <para revision="331638"><application>OpenSSL</application> has
-       been updated to version 1.0.2o.</para>
-
-      <para revision="331838">The <application>clang</application>,
-       <application>llvm</application>,
-       <application>lld</application>,
-       <application>lldb</application>, and
-       <literal>compiler-rt</literal> utilities as well as
-       <literal>libc++</literal> have been updated to upstream
-       version 6.0.0.</para>
-
-      <para revision="333312">Timezone data files have been updated to
-       version 2018e.</para>
+      <para>&nbsp;</para>
     </sect2>
 
     <sect2 xml:id="userland-installer">
       <title>Installation and Configuration Tools</title>
 
-      <para revision="322254" contrib="sponsor" sponsor="&ff;"
-       arch="&arch.arm64;">The &man.bsdinstall.8; installer has been
-       updated to default to <acronym>UEFI</acronym>-only
-       boot.</para>
+      <para>&nbsp;</para>
     </sect2>
 
     <sect2 xml:id="userland-rc">
@@ -534,15 +262,7 @@
     <sect2 xml:id="drivers-device">
       <title>Device Drivers</title>
 
-      <para revision="331586" contrib="sponsor"
-       sponsor="&mellanox;">The &man.mlx5io.4; driver has been added,
-       providing an interface to manage supported Connect-X&nbsp;4
-       and Connect-X&nbsp;5 network adapters.</para>
-
-      <para revision="330307" contrib="sponsor"
-       sponsor="&chelsio;">The &man.cxgbe.4; driver has been updated
-       to firmware version 1.16.63.0 for T4, T5, and T6 network
-       adapters.</para>
+      <para>&nbsp;</para>
     </sect2>
 
     <sect2 xml:id="drivers-storage">
@@ -569,27 +289,7 @@
     <sect2 xml:id="hardware-support">
       <title>Hardware Support</title>
 
-      <para revision="331500">Support for the TAIO
-       <acronym>USB</acronym> multi-protocol adapter
-       (<acronym>TUMPA</acronym>) has been added.</para>
-
-      <para revision="331882" contrib="sponsor"
-       sponsor="&darpa_afrl;">The &man.cm.4; and &man.fpa.4; drivers
-       have been marked as deprecated, and will be removed in
-       &os;&nbsp;12.</para>
-
-      <para revision="333171">The &man.ixgb.4; driver has been marked
-       as deprecated, and will be removed in &os;&nbsp;12.</para>
-
-      <para revision="333367">The &man.nxge.4; driver has been marked
-       as deprecated, and will be removed in &os;&nbsp;12.</para>
-
-      <para revision="333412" contrib="sponsor" sponsor="&ff;">The
-       &man.lmc.4; driver has been marked as deprecated, and will be
-       removed in &os;&nbsp;12.</para>
-
-      <para revision="333738">The &man.vxge.4; driver has been marked
-       as deprecated, and will be removed in &os;&nbsp;12.</para>
+      <para>&nbsp;</para>
     </sect2>
 
     <sect2 xml:id="hardware-virtualization">
@@ -633,13 +333,7 @@
     <sect2 xml:id="storage-geom">
       <title><literal>geom(4)</literal></title>
 
-      <para revision="332519">The <literal>geom_aes</literal>,
-       <literal>geom_bsd</literal>, <literal>geom_mbr</literal>,
-       <literal>geom_sunlabel</literal> &man.geom.4; classes have
-       been marked as deprecated.  They have been replaced by the
-       <literal>geom_part</literal> class in &os;&nbsp;7, and removed
-       from the <literal>GENERIC</literal> kernel configurations in
-       &os;&nbsp;8, and will be removed in &os;&nbsp;12.</para>
+      <para>&nbsp;</para>
     </sect2>
   </sect1>
 
@@ -652,10 +346,7 @@
     <sect2 xml:id="boot-loader">
       <title>Boot Loader Changes</title>
 
-      <para revision="329114">The length of <acronym>GELI</acronym>
-       passphrases entered when booting a system with encrypted disks
-       is now hidden by default.  See the configuration options in
-       &man.geli.8; to restore the previous behavior.</para>
+      <para>&nbsp;</para>
     </sect2>
 
     <sect2 xml:id="boot-menu">
@@ -732,24 +423,7 @@
     <sect2 xml:id="releng-changes">
       <title>Integration Changes</title>
 
-      <para revision="326892">Amazon&reg; EC2&trade; instances now
-       keep their clocks synchronized using the Amazon Time Sync
-       Service, the <acronym>NTP</acronym> service internal to the
-       EC2&trade; infrastructure.</para>
-
-      <para revision="333410" contrib="sponsor" sponsor="&ff;">The
-       &arch.i386; memory stick image installer have been changed
-       to use the <acronym>MBR</acronym> partitioning scheme, which
-       addresses a boot issue from a <acronym>GPT</acronym> partition
-       scheme in non-<acronym>UEFI</acronym> mode.</para>
-
-      <para revision="333006" contrib="sponsor" sponsor="&ix;">The
-       &os; installation <acronym>ISO</acronym> medium creation tools
-       have been updated to generate hybrid images for &arch.amd64;,
-       supporting both <acronym>BIOS</acronym> and
-       <acronym>EFI</acronym>.  The <acronym>ISO</acronym> image can
-       now be written to a memory stick as well as being used as
-       a <acronym>CD</acronym> image.</para>
+      <para>&nbsp;</para>
     </sect2>
   </sect1>
 </article>


_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to