Renaming to 1.1.9 beta
git-svn-id: svn://svn.code.sf.net/p/writer2latex/code/trunk@124 f0f2a975-2e09-46c8-9428-3b39399b9f3c
This commit is contained in:
parent
c078564798
commit
b765f2ab9c
9 changed files with 14 additions and 12 deletions
|
@ -1,7 +1,7 @@
|
|||
Writer2LaTeX version 1.1.8 (alpha test release)
|
||||
Writer2LaTeX version 1.1.9 (alpha test release)
|
||||
===============================================
|
||||
|
||||
This is the distribution of Writer2LaTeX version 1.1.8
|
||||
This is the distribution of Writer2LaTeX version 1.1.9
|
||||
|
||||
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
|
|||
henrikjust (at) openoffice.org
|
||||
|
||||
|
||||
July 2011
|
||||
August 2011
|
||||
Henrik Just
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
Changelog for Writer2LaTeX version 1.0 -> 1.2
|
||||
|
||||
---------- version 1.1.9 ----------
|
||||
|
||||
---------- version 1.1.8 ----------
|
||||
|
||||
[all] Added support for JPEG images with EXIF data
|
||||
|
|
Binary file not shown.
|
@ -20,7 +20,7 @@
|
|||
*
|
||||
* All Rights Reserved.
|
||||
*
|
||||
* Version 1.2 (2011-08-05)
|
||||
* Version 1.2 (2011-08-09)
|
||||
*
|
||||
*/
|
||||
|
||||
|
@ -32,8 +32,8 @@ package writer2latex.api;
|
|||
public class ConverterFactory {
|
||||
|
||||
// Version information
|
||||
private static final String VERSION = "1.1.8";
|
||||
private static final String DATE = "2011-08-05";
|
||||
private static final String VERSION = "1.1.9";
|
||||
private static final String DATE = "2011-08-09";
|
||||
|
||||
/** Return the Writer2LaTeX version in the form
|
||||
* (major version).(minor version).(patch level)<br/>
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
|
||||
<identifier value="org.openoffice.da.writer2latex.oxt"/>
|
||||
|
||||
<version value="1.1.8" />
|
||||
<version value="1.1.9" />
|
||||
|
||||
<dependencies>
|
||||
<OpenOffice.org-minimal-version value="3.0" d:name="OpenOffice.org 3.0"/>
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
|
||||
<identifier value="org.openoffice.da.writer2xhtml.oxt" />
|
||||
|
||||
<version value="1.1.8" />
|
||||
<version value="1.1.9" />
|
||||
|
||||
<dependencies>
|
||||
<OpenOffice.org-minimal-version value="3.0" d:name="OpenOffice.org 3.0"/>
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
|
||||
<identifier value="org.openoffice.da.writer4latex.oxt" />
|
||||
<version value="1.1.8" />
|
||||
<version value="1.1.9" />
|
||||
<dependencies>
|
||||
<OpenOffice.org-minimal-version value="3.0" d:name="OpenOffice.org 3.0"/>
|
||||
</dependencies>
|
||||
|
|
|
@ -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.1.8" />
|
||||
<version value="1.1.9" />
|
||||
</description>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
Writer2LaTeX source version 1.1.8
|
||||
Writer2LaTeX source version 1.1.9
|
||||
=================================
|
||||
|
||||
Writer2LaTeX is (c) 2002-2011 by Henrik Just.
|
||||
|
@ -95,7 +95,7 @@ In addition to oxt, the build file supports the following targets:
|
|||
clean
|
||||
|
||||
|
||||
Henrik Just, July 2011
|
||||
Henrik Just, August 2011
|
||||
|
||||
|
||||
Thanks to Michael Niedermair for writing the original ant build file
|
||||
|
|
Loading…
Add table
Reference in a new issue