From owner-svn-src-head@FreeBSD.ORG Thu Apr 30 19:52:26 2015 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.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9E29732D; Thu, 30 Apr 2015 19:52:26 +0000 (UTC) Received: from mail-wg0-x233.google.com (mail-wg0-x233.google.com [IPv6:2a00:1450:400c:c00::233]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 35FEA153F; Thu, 30 Apr 2015 19:52:26 +0000 (UTC) Received: by wgen6 with SMTP id n6so73746736wge.3; Thu, 30 Apr 2015 12:52:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=o04x+YSzQro3HnXklZ0ZrjQncgjsBQlaqR8FAMkvYCg=; b=zjATRsszx9BqObXVen6z3kxlr/Qomst4RP25mOv2HyMehib4axuWoCwZk00d6ptTFn a3aZRnz5F+z8MGm1qThP6mM3wTrhAlRfNrVadYpSkpR0WgFqPt7ZRReE7TFTbzeLBtfT xYMXeaSyaPG+l4mJ7spSTEmKbQKP7j/rhTPVcHsfS9td040fVMgtN+yKuY96vK8xP1fm +3R4fW6wUZAWZAILVQ31bni7o/KK0mqRIUU/S/oUDMFWsFNIfDowW0qZ+6U8kyEF6Fw2 2SLP9Rvhh90LoQ47ZvIy5fcAZJk4cL3SjQo+u4uoGb8OCL0oYeYADb1d+uXJKewBjWlf XXlA== MIME-Version: 1.0 X-Received: by 10.180.79.227 with SMTP id m3mr8480356wix.71.1430423544694; Thu, 30 Apr 2015 12:52:24 -0700 (PDT) Sender: oshogbo.vx@gmail.com Received: by 10.28.187.214 with HTTP; Thu, 30 Apr 2015 12:52:24 -0700 (PDT) In-Reply-To: <55427462.8000504@FreeBSD.org> References: <201504292257.t3TMv5A1091917@svn.freebsd.org> <55427462.8000504@FreeBSD.org> Date: Thu, 30 Apr 2015 21:52:24 +0200 X-Google-Sender-Auth: bxeYWxOMfsnmRPS6qISs1cLBoy0 Message-ID: Subject: Re: svn commit: r282257 - in head: lib/libnv sys/kern sys/sys From: Mariusz Zaborski To: Bryan Drewery Cc: src-committers , svn-src-all@freebsd.org, svn-src-head@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.20 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: Thu, 30 Apr 2015 19:52:26 -0000 On 30 April 2015 at 20:28, Bryan Drewery wrote: > You should either bump the SHLIB_MAJOR or consider making this a > PRIVATELIB so it is not in the public /lib but in the private > /usr/lib/private or use symbol versioning. Being in /lib we must maintain ABI compatibility among the same shlib > version. > > Bumping the SHLIB_MAJOR or moving to PRIVATELIB will require adding the > libnv.so.0 to the ObsoleteFiles.inc OLD_FILES list. Oh, I didn't notice that. Bumping the SHLIB_MAJOR also refers to library which are only in HEAD? Cheers, Mariusz Zaborski