Return-Path: X-Original-To: apmail-hbase-issues-archive@www.apache.org Delivered-To: apmail-hbase-issues-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 9B9FC10B8E for ; Tue, 15 Oct 2013 05:03:57 +0000 (UTC) Received: (qmail 1032 invoked by uid 500); 15 Oct 2013 05:03:48 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 982 invoked by uid 500); 15 Oct 2013 05:03:46 -0000 Mailing-List: contact issues-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@hbase.apache.org Received: (qmail 952 invoked by uid 99); 15 Oct 2013 05:03:43 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 15 Oct 2013 05:03:43 +0000 Date: Tue, 15 Oct 2013 05:03:43 +0000 (UTC) From: "stack (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-9271) Doc the major differences between 0.94 and 0.96; a distillation of release notes for those w/ limited attention MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HBASE-9271?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13794885#comment-13794885 ] stack commented on HBASE-9271: ------------------------------ I went through all issues and distilled 84 notables. I tagged them. To find them, query like this: project = "hbase" and Tags ~ "0.96notable" ORDER BY priority To add your own, add 0.96notable to the tag field. For notables that are not in 0.94, do this: project = "hbase" and Tags ~ "0.96notable" and fixVersion not in ("0.94.0", "0.94.1", "0.94.2", "0.94.3", "0.94.4", "0.94.5", "0.94.6", "0.94.7", "0.94.8", "0.94.9", "0.94.10", "0.94.11", "0.94.12", "0.94.13" ) ORDER BY priority This makes for 67 issues. Let me write up a few notes on these 67. > Doc the major differences between 0.94 and 0.96; a distillation of release notes for those w/ limited attention > --------------------------------------------------------------------------------------------------------------- > > Key: HBASE-9271 > URL: https://issues.apache.org/jira/browse/HBASE-9271 > Project: HBase > Issue Type: Bug > Components: documentation > Reporter: stack > Fix For: 0.96.0 > > > HBASE-8450 changes base configs in some ways that may be surprising. We should mnention this in any release note distillation. -- This message was sent by Atlassian JIRA (v6.1#6144)