Return-Path: X-Original-To: apmail-accumulo-dev-archive@www.apache.org Delivered-To: apmail-accumulo-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 B25ED106E3 for ; Wed, 19 Feb 2014 23:16:06 +0000 (UTC) Received: (qmail 28760 invoked by uid 500); 19 Feb 2014 23:16:06 -0000 Delivered-To: apmail-accumulo-dev-archive@accumulo.apache.org Received: (qmail 28672 invoked by uid 500); 19 Feb 2014 23:16:05 -0000 Mailing-List: contact dev-help@accumulo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@accumulo.apache.org Delivered-To: mailing list dev@accumulo.apache.org Received: (qmail 28664 invoked by uid 99); 19 Feb 2014 23:16:05 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 19 Feb 2014 23:16:05 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of josh.elser@gmail.com designates 209.85.160.49 as permitted sender) Received: from [209.85.160.49] (HELO mail-pb0-f49.google.com) (209.85.160.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 19 Feb 2014 23:15:59 +0000 Received: by mail-pb0-f49.google.com with SMTP id up15so1048418pbc.36 for ; Wed, 19 Feb 2014 15:15:39 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=mPJvjklkscIe+GCIghYfCIkRVsIdp2uCXqqGkr1dNlM=; b=0DqwY7QYMRv4lmG98v9ZCTlnMo9eDvL20jsxPcTz42deKfo1BGSSOTf6oR5SWfmN/0 yPX6QsCnVr2WrGGWxF6SYOAW7PdKswNe9fBz+XCQDmcsgIDnQIxa4CYGnyeMpC9Cm754 pyPV6fVhvjeyf05fNVYsZklxeMlrnbeAAmYC6CW8L8EouKFUUl9x/EFY3pg7PWjMvXc7 0U0rrVHyHDGUPyMaoR/z0FM9jUIs/UfWJ1CH8uVh4xv32J8380bYfiZc7h8XlKmB4nTm gpvRJSFv05727wTT3jBL66k2rFYwnGw/uOFqkrQUy4R2aqj358Q4xifpYCBqQmo058hm jruw== X-Received: by 10.68.238.201 with SMTP id vm9mr42991886pbc.18.1392851739114; Wed, 19 Feb 2014 15:15:39 -0800 (PST) Received: from HW10447.local ([192.175.27.2]) by mx.google.com with ESMTPSA id yh4sm4266517pbb.19.2014.02.19.15.15.38 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 19 Feb 2014 15:15:38 -0800 (PST) Message-ID: <53053B19.5090107@gmail.com> Date: Wed, 19 Feb 2014 15:15:37 -0800 From: Josh Elser User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:24.0) Gecko/20100101 Thunderbird/24.3.0 MIME-Version: 1.0 To: dev@accumulo.apache.org Subject: Re: [DISCUSS] CHANGES Documents References: <53052278.8050402@gmail.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Also, wow. I had no idea that tool existed. I had to manually create that file... On 2/19/14, 3:04 PM, Keith Turner wrote: > I think we should just take the release notes jira generates for X.Y.Z and > prepend them to the CHANGES files with a header saying "Release Notes - > Apache Accumulo - Version X.Y.Z". This is what was done for 1.4.[1,2,3,4] > and 1.5.0 > > For example the following link will generate 1.4.4 release notes (can > change it from HTML to text by pressing "Configure release notes"). > > https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12324151&styleName=Html&projectId=12312121&Create=Create > > > On Wed, Feb 19, 2014 at 4:30 PM, Josh Elser wrote: > >> The CHANGES document that is included in an Accumulo release contains some >> set of changes from a previous release which presently contain the >> following information: >> >> 1) Issue Type (Task, Bug, Feature, etc) >> 2) Issue Number (ACCUMULO-1234) >> 3) Issue Subject >> >> There have been various preferences expressed, primarily over IRC, on >> which changes should be contained and how they should be formatted. The >> largest consensus, and what I believe we should do, is as follows: >> >> Entries in a CHANGES file should contain issues, delimited by minor >> version within the major version[1], grouped by issue type. The minor >> version changes sorted be sorted in reverse order (e.g. 1.5.2, 1.5.1, then >> 1.5.0). Changes from the previous major version (e.g. 1.4.x) would *not* be >> included in this CHANGES file. >> >> Opinions? The results of this discussion will be documented on the >> release-making page[2] of the website for future reference. >> >> - Josh >> >> [1] Major and minor version here is referred to as Y and Z of version >> strings of the form: X.Y.Z (not as prescribed by semver, proper) >> [2] http://accumulo.apache.org/releasing.html >> >