diff --git a/changelog.txt b/changelog.txt
index e71dc079e..af5970151 100644
--- a/changelog.txt
+++ b/changelog.txt
@@ -1,3 +1,6 @@
+Release 1.6.1
+- JSON processing: fix regression bug due to which "tokenComparator" and "algorithm" turned into mandatory fields
+
Release 1.6
- new aligorithm based on Greedy String Tiling
- Java 8 now required
diff --git a/collatex-core/pom.xml b/collatex-core/pom.xml
index 843ffde91..f6a711e8c 100644
--- a/collatex-core/pom.xml
+++ b/collatex-core/pom.xml
@@ -5,10 +5,10 @@
The CollateX service is callable via
+ '//text()' The CollateX service is callable via
HTTP POST requests to
/collate.
It expects input formatted in JavaScript Object Notation (JSON) as the request body;
diff --git a/site/htdocs/download/index.html b/site/htdocs/download/index.html
index f04828a32..10adb406e 100644
--- a/site/htdocs/download/index.html
+++ b/site/htdocs/download/index.html
@@ -5,8 +5,8 @@
For embedding CollateX into your JVM-based application, please use Maven Central: For using CollateX as a standalone tool, please download the following Java Archive and execute it on the command line: Depending on how you would like to use CollateX, you can opt for two ways to download it: For using CollateX as a standalone tool, please download the following Java Archive and execute it on the command line: Depending on how you would like to use CollateX, you can opt for two ways to download it:ECMA/JavaScript Callbacks
The RESTful Web Service
java -jar collatex-tools-1.6.jar --http
ECMA/JavaScript Callbacks
The RESTful Web Service
java -jar collatex-tools-1.6.1.jar --http
1. Core
<dependency>
<groupId>eu.interedition</groupId>
<artifactId>collatex-core</artifactId>
- <version>1.6</version>
-</dependency>
2. Tools
java -jar collatex-tools-1.6.jar -h
2. Tools
java -jar collatex-tools-1.6.1.jar -h
Please refer to the documentation for detailed information about CollateX like its underlying concepts or usage instructions.
For alternative packages and license terms, please read the download section.