From commits-return-1174-archive-asf-public=cust-asf.ponee.io@ponymail.incubator.apache.org Thu Apr 25 16:29:47 2019 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with SMTP id 90FF4180638 for ; Thu, 25 Apr 2019 18:29:47 +0200 (CEST) Received: (qmail 57375 invoked by uid 500); 25 Apr 2019 16:29:47 -0000 Mailing-List: contact commits-help@ponymail.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ponymail.incubator.apache.org Delivered-To: mailing list commits@ponymail.incubator.apache.org Received: (qmail 57366 invoked by uid 99); 25 Apr 2019 16:29:46 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 25 Apr 2019 16:29:46 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id B86A5853D5; Thu, 25 Apr 2019 16:29:41 +0000 (UTC) Date: Thu, 25 Apr 2019 16:29:41 +0000 To: "commits@ponymail.apache.org" Subject: [incubator-ponymail] branch master updated: Update changelog MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <155620978162.22922.5769951971490885137@gitbox.apache.org> From: humbedooh@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: incubator-ponymail X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 2b0590d11e0f07b314adc1bf4c0ad26b389a7647 X-Git-Newrev: efde1ceadb5e91b54fd34ca4efa6ef36cc78b6c1 X-Git-Rev: efde1ceadb5e91b54fd34ca4efa6ef36cc78b6c1 X-Git-NotificationType: ref_changed_plus_diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated This is an automated email from the ASF dual-hosted git repository. humbedooh pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-ponymail.git The following commit(s) were added to refs/heads/master by this push: new efde1ce Update changelog efde1ce is described below commit efde1ceadb5e91b54fd34ca4efa6ef36cc78b6c1 Author: Daniel Gruno AuthorDate: Thu Apr 25 11:29:32 2019 -0500 Update changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f4a942..bfd606b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,7 @@ ## Changes in 0.12: - Bug: Errors with Elasticsearch 5.x in edit-lists.py (#489) - Enh: Support scan/scroll for all current versions of ES (#489-contd) +- Bug/Enh: setup.py tries to install Python modules (#465) ## Changes in 0.11: - Bug: Tidy up list names on seeding pages to avoid breakage