Return-Path: Delivered-To: apmail-incubator-connectors-commits-archive@minotaur.apache.org Received: (qmail 13908 invoked from network); 2 Sep 2010 18:41:12 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 2 Sep 2010 18:41:12 -0000 Received: (qmail 87209 invoked by uid 500); 2 Sep 2010 18:41:12 -0000 Delivered-To: apmail-incubator-connectors-commits-archive@incubator.apache.org Received: (qmail 87158 invoked by uid 500); 2 Sep 2010 18:41:12 -0000 Mailing-List: contact connectors-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: connectors-dev@incubator.apache.org Delivered-To: mailing list connectors-commits@incubator.apache.org Received: (qmail 87151 invoked by uid 99); 2 Sep 2010 18:41:12 -0000 Received: from Unknown (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 02 Sep 2010 18:41:12 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.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; Thu, 02 Sep 2010 18:40:54 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id A277423889B3; Thu, 2 Sep 2010 18:40:33 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r992045 - /incubator/lcf/trunk/CHANGES.txt Date: Thu, 02 Sep 2010 18:40:33 -0000 To: connectors-commits@incubator.apache.org From: kwright@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20100902184033.A277423889B3@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: kwright Date: Thu Sep 2 18:40:33 2010 New Revision: 992045 URL: http://svn.apache.org/viewvc?rev=992045&view=rev Log: Add fixes for CONNECTORS-41 and CONNECTORS-57 to the CHANGES.txt document Modified: incubator/lcf/trunk/CHANGES.txt Modified: incubator/lcf/trunk/CHANGES.txt URL: http://svn.apache.org/viewvc/incubator/lcf/trunk/CHANGES.txt?rev=992045&r1=992044&r2=992045&view=diff ============================================================================== --- incubator/lcf/trunk/CHANGES.txt (original) +++ incubator/lcf/trunk/CHANGES.txt Thu Sep 2 18:40:33 2010 @@ -3,6 +3,14 @@ $Id$ ======================= Trunk (not yet released) ======================= +CONNECTORS-57: Add support in Solr connector for selecting whether end-of-job +commits take place, on a per-connection basis. +(Jack Krupansky, Karl Wright) + +CONNECTORS-41: Add support in the framework for end-of-job notification to the +associated output connector, which can take an extended period of time. +(Jack Krupansky, Karl Wright) + CONNECTORS-97: Web connector session authentication was failing for some sites due to cookies httpclient thought were illegal, but browsers would accept. (Karl Wright)