Return-Path: X-Original-To: apmail-zookeeper-commits-archive@www.apache.org Delivered-To: apmail-zookeeper-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 9704418A7B for ; Fri, 11 Mar 2016 06:48:08 +0000 (UTC) Received: (qmail 15833 invoked by uid 500); 11 Mar 2016 06:48:08 -0000 Delivered-To: apmail-zookeeper-commits-archive@zookeeper.apache.org Received: (qmail 15797 invoked by uid 500); 11 Mar 2016 06:48:08 -0000 Mailing-List: contact commits-help@zookeeper.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ Delivered-To: mailing list commits@zookeeper.apache.org Received: (qmail 15786 invoked by uid 99); 11 Mar 2016 06:48:08 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 11 Mar 2016 06:48:08 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id 1D3F6C024C for ; Fri, 11 Mar 2016 06:48:08 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 0.999 X-Spam-Level: X-Spam-Status: No, score=0.999 tagged_above=-999 required=6.31 tests=[KAM_LAZY_DOMAIN_SECURITY=1, RP_MATCHES_RCVD=-0.001] autolearn=disabled Received: from mx2-lw-us.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id BpaFsWpj-2pY for ; Fri, 11 Mar 2016 06:48:07 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx2-lw-us.apache.org (ASF Mail Server at mx2-lw-us.apache.org) with ESMTP id 549FE5FAF6 for ; Fri, 11 Mar 2016 06:48:07 +0000 (UTC) Received: from svn01-us-west.apache.org (svn.apache.org [10.41.0.6]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id A0A30E006A for ; Fri, 11 Mar 2016 06:48:06 +0000 (UTC) Received: from svn01-us-west.apache.org (localhost [127.0.0.1]) by svn01-us-west.apache.org (ASF Mail Server at svn01-us-west.apache.org) with ESMTP id 7F86E3A0318 for ; Fri, 11 Mar 2016 06:48:06 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1734501 - /zookeeper/trunk/CHANGES.txt Date: Fri, 11 Mar 2016 06:48:06 -0000 To: commits@zookeeper.apache.org From: phunt@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20160311064806.7F86E3A0318@svn01-us-west.apache.org> Author: phunt Date: Fri Mar 11 06:48:06 2016 New Revision: 1734501 URL: http://svn.apache.org/viewvc?rev=1734501&view=rev Log: Added some CHANGES details that I missed in recent commits. (phunt) Modified: zookeeper/trunk/CHANGES.txt Modified: zookeeper/trunk/CHANGES.txt URL: http://svn.apache.org/viewvc/zookeeper/trunk/CHANGES.txt?rev=1734501&r1=1734500&r2=1734501&view=diff ============================================================================== --- zookeeper/trunk/CHANGES.txt (original) +++ zookeeper/trunk/CHANGES.txt Fri Mar 11 06:48:06 2016 @@ -260,6 +260,21 @@ BUGFIXES: ZOOKEEPER-2379: recent commit broke findbugs qabot check (rakeshr via cnauroth) + ZOOKEEPER-1991 zkServer.sh returns with a zero exit status when a + ZooKeeper process is already running (gsbiju via phunt) + + ZOOKEEPER-1604 remove rpm/deb/... packaging (cnauroth via phunt + + ZOOKEEPER-2294 Ant target generate-clover-reports is broken + (charlie via phunt) + + ZOOKEEPER-2378 upgrade ivy to recent version (phunt) + + ZOOKEEPER-2373 Licenses section missing from pom file (phunt) + + ZOOKEEPER-2087 Few UX improvements in ZooInspector + (Adam Dudczak via phunt) + ZOOKEEPER-2133 zkperl: Segmentation fault if getting a node with null value (Botond Hejj via phunt)