From dev-return-16605-apmail-apr-dev-archive=apr.apache.org@apr.apache.org Wed Jun 14 08:31:25 2006 Return-Path: Delivered-To: apmail-apr-dev-archive@www.apache.org Received: (qmail 64181 invoked from network); 14 Jun 2006 08:31:24 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 14 Jun 2006 08:31:24 -0000 Received: (qmail 90095 invoked by uid 500); 14 Jun 2006 08:31:23 -0000 Delivered-To: apmail-apr-dev-archive@apr.apache.org Received: (qmail 89913 invoked by uid 500); 14 Jun 2006 08:31:22 -0000 Mailing-List: contact dev-help@apr.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Id: Delivered-To: mailing list dev@apr.apache.org Delivered-To: moderator for dev@apr.apache.org Received: (qmail 49727 invoked by uid 99); 14 Jun 2006 08:03:06 -0000 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=RCVD_IN_BL_SPAMCOP_NET,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of gstein@gmail.com designates 64.233.166.181 as permitted sender) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=BUO4SoArOItXUTsYlxNA7i0Hu+DY6we0qCeclLuhXjh2jWTtRdoMegw4Ug1NfbEHaL7FE3D8hSeFcpVLWt01X/3JWq1rs67jz3fp0HGG/XbmddHd0oq/XS07bxcIHe8boVg97ClXe//YaWfoTf3fOkVsNyofSNcu4iisHLY6Cf4= Message-ID: <6cca3db30606140102j4464aa4bwd7cb5f6192d8625a@mail.gmail.com> Date: Wed, 14 Jun 2006 01:02:44 -0700 From: "Greg Stein" Sender: gstein@gmail.com To: "Bojan Smojver" Subject: Re: current dbd initiatives Cc: dev@apr.apache.org In-Reply-To: <20060608170430.ldbedf96ckccss0k@www.rexursive.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20060608170430.ldbedf96ckccss0k@www.rexursive.com> X-Google-Sender-Auth: 290db9b76987960f X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N On 6/8/06, Bojan Smojver wrote: > Quoting Chris Darroch : >... > > 5) Renaming functions like apr_dbd_get_entry() to apr_dbd_entry_get(). > > Is this the kind of thing that can be done with a minor version number > > change, i.e., in 1.3? > > I think Garrett already answered this one - only possible when jumping > major versions. So, this is something for 2.0. You can introduce the new names in a minor rev, deprecating the old names. In 2.0, you would then remove the old names. Cheers, -g -- Greg Stein, http://www.lyra.org/