Return-Path: Delivered-To: apmail-incubator-connectors-commits-archive@minotaur.apache.org Received: (qmail 92431 invoked from network); 28 Jan 2011 12:50:04 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 28 Jan 2011 12:50:04 -0000 Received: (qmail 51903 invoked by uid 500); 28 Jan 2011 12:50:02 -0000 Delivered-To: apmail-incubator-connectors-commits-archive@incubator.apache.org Received: (qmail 50891 invoked by uid 500); 28 Jan 2011 12:50:01 -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 50135 invoked by uid 99); 28 Jan 2011 12:50:00 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 28 Jan 2011 12:50:00 +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, 28 Jan 2011 12:49:58 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 4BD4323889CB; Fri, 28 Jan 2011 12:49:37 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: svn commit: r1064645 - /incubator/lcf/trunk/CHANGES.txt Date: Fri, 28 Jan 2011 12:49:37 -0000 To: connectors-commits@incubator.apache.org From: kwright@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20110128124937.4BD4323889CB@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: kwright Date: Fri Jan 28 12:49:36 2011 New Revision: 1064645 URL: http://svn.apache.org/viewvc?rev=1064645&view=rev Log: Update CHANGES to reflect reality Modified: incubator/lcf/trunk/CHANGES.txt Modified: incubator/lcf/trunk/CHANGES.txt URL: http://svn.apache.org/viewvc/incubator/lcf/trunk/CHANGES.txt?rev=1064645&r1=1064644&r2=1064645&view=diff ============================================================================== --- incubator/lcf/trunk/CHANGES.txt (original) +++ incubator/lcf/trunk/CHANGES.txt Fri Jan 28 12:49:36 2011 @@ -3,6 +3,9 @@ $Id$ ================== 0.2-dev ================== +CONNECTORS-153: Add support for robots meta tag to web connector. +(Erlend GarĂ¥sen, Karl Wright) + CONNECTORS-152: Refactor notification thread and states to make the framework more resilient. (Karl Wright)