From commits-return-9712-archive-asf-public=cust-asf.ponee.io@manifoldcf.apache.org Wed Apr 11 10:44:41 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id 1EF0518064A for ; Wed, 11 Apr 2018 10:44:40 +0200 (CEST) Received: (qmail 1920 invoked by uid 500); 11 Apr 2018 08:44:39 -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 1911 invoked by uid 99); 11 Apr 2018 08:44:39 -0000 Received: from Unknown (HELO svn01-us-west.apache.org) (209.188.14.144) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 11 Apr 2018 08:44:39 +0000 Received: from svn01-us-west.apache.org (localhost [127.0.0.1]) by svn01-us-west.apache.org (ASF Mail Server at svn01-us-west.apache.org) with ESMTP id A4CD23A00C5 for ; Wed, 11 Apr 2018 08:44:38 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1828881 - /manifoldcf/branches/CONNECTORS-1356-2.7.1/CHANGES.txt Date: Wed, 11 Apr 2018 08:44:37 -0000 To: commits@manifoldcf.apache.org From: piergiorgio@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20180411084438.A4CD23A00C5@svn01-us-west.apache.org> Author: piergiorgio Date: Wed Apr 11 08:44:37 2018 New Revision: 1828881 URL: http://svn.apache.org/viewvc?rev=1828881&view=rev Log: added in the CHANGES.txt the issue solved by Luis Cabaceira for supporting content migration in the Filesystem connector (CONNECTORS-1462) Modified: manifoldcf/branches/CONNECTORS-1356-2.7.1/CHANGES.txt Modified: manifoldcf/branches/CONNECTORS-1356-2.7.1/CHANGES.txt URL: http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-1356-2.7.1/CHANGES.txt?rev=1828881&r1=1828880&r2=1828881&view=diff ============================================================================== --- manifoldcf/branches/CONNECTORS-1356-2.7.1/CHANGES.txt (original) +++ manifoldcf/branches/CONNECTORS-1356-2.7.1/CHANGES.txt Wed Apr 11 08:44:37 2018 @@ -9,6 +9,9 @@ CONNECTORS-1436: Porting of CMIS Output CONNECTORS-1356: Initial implementation of the CMIS Output Connector (Piergiorgio Lucidi) +CONNECTORS-1462: Add support for rootPath attribute in File System Connector repository +(Luis Cabaceira) + CONNECTORS-1434: Escape filenames in Solr Http headers to match spec. This is a workaround for a fix that really should be in HttpClient. (Karl Wright, Tamizh Kumaran Thamizharasan)