Return-Path: X-Original-To: apmail-hbase-dev-archive@www.apache.org Delivered-To: apmail-hbase-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id ED1CD9685 for ; Wed, 16 Nov 2011 17:01:37 +0000 (UTC) Received: (qmail 30604 invoked by uid 500); 16 Nov 2011 17:01:37 -0000 Delivered-To: apmail-hbase-dev-archive@hbase.apache.org Received: (qmail 30576 invoked by uid 500); 16 Nov 2011 17:01:37 -0000 Mailing-List: contact dev-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hbase.apache.org Delivered-To: mailing list dev@hbase.apache.org Received: (qmail 30568 invoked by uid 99); 16 Nov 2011 17:01:37 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 16 Nov 2011 17:01:37 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of saint.ack@gmail.com designates 209.85.161.41 as permitted sender) Received: from [209.85.161.41] (HELO mail-fx0-f41.google.com) (209.85.161.41) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 16 Nov 2011 17:01:30 +0000 Received: by faas10 with SMTP id s10so2443584faa.14 for ; Wed, 16 Nov 2011 09:01:10 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type :content-transfer-encoding; bh=9RrQczdfWoR+VyotsrJwlKJwGxM0JBoRYXisdr8sj3w=; b=ICK2stwSGVcwqpr1BcKHgFBHwcvZDNR9nQT7h29fEc6Z/5Y6/TahMNgBxN6Uazjo6c Z/2rg9D+7DIqO9qCtwTXViUoywqyVJG13nHuG7LyCoCPx59mXxmVRSkTeUyWCBCrHI8j KcNM2XHgxO2emqVGYBmUzTlFa3EE+0XRoWLi4= MIME-Version: 1.0 Received: by 10.182.69.52 with SMTP id b20mr7423736obu.58.1321462869810; Wed, 16 Nov 2011 09:01:09 -0800 (PST) Sender: saint.ack@gmail.com Received: by 10.182.12.134 with HTTP; Wed, 16 Nov 2011 09:01:09 -0800 (PST) In-Reply-To: References: Date: Wed, 16 Nov 2011 09:01:09 -0800 X-Google-Sender-Auth: ShSgV7TsSITxmN3or33cDzEBP2s Message-ID: Subject: Re: Commit Log format From: Stack To: dev@hbase.apache.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org On Wed, Nov 16, 2011 at 8:18 AM, Jonathan Hsieh wrote: > I've been marching through the CHANGES.txt file for 0.92 -- and have foun= d > some bugs in the jira and in the CHANGES.txt file itself (will submit pat= ch > to fix these). > Thanks boss. > If we are going to depend on the jira to auto generate, it is becomes > really important to update fix version on the jira if we are going to use > the JIRA to autogenerate it! =A0I've been going through an updated the em= pty > ones I've noticed. > Agreed and thanks for the fixup. > This brings up another question -- as I've been going I noticed some are > marked 0.90.5 but also have been committed to the 0.92/trunk branches. = =A0If > a patch committed to multiple branches such as trunk/0.90 branches, my > opinion is that it the fix version include both 0.90.5, 0.92. > =A0Alternately, we could assume that any 0.90.5+ is in 0.92. > My gut reaction is that we mark in JIRA all the versions the fix will show up in. 0.90.5 is a little awkward since CHANGES.txt has been kept-up old-style manual edit but I think that when it comes to 0.90.6, 0.94.0, etc., future versions, lets just mark a fix's inclusion in the one place only (In JIRA). Good stuff, St.Ack