source: gs2-extensions/open-office/trunk/java/jodconverter-2.2.2/ChangeLog.txt@ 25208

Last change on this file since 25208 was 25208, checked in by ak19, 12 years ago

Commit latest version of jodconverter, jodconvertger-2.2.2, since there were conversion issues (like converting Diego's pptx file to html) when tested on the 32bit Win 7 machine.

File size: 3.7 KB
Line 
1JODConverter 2.2.2
2------------------
3
4 * added docx, xlsx, and pptx (supported by OOo since v3.0) to default formats
5
6 * updated plain text format to use UTF8,CRLF as default options
7
8 * added switch to pass a custom xml document format registry file to the command line tool
9
10JODConverter 2.2.1
11------------------
12
13** Improvement
14 * [JODC-12] - Provide more detailed 'conversion failed' error messages
15 * [JODC-24] - Add MediaWiki wikitext format
16 * [JODC-25] - Add configurable outputDir to Maven plugin
17 * [JODC-26] - Expose low level OOo services as public in OOoConnection
18
19** New Feature
20 * [JODC-6] - Maven plugin
21 * [JODC-27] - Add utility methods to retrieve OOo version and locale at runtime
22
23JODConverter 2.2.0
24------------------
25
26** Bug
27 * [JODC-14] - Incorrect Excel mime-type
28 * [JODC-16] - Failure when converting from .txt files with different line endings
29 * [JODC-18] - File extension should be treated as case insensitive
30
31** Improvement
32 * [JODC-5] - Add macro execution options
33 * [JODC-10] - Make XStream dependency optional
34 * [JODC-11] - Replace commons-logging with slf4j
35 * [JODC-17] - Add CSV to default formats
36 * [JODC-19] - Revise DocumentFormat exportOptions API
37 * [JODC-20] - Make document formats easily customisable in webapp
38 * [JODC-22] - Add DocumentFamily.DRAWING
39
40** New Feature
41 * [JODC-9] - IKVM compatibility to build as a .NET DLL
42 * [JODC-13] - Add support for converting multiple files at once in ConvertDocument command line tool
43
44** Task
45 * [JODC-21] - Split CLI into separate module
46
47JODConverter 2.1.1
48-------------------
49
50 * renamed project to JODConverter
51
52 * renamed packages from net.sf.jooreports to com.artofsolving.jodconverter
53
54 * updated OpenOffice.org JARs to 2.1.0
55
56JOOConverter 2.1.0
57-------------------
58
59 * added support for custom export options (e.g. Image Quality for PDFs)
60
61 * HTML as an input format is now enabled by default
62
63 * fixed a rare pagination bug when exporting to PDF a document with fields
64
65 * many internal code improvements: switched to Maven2-based build process
66 and directory layout, improved unit test coverage, refactorings
67
68JOOConverter 2.1rc2
69-------------------
70
71 * file-based conversions are the default again; stream-based conversions
72 introduced in 2.1rc1 proved to be frequently slower so they are still
73 available but as an option (using StreamOpenOfficeDocumentConverter)
74
75 * made the webapp settings configurable using Spring and XML
76
77 * added a sample C#.net web service client to the online guide
78
79JOOConverter 2.1rc1
80-------------------
81
82 * now all conversions pass UNO streams instead of files to OpenOffice.org
83 - no need to use temporary files anymore
84 - works with an OOo service running as a different user
85 - works with an OOo service running on a different machine
86
87 * added servlet that can be invoked as a simple "web service" by remote clients
88
89 * added WordPerfect as a supported input format (thanks to Derek Hulley of Alfresco)
90
91 * added isConnected() method to OpenOfficeConnection
92
93JOOConverter 2.0.0
94------------------
95
96 * added default constructor to DocumentFormat to prevent error with XStream on some JVMs
97
98 * compiled and tested with Java 1.3 (was 1.4)
99
100 * replaced custom IO code with Jakarta Commons IO
101
102 * updated third-party libraries to their latest available versions
103
104
105JOOConverter 2.0rc2
106-------------------
107
108Due to popular demand JOOConverter, while still being part of JOOReports, is now
109released as a standalone project (as it was already the case with the 1.0 series).
110
111Changes compared to the version included in JOOReports 2.0rc1
112
113 * added the converter web application
114
115 * made jar file executable with ConvertDocument as main class
116
117 * added (but unsupported) HTML and XHTML export formats
118
119 * minor bug fixes
Note: See TracBrowser for help on using the repository browser.