Date: Tue, 20 Sep 2016 18:38:16 +0000 (UTC) From: Glen Barber <gjb@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-releng@freebsd.org Subject: svn commit: r306047 - releng/11.0/release/doc/en_US.ISO8859-1/relnotes Message-ID: <201609201838.u8KIcG0W039133@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: gjb Date: Tue Sep 20 18:38:16 2016 New Revision: 306047 URL: https://svnweb.freebsd.org/changeset/base/306047 Log: Document r297678, uuencode(1) '-r' option. Document r302558, ul(1) truncation bug fix. Submitted by: gahr Approved by: re (implicit) Sponsored by: The FreeBSD Foundation Modified: releng/11.0/release/doc/en_US.ISO8859-1/relnotes/article.xml Modified: releng/11.0/release/doc/en_US.ISO8859-1/relnotes/article.xml ============================================================================== --- releng/11.0/release/doc/en_US.ISO8859-1/relnotes/article.xml Tue Sep 20 18:08:17 2016 (r306046) +++ releng/11.0/release/doc/en_US.ISO8859-1/relnotes/article.xml Tue Sep 20 18:38:16 2016 (r306047) @@ -458,12 +458,21 @@ <filename>/etc/resolv.conf</filename> if the modification time has changed.</para> + <para revision="297678">The &man.uuencode.1; utility has been + updated to include a new flag, <literal>-r</literal>, which + when used will generate raw output similar the + &man.uudecode.1; <literal>-r</literal> flag.</para> + <para revision="300738">By default the &man.ifconfig.8; utility will set the default regulatory domain to <literal>FCC</literal> on wireless interfaces. As a result, newly created wireless interfaces with default settings will have less chances to violate country-specific regulations.</para> + + <para revision="302558">A bug in the &man.ul.1; utility that + caused lines to be truncated at 512 characters has been + fixed.</para> </sect2> <sect2 xml:id="userland-contrib">
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201609201838.u8KIcG0W039133>