From owner-svn-src-head@FreeBSD.ORG Mon Oct 7 19:48:09 2013 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 ESMTP id B00BCF66; Mon, 7 Oct 2013 19:48:09 +0000 (UTC) (envelope-from pluknet@gmail.com) Received: from mail-wi0-x233.google.com (mail-wi0-x233.google.com [IPv6:2a00:1450:400c:c05::233]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D480A2D27; Mon, 7 Oct 2013 19:48:08 +0000 (UTC) Received: by mail-wi0-f179.google.com with SMTP id hm2so5450052wib.6 for ; Mon, 07 Oct 2013 12:48:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=T2g+INJQ/nhdg8+0tAe41oroN6me/Ghl7kIroegf+Ok=; b=nZyZg6pKDHMyM0ZfWxT0u4QGYa/8koYfw+p8FgXlZqvKLnsCgUF3tE9SRETKFL+/Rb /6C5bxRSC8JA/alhi5iTTkheZHC3a0+UiaX1mU42Xm+Z+y30o8uBaOMhvQR6bv6E7Cpy 2oQuSj/+RYLKyepr7XM9AknO2PhldIhKgkbK/uNSGia5yO4fDVnpQQXtB2Ad4U+sj+Jx cWYJSVfhARpi2QZDQOFbqHcwTiMpDz8RcUM4RMuDR+Tc0171uGSLz6z+FJMaZa5zxhkm fgGw8RQM4omUq/fs0XjO+IgBux7e+zL3EJ9AX1vxzMfPMTS79LWMckrtpxd9SqIG1Zbr l0Ig== MIME-Version: 1.0 X-Received: by 10.180.37.227 with SMTP id b3mr20797024wik.24.1381175287367; Mon, 07 Oct 2013 12:48:07 -0700 (PDT) Received: by 10.216.62.69 with HTTP; Mon, 7 Oct 2013 12:48:07 -0700 (PDT) In-Reply-To: <201310071927.r97JRtkp009479@svn.freebsd.org> References: <201310071927.r97JRtkp009479@svn.freebsd.org> Date: Mon, 7 Oct 2013 23:48:07 +0400 Message-ID: Subject: Re: svn commit: r256122 - head/share/misc From: Sergey Kandaurov To: Eitan Adler Content-Type: text/plain; charset=ISO-8859-1 Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.14 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, 07 Oct 2013 19:48:09 -0000 On 7 October 2013 23:27, Eitan Adler wrote: > Author: eadler > Date: Mon Oct 7 19:27:54 2013 > New Revision: 256122 > URL: http://svnweb.freebsd.org/changeset/base/256122 > > Log: > Add the latest NetBSD and FreeBSD releases. > > Approved by: re (glebius) > > Modified: > head/share/misc/bsd-family-tree > > Modified: head/share/misc/bsd-family-tree > ============================================================================== > --- head/share/misc/bsd-family-tree Mon Oct 7 19:23:43 2013 (r256121) > +++ head/share/misc/bsd-family-tree Mon Oct 7 19:27:54 2013 (r256122) > @@ -270,17 +270,23 @@ FreeBSD 5.2 | | > | | | | | | \ | | > | | | | | | NetBSD | | > | | | | | | 6.0.1 | | > + | | | | | | | | | > + | | | | | | NetBSD | | > + | | | | | | 6.0.2 | | > | | | | | | | OpenBSD 5.3 DragonFly 3.4.1 > | | | | | | NetBSD | | > | | | | | | 6.0.2 | | 6.0.3, may be? :) > | | | | | | | | > - | | | | | `-NetBSD 6.1 | | > - | | FreeBSD | | | | > - | | 8.4 | | | | > - | | | | | | > - | FreeBSD | | | | > + | | | | | |`-NetBSD 6.1 | | > + | | FreeBSD | | | | | > + | | 8.4 | | NetBSD 6.1.1 | | > + | | | | | | | > + | FreeBSD | | NetBSD 6.1.2 | | > | 9.2 | | | | > | | | | | > + | | | | | > + | | | | | > + | | | | | > FreeBSD 10 -current | NetBSD -current OpenBSD -current | > | | | | | > v v v v v > @@ -588,9 +594,12 @@ OpenBSD 5.3 2013-05-01 [OBD] > NetBSD 6.0.2 2013-05-18 [NBD] (security/critical release) > NetBSD 6.1 2013-05-18 [NBD] > FreeBSD 8.4 2013-06-07 [FBD] > +NetBSD 6.1.1 2013-08-22 [NBD] > NetBSD 5.1.3 2013-09-29 [NBD] > NetBSD 5.2.1 2013-09-29 [NBD] > FreeBSD 9.2 2013-09-30 [FBD] > +NetBSD 6.0.3 2013-09-30 [NBD] > +NetBSD 6.1.2 2013-09-30 [NBD] > > Bibliography > ------------------------ -- wbr, pluknet