From owner-svn-src-head@FreeBSD.ORG Mon Jun 15 14:39:15 2009 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E2B131065673; Mon, 15 Jun 2009 14:39:15 +0000 (UTC) (envelope-from sam@freebsd.org) Received: from ebb.errno.com (ebb.errno.com [69.12.149.25]) by mx1.freebsd.org (Postfix) with ESMTP id 948058FC12; Mon, 15 Jun 2009 14:39:15 +0000 (UTC) (envelope-from sam@freebsd.org) Received: from trouble.errno.com (trouble.errno.com [10.0.0.248]) (authenticated bits=0) by ebb.errno.com (8.13.6/8.12.6) with ESMTP id n5FEdD3K063243 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 15 Jun 2009 07:39:13 -0700 (PDT) (envelope-from sam@freebsd.org) Message-ID: <4A365D11.50503@freebsd.org> Date: Mon, 15 Jun 2009 07:39:13 -0700 From: Sam Leffler Organization: FreeBSD Project User-Agent: Thunderbird 2.0.0.21 (X11/20090411) MIME-Version: 1.0 To: "M. Warner Losh" References: <200906141953.n5EJrqg5058709@svn.freebsd.org> <1245014030.12125.34.camel@neo.cse.buffalo.edu> <20090615.000909.-1219445083.imp@bsdimp.com> In-Reply-To: <20090615.000909.-1219445083.imp@bsdimp.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-DCC-Misty-Metrics: ebb.errno.com; whitelist Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r194210 - head/sys/sys X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 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, 15 Jun 2009 14:39:16 -0000 M. Warner Losh wrote: > In message: <1245014030.12125.34.camel@neo.cse.buffalo.edu> > Ken Smith writes: > : On Sun, 2009-06-14 at 19:53 +0000, Simon L. Nielsen wrote: > : > Author: simon > : > Date: Sun Jun 14 19:53:52 2009 > : > New Revision: 194210 > : > URL: http://svn.freebsd.org/changeset/base/194210 > : > > : > Log: > : > Bump __FreeBSD_version for OpenSSL 0.9.8k import. > : > > : > Modified: > : > head/sys/sys/param.h > : > > : > Modified: head/sys/sys/param.h > : > ============================================================================== > : > --- head/sys/sys/param.h Sun Jun 14 19:51:43 2009 (r194209) > : > +++ head/sys/sys/param.h Sun Jun 14 19:53:52 2009 (r194210) > : > @@ -57,7 +57,7 @@ > : > * is created, otherwise 1. > : > */ > : > #undef __FreeBSD_version > : > -#define __FreeBSD_version 800097 /* Master, propagated to newvers */ > : > +#define __FreeBSD_version 800098 /* Master, propagated to newvers */ > : > > : > #ifndef LOCORE > : > #include > : > : It's been suggested we change the heuristic to be stable branches start > : with 200. I think we're going to do that so don't panic about there > : only being one number left for changes between now and the time we > : branch. > > Why not 500? > > : At first it surprised me we ate through almost 100 version numbers in > : head, which is a place traditionally abi changes are *expected* and the > : attitude has more or less been head is a free-for-all with all bets off. > : But some IRC chatter enlightened me to there actually being people who > : do advanced testing of ports and whatnot in head under the encouragement > : of portmgr@ despite its free-for-all nature to try and cut down on work > : during later stages of the release. That seems reasonable so I think in > : general starting to give more than 100 bumps to work with in head is > : worthwhile. > > I think so too. If we're going to change, we might as well change big > and infrequently. > netbsd reserves 4 digits. I've never bought the idea that people can ignore ABI changes (even in HEAD). But not recording an incompatibility is just stupid. Sam