Trunk is now 1.5.2

git-svn-id: svn://svn.code.sf.net/p/writer2latex/code/trunk@215 f0f2a975-2e09-46c8-9428-3b39399b9f3c
This commit is contained in:
henrikjust 2014-11-09 21:22:15 +00:00
parent a9e146d26d
commit 321d65999c
10 changed files with 22 additions and 12 deletions

View file

@ -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

View file

@ -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.

Binary file not shown.

View file

@ -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)<br/>

View file

@ -4,7 +4,7 @@
xmlns:xlink="http://www.w3.org/1999/xlink">
<identifier value="org.openoffice.da.w2lconfig.oxt" />
<version value="1.5.1" />
<version value="1.5.2" />
<dependencies>
<OpenOffice.org-minimal-version value="3.0" d:name="OpenOffice.org 3.0"/>
</dependencies>

View file

@ -5,7 +5,7 @@
<identifier value="org.openoffice.da.writer2latex.oxt"/>
<version value="1.5.1" />
<version value="1.5.2" />
<dependencies>
<OpenOffice.org-minimal-version value="3.0" d:name="OpenOffice.org 3.0"/>

View file

@ -14,6 +14,14 @@
</node>
</node>
</node>
<!-- This node should also appear in the Calc module -->
<node oor:name="com.sun.star.sheet.SpreadsheetDocument" oor:op="fuse">
<node oor:name="Nodes">
<node oor:name="org.openoffice.da.writer2xhtml.configuration"
oor:op="fuse">
</node>
</node>
</node>
</node>
<node oor:name="Nodes">

View file

@ -5,7 +5,7 @@
<identifier value="org.openoffice.da.writer2xhtml.oxt" />
<version value="1.5.1" />
<version value="1.5.2" />
<dependencies>
<OpenOffice.org-minimal-version value="3.0" d:name="OpenOffice.org 3.0"/>

View file

@ -2,5 +2,5 @@
<description xmlns="http://openoffice.org/extensions/description/2006"
xmlns:d="http://openoffice.org/extensions/description/2006">
<identifier value="org.openoffice.da.writer2latex.xhtml-config-sample.oxt" />
<version value="1.5.1" />
<version value="1.5.2" />
</description>

View file

@ -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