Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id ADA07200C19 for ; Sun, 8 Jan 2017 00:10:18 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id AB2C3160B3C; Sat, 7 Jan 2017 23:10:18 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 0B3C9160B4A for ; Sun, 8 Jan 2017 00:10:17 +0100 (CET) Received: (qmail 90636 invoked by uid 500); 7 Jan 2017 23:10:17 -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 90601 invoked by uid 99); 7 Jan 2017 23:10:17 -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; Sat, 07 Jan 2017 23:10:17 +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 8B4D6C09AD for ; Sat, 7 Jan 2017 23:10:16 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -6.218 X-Spam-Level: X-Spam-Status: No, score=-6.218 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, RP_MATCHES_RCVD=-2.999, URIBL_BLOCKED=0.001] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id HbRLzjtUZ5K8 for ; Sat, 7 Jan 2017 23:10:15 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with SMTP id C003A5F367 for ; Sat, 7 Jan 2017 23:10:14 +0000 (UTC) Received: (qmail 90569 invoked by uid 99); 7 Jan 2017 23:10:13 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 07 Jan 2017 23:10:13 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 9314DDF9F9; Sat, 7 Jan 2017 23:10:13 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: johndament@apache.org To: commits@ponymail.incubator.apache.org Date: Sat, 07 Jan 2017 23:10:15 -0000 Message-Id: In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [3/3] incubator-ponymail git commit: Updating changelog for #313. archived-at: Sat, 07 Jan 2017 23:10:18 -0000 Updating changelog for #313. Project: http://git-wip-us.apache.org/repos/asf/incubator-ponymail/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ponymail/commit/e153c4ab Tree: http://git-wip-us.apache.org/repos/asf/incubator-ponymail/tree/e153c4ab Diff: http://git-wip-us.apache.org/repos/asf/incubator-ponymail/diff/e153c4ab Branch: refs/heads/master Commit: e153c4abc286bd20bbedf37c8a502d49cba35ef0 Parents: 2444db8 Author: John D. Ament Authored: Sat Jan 7 18:10:06 2017 -0500 Committer: John D. Ament Committed: Sat Jan 7 18:10:06 2017 -0500 ---------------------------------------------------------------------- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ponymail/blob/e153c4ab/CHANGELOG.md ---------------------------------------------------------------------- diff --git a/CHANGELOG.md b/CHANGELOG.md index 9fb3835..b440207 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -108,6 +108,7 @@ - Fetch URLBase once in Javascript - absolute URLs must be prefixed with URLBase in JS files (#327) - cannot use absolute URLs in HTML pages (#328) +- setup.py now prompts for shard and replica counts when creating the index (#313) ## CHANGES in 0.9b: