From owner-svn-src-head@FreeBSD.ORG Mon Jan 20 21:50:03 2014 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 670F9493; Mon, 20 Jan 2014 21:50:03 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 51E3B1F08; Mon, 20 Jan 2014 21:50:03 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s0KLo3Nx099856; Mon, 20 Jan 2014 21:50:03 GMT (envelope-from gjb@svn.freebsd.org) Received: (from gjb@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s0KLo3dv099855; Mon, 20 Jan 2014 21:50:03 GMT (envelope-from gjb@svn.freebsd.org) Message-Id: <201401202150.s0KLo3dv099855@svn.freebsd.org> From: Glen Barber Date: Mon, 20 Jan 2014 21:50:03 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r260929 - head/release/doc/en_US.ISO8859-1/relnotes X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Jan 2014 21:50:03 -0000 Author: gjb Date: Mon Jan 20 21:50:02 2014 New Revision: 260929 URL: http://svnweb.freebsd.org/changeset/base/260929 Log: Final sweep to remove items that now exist in a release. While here, clean up spacing between closing para tags and closing sectN tags. 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 Jan 20 21:50:00 2014 (r260928) +++ head/release/doc/en_US.ISO8859-1/relnotes/article.xml Mon Jan 20 21:50:02 2014 (r260929) @@ -110,21 +110,18 @@ Virtualization support   - ARM support   - Boot Loader Changes   - @@ -134,14 +131,12 @@ Multimedia Support   - Network Interface Support   - @@ -149,14 +144,12 @@ Network Protocols   - Disks and Storage   - @@ -168,7 +161,6 @@ ZFS   - @@ -176,169 +168,7 @@ Userland Changes - On platforms where &man.clang.1; is the - default system compiler, (such as i386, amd64, arm) GCC and GNU - libstdc++ are no longer built by default. &man.clang.1; and - libc++ from LLVM are used on these platforms by instead. GCC - 4.2.1 and libstdc++ are still built and used by default on pc98 - and all other platforms where &man.clang.1; is not the default - system compiler. - - &man.clang.1; and llvm have been updated - to version 3.3 release. Please refer to - Clang 3.3 Release Notes. - - BIND has been replaced by - &man.unbound.8; for local dns resolution in the base system. - With this change, nslookup and dig are no longer a part of the - base system. Users should instead use &man.host.1; and - &man.drill.1; Alternatively, nslookup and dig can be obtained by - installing the dns/bind-tools port. - - sysinstall has been removed from the base - system. Auxiliary libraries and tools used by sysinstall such - as libdisk, libftpio, and sade have also been removed. - sysinstall has been replaced by &man.bsdinstall.8; and - &man.bsdconfig.8;. - - &man.freebsd-version.1; has been added. - This tool makes a best effort to determine the version and patch - level of the installed kernel and userland. - - GNU patch has been removed from the base - system, and replaced by a BSD-licensed &man.patch.1; - program. - - GNU sort has been removed from the base - system, and replaced by a BSD-licensed &man.sort.1; - program. - - Berkely yacc (byacc) has been imported - from invisible - island. This brings bison compatibilities to - &man.yacc.1; while preserving full backwards compatibility with - previous version of &man.yacc.1;. - - &man.lex.1; has been replaced by flex - 2.5.37 - - &man.make.1; has been replaced with the - Portable BSD make tool (bmake) from NetBSD. - - Support for usernames up to 32 - characters. - - The &man.adduser.8; utility now supports - a option to set the mode of a new user's - home directory. - - BSD-licensed versions of &man.ar.1; and &man.ranlib.1;, - based on libarchive, have replaced the GNU - Binutils versions of these utilities. - - BSD-licensed versions of &man.bc.1; and &man.dc.1; have - replaced their GNU counterparts. - - &man.chflags.1; now supports - a flag for verbose output and - a flag to ignore errors with the same - semantics as (for example) &man.chmod.1;. - - For compatibility with other implementations, &man.cp.1; now - supports a flag, which is equivalent to - specifying the flags. - - BSD-licensed version of &man.cpio.1; based on - libarchive, has replaced the GNU cpio. - Note that the GNU cpio is still installed as - gcpio. - - The &man.env.1; program now supports which will completely - unset the given variable name by - removing it from the environment, instead of just setting it to - a null value. - - The &man.fdopendir.3; library function has been - added. - - The &man.fetch.3; library now support HTTP 1.1 - If-Modified-Since behavior. The &man.fetch.1; program now - supports - which will only download the specified HTTP URL if the content - is newer than filename. - - &man.find.1; has been enhanced by the addition of a number - of primaries that were present in GNU find but not &os; - &man.find.1;. - - &man.kgdb.1; now supports a new add-kld - command to make it easier to debug crash dumps with kernel - modules. - - The &man.ls.1; program now supports a - option to specify a date format string to be used with the long - format () output. - - &man.nc.1; now supports a switch to - disable the use of TCP options. - - &man.nc.1;'s switch has been deprecated. - It will be removed in a future release. - - The &man.ping6.8; utility now returns 2 - when the packet transmission was successful but no responses - were received (this is the same behavior as &man.ping.8;). - It returned a non-zero value before this change. - - The &man.realpath.1; utility now supports - a flag to suppress warnings; it now also - accepts multiple paths on its command line. - - &man.sh.1; has many bug fixes, some new features, and will - now refuse to parse some invalid scripts. Additionally, it now - has filename completion and defaults to the "emacs" - editing mode. - - The &man.split.1; utility now supports a - flag to split a file into a certain number of chunks. - - The &man.tar.1; utility now supports a - flag to enable &man.compress.1;-style - compression/decompression. - - The &man.tar.1; utility now supports a - flag to ignore user/group names - on create and extract. - - The &man.tar.1; utility now supports an - flag to sparsify files on extraction. - - The &man.tar.1; utility now supports a - flag to substitute filenames based on the specified regular - expression. - - The &man.tcgetsid.3; library function has been added to - return the process group ID for the session leader for the - controlling terminal. It is defined in IEEE Std 1003.1-2001 - (POSIX). - - &man.top.1; now supports a flag to - provide per-CPU usage statistics. - - &man.zdump.8; is now working properly on 64 bit - architectures. - - &man.traceroute.8; now has the ability to print the AS - number for each hop with the new switch; a - new option allows selecting a particular - WHOIS server. - - &man.traceroute6.8; now supports a flag - to send probe packets with no upper-layer protocol, rather than - the usual UDP probe packets. +   <filename>/etc/rc.d</filename> Scripts @@ -350,93 +180,19 @@ Contributed Software - &man.jemalloc.3; has been updated to - 3.4.0. See this - link for more details. - - AMD has been - updated from 6.0.10 to 6.1.5. - - awk has been - updated from 1 May - 2007 release to the 20121220 release. - - CVS has been - removed from the base system, but is still available from - ports. - - Subversion has been imported into the base - system and is installed as svnlite. - svnlite should only be used for - checking out &os; source and committing, and does not replace - the full Subversion port. - - file has been - updated to 5.11. - - hostapd has - been updated from 0.5.8 to 0.5.10. - - IPFilter has been updated to - 5.1.2. - - less has been - updated to v458. - - ncurses has been updated from to - 5.7-20081102. - - OpenSSH has been - updated to 6.4. - - OpenPAM has - been updated to the Micrampelis release. - - sendmail has been - updated from 8.14.1 to 8.14.7. - - The timezone database has been updated from - the tzdata2008h release to - the tzdata2009m release. - - The stdtime part of libc, &man.zdump.8; and &man.zic.8; have - been updated from the tzcode2004a - release to the tzcode2009h release. - If you have upgraded from source or via the - &man.freebsd-update.8;, then please run &man.tzsetup.8; to - install a new /etc/localtime. - - WPA Supplicant - has been updated to 2.0. - - xz has been updated - from snapshot as of 12 April 2010 to 5.0.0. - - &man.nvi.1; has been updated - to 2.1.2. - - &man.nvi.1; supports wide character - locales. +   Ports/Packages Collection Infrastructure - The pkg_add, pkg_create, pkg_delete, - pkg_info, pkg_updating, and pkg_version utilities have been - removed. &man.pkg.7; must now be used to install binary - packages. &man.pkg.7; is the next generation &os; package - manager, also referred to as pkgng. +   Release Engineering and Integration - The supported version of the - GNOME desktop environment - (x11/gnome2) has been updated from 2.20.1 - to 2.22. +