diff --git a/source/distro/Readme.txt b/source/distro/Readme.txt
index a266b47..acac380 100644
--- a/source/distro/Readme.txt
+++ b/source/distro/Readme.txt
@@ -1,7 +1,7 @@
-Writer2LaTeX version 1.5.1 (alpha test release)
+Writer2LaTeX version 1.5.2 (alpha test release)
===============================================
-This is the distribution of Writer2LaTeX version 1.5.1 alpha
+This is the distribution of Writer2LaTeX version 1.5.2 alpha
Latest version can be found at the web site
http://writer2latex.sourceforge.net
@@ -14,5 +14,5 @@ Bugs and feature requests should be reported to
writer2latex (at) gmail.com
-October 2014
+November 2014
Henrik Just
diff --git a/source/distro/changelog.txt b/source/distro/changelog.txt
index 3488249..9c8626f 100644
--- a/source/distro/changelog.txt
+++ b/source/distro/changelog.txt
@@ -1,5 +1,7 @@
Changelog for Writer2LaTeX version 1.4 -> 1.6
+---------- version 1.5.2 ----------
+
---------- version 1.5.1 ----------
[w2l] Implementation detail: Updated to version 20140107 of the JSON library org.json.* from JSON.org.
diff --git a/source/distro/doc/user-manual.odt b/source/distro/doc/user-manual.odt
index aedd85b..2db9c20 100644
Binary files a/source/distro/doc/user-manual.odt and b/source/distro/doc/user-manual.odt differ
diff --git a/source/java/writer2latex/api/ConverterFactory.java b/source/java/writer2latex/api/ConverterFactory.java
index b8dc1cb..e53c7af 100644
--- a/source/java/writer2latex/api/ConverterFactory.java
+++ b/source/java/writer2latex/api/ConverterFactory.java
@@ -20,7 +20,7 @@
*
* All Rights Reserved.
*
- * Version 1.6 (2014-11-08)
+ * Version 1.6 (2014-11-09)
*
*/
@@ -32,8 +32,8 @@ package writer2latex.api;
public class ConverterFactory {
// Version information
- private static final String VERSION = "1.5.1";
- private static final String DATE = "2014-11-08";
+ private static final String VERSION = "1.5.2";
+ private static final String DATE = "2014-11-09";
/** Return the Writer2LaTeX version in the form
* (major version).(minor version).(patch level)
diff --git a/source/oxt/w2lconfig/description.xml b/source/oxt/w2lconfig/description.xml
index 8d77f81..6ed9f6d 100644
--- a/source/oxt/w2lconfig/description.xml
+++ b/source/oxt/w2lconfig/description.xml
@@ -4,7 +4,7 @@
xmlns:xlink="http://www.w3.org/1999/xlink">
-
+
diff --git a/source/oxt/writer2latex/description.xml b/source/oxt/writer2latex/description.xml
index ce9f6d2..a8f58da 100644
--- a/source/oxt/writer2latex/description.xml
+++ b/source/oxt/writer2latex/description.xml
@@ -5,7 +5,7 @@
-
+
diff --git a/source/oxt/writer2xhtml/OptionPages.xcu b/source/oxt/writer2xhtml/OptionPages.xcu
index b2623e7..496f125 100644
--- a/source/oxt/writer2xhtml/OptionPages.xcu
+++ b/source/oxt/writer2xhtml/OptionPages.xcu
@@ -14,6 +14,14 @@
+
+
+
+
+
+
+
diff --git a/source/oxt/writer2xhtml/description.xml b/source/oxt/writer2xhtml/description.xml
index 642d40a..ebac6c3 100644
--- a/source/oxt/writer2xhtml/description.xml
+++ b/source/oxt/writer2xhtml/description.xml
@@ -5,7 +5,7 @@
-
+
diff --git a/source/oxt/xhtml-config-sample/description.xml b/source/oxt/xhtml-config-sample/description.xml
index 33be297..569d5d4 100644
--- a/source/oxt/xhtml-config-sample/description.xml
+++ b/source/oxt/xhtml-config-sample/description.xml
@@ -2,5 +2,5 @@
-
+
diff --git a/source/readme-source.txt b/source/readme-source.txt
index 5a934e1..adacd29 100644
--- a/source/readme-source.txt
+++ b/source/readme-source.txt
@@ -1,4 +1,4 @@
-Writer2LaTeX source version 1.5.1 alpha
+Writer2LaTeX source version 1.5.2 alpha
=======================================
Writer2LaTeX is (c) 2002-2014 by Henrik Just.
@@ -90,7 +90,7 @@ In addition to oxt, the build file supports the following targets:
clean
-Henrik Just, October 2014
+Henrik Just, November 2014
Thanks to Michael Niedermair for writing the original ant build file