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 37DFD200C7E for ; Mon, 8 May 2017 17:26:29 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 36948160BCA; Mon, 8 May 2017 15:26:29 +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 A54DD160BC7 for ; Mon, 8 May 2017 17:26:28 +0200 (CEST) Received: (qmail 93394 invoked by uid 500); 8 May 2017 15:26:20 -0000 Mailing-List: contact commits-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@lucene.apache.org Delivered-To: mailing list commits@lucene.apache.org Received: (qmail 92674 invoked by uid 99); 8 May 2017 15:26:19 -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; Mon, 08 May 2017 15:26:19 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id A5475E93E1; Mon, 8 May 2017 15:26:19 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: ab@apache.org To: commits@lucene.apache.org Date: Mon, 08 May 2017 15:27:06 -0000 Message-Id: <7c0f7ee1b07d48628d87687b73879bc6@git.apache.org> In-Reply-To: <34152fe0aebe4d529761f3e9ce663cc6@git.apache.org> References: <34152fe0aebe4d529761f3e9ce663cc6@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [49/50] [abbrv] lucene-solr:jira/solr-10262: SOLR-10625: Update CHANGES.txt archived-at: Mon, 08 May 2017 15:26:29 -0000 SOLR-10625: Update CHANGES.txt Project: http://git-wip-us.apache.org/repos/asf/lucene-solr/repo Commit: http://git-wip-us.apache.org/repos/asf/lucene-solr/commit/07cc0436 Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/07cc0436 Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/07cc0436 Branch: refs/heads/jira/solr-10262 Commit: 07cc043664c4b82c208237b111f698ab2ae0ae07 Parents: a3fe9f0 Author: Joel Bernstein Authored: Mon May 8 10:19:41 2017 -0400 Committer: Joel Bernstein Committed: Mon May 8 10:19:41 2017 -0400 ---------------------------------------------------------------------- solr/CHANGES.txt | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/07cc0436/solr/CHANGES.txt ---------------------------------------------------------------------- diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt index f39c0b9..dc5c279 100644 --- a/solr/CHANGES.txt +++ b/solr/CHANGES.txt @@ -238,6 +238,8 @@ New Features * SOLR-10626: Add covariance Stream Evaluator (Joel Bernstein) +* SOLR-10625: Add convolution Stream Evaluator (Joel Bernstein) + Optimizations ----------------------