From owner-svn-doc-head@FreeBSD.ORG Thu Jan 30 07:58:36 2014 Return-Path: Delivered-To: svn-doc-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 61D096FD; Thu, 30 Jan 2014 07:58:36 +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 32E991E4A; Thu, 30 Jan 2014 07:58:36 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s0U7waoG020293; Thu, 30 Jan 2014 07:58:36 GMT (envelope-from dim@svn.freebsd.org) Received: (from dim@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s0U7wauh020292; Thu, 30 Jan 2014 07:58:36 GMT (envelope-from dim@svn.freebsd.org) Message-Id: <201401300758.s0U7wauh020292@svn.freebsd.org> From: Dimitry Andric Date: Thu, 30 Jan 2014 07:58:36 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r43690 - head/en_US.ISO8859-1/books/porters-handbook X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the doc tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Jan 2014 07:58:36 -0000 Author: dim (src committer) Date: Thu Jan 30 07:58:35 2014 New Revision: 43690 URL: http://svnweb.freebsd.org/changeset/doc/43690 Log: Update porter's handbook for __FreeBSD_version values from 1100001 to 1100007. Modified: head/en_US.ISO8859-1/books/porters-handbook/versions.xml Modified: head/en_US.ISO8859-1/books/porters-handbook/versions.xml ============================================================================== --- head/en_US.ISO8859-1/books/porters-handbook/versions.xml Thu Jan 30 05:52:23 2014 (r43689) +++ head/en_US.ISO8859-1/books/porters-handbook/versions.xml Thu Jan 30 07:58:35 2014 (r43690) @@ -4919,3 +4919,54 @@ it was never committed: 11.0-CURRENT. (rev 256284). + + + 1100001 + October 19, 2013 + 11.0-CURRENT after addition of support for "first boot" + rc.d scripts, so ports can make use of this. + (rev 256776). + + + + 1100002 + November 5, 2013 + 11.0-CURRENT after dropping support for historic ioctls. + (rev 257696). + + + + 1100003 + November 17, 2013 + 11.0-CURRENT after iconv changes. + (rev 258284). + + + + 1100004 + December 15, 2013 + 11.0-CURRENT after the behavior change of gss_pseudo_random + introduced in r259286. + (rev 259424). + + + + 1100005 + December 28, 2013 + 11.0-CURRENT after r259951 - Don't coalesce entries in vm_map_stack(). + (rev 260010). + + + + 1100006 + January 28, 2014 + 11.0-CURRENT after upgrades of libelf and libdwarf. + (rev 261246). + + + + 1100007 + January 30, 2014 + 11.0-CURRENT after upgrades of libc++ to 3.4 release. + (rev 261283). +