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 5EE731048D for ; Tue, 11 Jun 2013 20:15:23 +0000 (UTC) Received: (qmail 37143 invoked by uid 500); 11 Jun 2013 20:15:23 -0000 Delivered-To: apmail-manifoldcf-commits-archive@manifoldcf.apache.org Received: (qmail 37112 invoked by uid 500); 11 Jun 2013 20:15:23 -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 37105 invoked by uid 99); 11 Jun 2013 20:15:23 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 11 Jun 2013 20:15:23 +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; Tue, 11 Jun 2013 20:15:20 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 07BD52388900; Tue, 11 Jun 2013 20:14:58 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1491937 - /manifoldcf/trunk/CHANGES.txt Date: Tue, 11 Jun 2013 20:14:57 -0000 To: commits@manifoldcf.apache.org From: kwright@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20130611201458.07BD52388900@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: kwright Date: Tue Jun 11 20:14:57 2013 New Revision: 1491937 URL: http://svn.apache.org/r1491937 Log: Update CHANGES.txt Modified: manifoldcf/trunk/CHANGES.txt Modified: manifoldcf/trunk/CHANGES.txt URL: http://svn.apache.org/viewvc/manifoldcf/trunk/CHANGES.txt?rev=1491937&r1=1491936&r2=1491937&view=diff ============================================================================== --- manifoldcf/trunk/CHANGES.txt (original) +++ manifoldcf/trunk/CHANGES.txt Tue Jun 11 20:14:57 2013 @@ -3,6 +3,11 @@ $Id$ ======================= 1.3-dev ===================== + +CONNECTORS-667: Refix NPE problem with Livelink authority. This time +we were seeing it when SSL was not on. +(David Morana, Karl Wright) + CONNECTORS-712: ArrayIndexOutOfBoundsException in the Alfresco Connector (Karl Wright)