Author: piergiorgio
Date: Thu Apr 12 09:06:12 2018
New Revision: 1828959
URL: http://svn.apache.org/viewvc?rev=1828959&view=rev
Log:
fixed the CHANGES.txt: correctly reordered the solved issues against the last
release
Modified:
manifoldcf/trunk/CHANGES.txt
Modified: manifoldcf/trunk/CHANGES.txt
URL:
http://svn.apache.org/viewvc/manifoldcf/trunk/CHANGES.txt?rev=1828959&r1=1828958&r2=1828959&view=diff
==============================================================================
--- manifoldcf/trunk/CHANGES.txt (original)
+++ manifoldcf/trunk/CHANGES.txt Thu Apr 12 09:06:12 2018
@@ -3,6 +3,15 @@ $Id$
======================= 2.10-dev =====================
+CONNECTORS-1437: Documentation for the CMIS Output Connector
+(Piergiorgio Lucidi)
+
+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-1499: Reading in JSON in exported format did not
preserve the order because the new JSON parser does things in
hash order for keys in objects. The fix is to use the more verbose
@@ -118,18 +127,9 @@ CONNECTORS-1438: Wrong content-type pars
failure when content type contained a charset.
(Kenta Kasahara, Karl Wright)
-CONNECTORS-1437: Documentation for the CMIS Output Connector
-(Piergiorgio Lucidi)
-
CONNECTORS-1436: Porting of CMIS Output Connector from 2.6 to 2.8
(Piergiorgio Lucidi)
-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)