Return-Path: X-Original-To: apmail-manifoldcf-commits-archive@www.apache.org Delivered-To: apmail-manifoldcf-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 37A28116BC for ; Fri, 27 Jun 2014 17:30:32 +0000 (UTC) Received: (qmail 47677 invoked by uid 500); 27 Jun 2014 17:30:32 -0000 Delivered-To: apmail-manifoldcf-commits-archive@manifoldcf.apache.org Received: (qmail 47628 invoked by uid 500); 27 Jun 2014 17:30:32 -0000 Mailing-List: contact commits-help@manifoldcf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@manifoldcf.apache.org Delivered-To: mailing list commits@manifoldcf.apache.org Received: (qmail 47619 invoked by uid 99); 27 Jun 2014 17:30:32 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 27 Jun 2014 17:30:32 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 27 Jun 2014 17:30:33 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id D630123889ED; Fri, 27 Jun 2014 17:30:08 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1606154 - /manifoldcf/trunk/CHANGES.txt Date: Fri, 27 Jun 2014 17:30:08 -0000 To: commits@manifoldcf.apache.org From: kwright@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20140627173008.D630123889ED@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: kwright Date: Fri Jun 27 17:30:08 2014 New Revision: 1606154 URL: http://svn.apache.org/r1606154 Log: Update CHANGES Modified: manifoldcf/trunk/CHANGES.txt Modified: manifoldcf/trunk/CHANGES.txt URL: http://svn.apache.org/viewvc/manifoldcf/trunk/CHANGES.txt?rev=1606154&r1=1606153&r2=1606154&view=diff ============================================================================== --- manifoldcf/trunk/CHANGES.txt (original) +++ manifoldcf/trunk/CHANGES.txt Fri Jun 27 17:30:08 2014 @@ -3,6 +3,9 @@ $Id$ ======================= 1.7-dev ===================== +CONNECTORS-985: Get UI tests working again. +(Karl Wright) + CONNECTORS-981: Add support for SolrInputDocument indexing in Solr connector. (Alessandro Benedetti, Karl Wright)