From owner-svn-src-head@FreeBSD.ORG Fri Dec 13 08:14:54 2013 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5527B6B7; Fri, 13 Dec 2013 08:14:54 +0000 (UTC) Received: from cell.glebius.int.ru (glebius.int.ru [81.19.69.10]) (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 C58F5107F; Fri, 13 Dec 2013 08:14:52 +0000 (UTC) Received: from cell.glebius.int.ru (localhost [127.0.0.1]) by cell.glebius.int.ru (8.14.7/8.14.7) with ESMTP id rBD8EoGn026386 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Fri, 13 Dec 2013 12:14:50 +0400 (MSK) (envelope-from glebius@FreeBSD.org) Received: (from glebius@localhost) by cell.glebius.int.ru (8.14.7/8.14.7/Submit) id rBD8EooP026385; Fri, 13 Dec 2013 12:14:50 +0400 (MSK) (envelope-from glebius@FreeBSD.org) X-Authentication-Warning: cell.glebius.int.ru: glebius set sender to glebius@FreeBSD.org using -f Date: Fri, 13 Dec 2013 12:14:50 +0400 From: Gleb Smirnoff To: Sergey Kandaurov Subject: Re: svn commit: r259280 - head/sbin/growfs Message-ID: <20131213081450.GK21368@FreeBSD.org> References: <201312122233.rBCMXW2Z015941@svn.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.22 (2013-10-16) 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.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: Fri, 13 Dec 2013 08:14:54 -0000 On Fri, Dec 13, 2013 at 11:55:59AM +0400, Sergey Kandaurov wrote: S> On 13 December 2013 02:33, Gleb Smirnoff wrote: S> > Author: glebius S> > Date: Thu Dec 12 22:33:32 2013 S> > New Revision: 259280 S> > URL: http://svnweb.freebsd.org/changeset/base/259280 S> > S> > Log: S> > Somehow stable/10 branch contains correct version, but head doesn't. S> > S> > Modified: S> > head/sbin/growfs/growfs.8 S> > S> > Modified: head/sbin/growfs/growfs.8 S> > ============================================================================== S> > --- head/sbin/growfs/growfs.8 Thu Dec 12 22:04:47 2013 (r259279) S> > +++ head/sbin/growfs/growfs.8 Thu Dec 12 22:33:32 2013 (r259280) S> > @@ -116,7 +116,7 @@ The S> > utility first appeared in S> > .Fx 4.4 . S> > The ability to resize mounted filesystems was added in S> > -.Fx 9.2 . S> > +.Fx 10.0 . S> > .Sh AUTHORS S> > .An Christoph Herrmann Aq chm@FreeBSD.org S> > .An Thomas-Henning von Kamptz Aq tomsoft@FreeBSD.org S> S> It was merged in stable/9 before 9.2 in r246235. After 9.2: http://svnweb.freebsd.org/base/release/9.2.0/sbin/growfs/ Thus, it first appeared in 10.0. -- Totus tuus, Glebius.