From owner-freebsd-current@FreeBSD.ORG Wed Aug 2 16:56:05 2006 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EB16016A4E1; Wed, 2 Aug 2006 16:56:05 +0000 (UTC) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.208.78.105]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4499243D67; Wed, 2 Aug 2006 16:56:05 +0000 (GMT) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (localhost.apl.washington.edu [127.0.0.1]) by troutmask.apl.washington.edu (8.13.7/8.13.7) with ESMTP id k72Gu4Zt001280; Wed, 2 Aug 2006 09:56:04 -0700 (PDT) (envelope-from sgk@troutmask.apl.washington.edu) Received: (from sgk@localhost) by troutmask.apl.washington.edu (8.13.7/8.13.7/Submit) id k72Gu4Uh001279; Wed, 2 Aug 2006 09:56:04 -0700 (PDT) (envelope-from sgk) Date: Wed, 2 Aug 2006 09:56:04 -0700 From: Steve Kargl To: "Matthew D. Fuller" Message-ID: <20060802165604.GA970@troutmask.apl.washington.edu> References: <20060801204501.GA19647@troutmask.apl.washington.edu> <20060801211657.GA29737@troutmask.apl.washington.edu> <20060801212742.GB13841@heff.fud.org.nz> <20060801213803.GB9583@troutmask.apl.washington.edu> <20060802144255.GU69505@over-yonder.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060802144255.GU69505@over-yonder.net> User-Agent: Mutt/1.4.2.2i Cc: Daniel Eischen , freebsd-current@freebsd.org, Andrew Thompson Subject: Re: Where is thr_getscheduler X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Aug 2006 16:56:06 -0000 On Wed, Aug 02, 2006 at 09:42:55AM -0500, Matthew D. Fuller wrote: > On Tue, Aug 01, 2006 at 02:38:03PM -0700 I heard the voice of > Steve Kargl, and lo! it spake thus: > > > > If UPDATING had a proper notice, > > If UPDATING had a notice every time a {library,program} in 7 did > something that wasn't supported by 6 (for various values of 7 and 6), > it would be a very, very long and very boring file. > Sigh. We go through this every time someone bumps libc's version number without bumping the version numbers of all other libraries. There is significant difference bewteen changing libgpib.so version number and changing libc.so version number. Changeing libc's version number should have been noted in UPDATING. The version number of libthr should have been bumped when David Xu committed his change. Last time I checked there were several integers between 2 and INT_MAX. Is there some sort of shortage of integers at freebsd.org that prevents bumping libthr.so.2 to libthr.so.3? -- Steve