Accepted submit request 55020 from user pmladek OBS-URL: https://build.opensuse.org/request/show/55020 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libwpd?expand=0&rev=14
197 lines
7.9 KiB
Plaintext
197 lines
7.9 KiB
Plaintext
-------------------------------------------------------------------
|
|
Tue Dec 7 14:39:57 CET 2010 - fstrba@novell.com
|
|
|
|
- upgrade to version 0.9.0:
|
|
- Conversion of page-numbering (William)
|
|
- Conversion of embedded images and text boxes in WP1, WP3, WP5 and WP6
|
|
documents (Fridrich)
|
|
- Conversion of password protected WP1, WP3, WP42 and WP5 documents
|
|
(Fridrich)
|
|
- Conversion of annotations/comments in WP6 parser (Fridrich)
|
|
- Fix some Greek characters so that Text written in WP5.1 with Printer
|
|
Polyglott convert correct.
|
|
- Fix Unicode mappings of some older Symbol and Dingbats fonts (Fridrich)
|
|
- Drop the libgsf dependency in favour of pure C++ implementation of the
|
|
WPXInputStream interface (Fridrich, Ariya)
|
|
- Fix the footnote/endnote/comment/annotation/textbox writing in wpd2html
|
|
converter
|
|
- Improve metadata parsing (David Hislop)
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Oct 22 16:17:30 CEST 2008 - mrueckert@suse.de
|
|
|
|
- fix debug_packages_requires define
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Aug 1 17:32:33 CEST 2008 - ro@suse.de
|
|
|
|
- fix requires for debuginfo package
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Apr 4 09:41:27 CEST 2008 - mmarek@suse.cz
|
|
|
|
- rename the library package to libwpd-0_8-8, as required by the
|
|
library policy (libwpd-0.8.so.8 -> libwpd-0_8-8)
|
|
- don't version the devel package after discussion with pmladek
|
|
we'll do it only if the need arises
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Apr 2 15:33:44 CEST 2008 - mmarek@suse.cz
|
|
|
|
- update to version 0.8.14:
|
|
- Fix some warnings due to unused variables
|
|
- Fix a warning due to a name hiding.
|
|
- Fix two loops with corrupted documents (Thank you, sum1!)
|
|
- Implement readahead in the WPXStreamImplementation class (Jan
|
|
Holesovsky, Fridrich)
|
|
- Fix some memory issues properly (each class deletes what it
|
|
allocated) (Fridrich)
|
|
- Work around an issue with relative seeks backward and certain
|
|
versions of libstdc++ in the buffered stream implementation
|
|
(Fridrich, sum1)
|
|
- Fix a problem of conversion of some page breaks due to an
|
|
unreachable block in the code (Fridrich)
|
|
- Fix a crasher in a rare case of a footnote/endnote being
|
|
defined in a table and the footnote/endnote having itself a
|
|
table (Fridrich).
|
|
- Fix some null pointer crashes with corrupted documents in table
|
|
code and in cases where there is no prefix ID present (sum1,
|
|
Fridrich).
|
|
- Fix a out of bounds array in parsing WP5 extended characters
|
|
with broken documents (sum1).
|
|
- Remove some abuse of pointers (Fridrich).
|
|
- In "wpd2raw --callback", return "-1" if no one callback was
|
|
called (Fridrich).
|
|
- Fix some issues with incorrect indents in some rear cases
|
|
(Fridrich).
|
|
- Fix some signedness problems (Fridrich).
|
|
- don't install static libraries and libtool archives
|
|
- renamed library and devel package to libwpd-0_8 and
|
|
libwpd-0_8-devel respectively, to allow parallel installation
|
|
- split off libwpd-devel-doc subpackage
|
|
- cleaned up spec a bit
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Nov 26 10:57:45 CET 2007 - pmladek@suse.cz
|
|
|
|
- update to version 0.8.12:
|
|
- Convert Tab Set function for WP5 parser
|
|
- Basic conversion of tabulators and indents in WP3 parser
|
|
- Basic conversion of tabulators and indents in WP5 parser
|
|
- Convert the most usual Macintosh fonts from fontId to font name in
|
|
WP1 parser
|
|
- Fix compilation with the upcoming gcc 4.3
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Oct 1 09:47:55 CEST 2007 - stbinner@suse.de
|
|
|
|
- update to version 0.8.11:
|
|
- Fix incorrect conversion of tables with cells spanning more
|
|
then 127 rows due to incorrect information in the file-format
|
|
- Fix incorrect reading of font name information in prefix packets
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Jun 17 11:42:56 CEST 2007 - stbinner@suse.de
|
|
|
|
- update to version 0.8.10:
|
|
* Fix a locale dependency in our float to string conversion
|
|
* Enhance our reading of document meta data for WP6
|
|
* Fix some sillies and be gracious with documents with corrupted
|
|
prefix packets (Fridrich)
|
|
* Prevent the heuristic typedetection from throwing
|
|
* Add a new stream implementation based on C++ streams, rendering
|
|
libgsf dependency very optional; deprecate GSFInputStream
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Mar 16 13:12:07 CET 2007 - stbinner@suse.de
|
|
|
|
- update to version 0.8.9:
|
|
* Fix a bug in WP1 document type detection where we could try to
|
|
seek to a negative place in document (Fridrich)
|
|
* Fix a regression wrt. 0.8.7 preventing the conversion of tab table
|
|
in WP1 and WP3 file-format (Fridrich)
|
|
* Fixed several overflow bugs reported by iDefense. An attacker
|
|
could create a carefully crafted Word Perfect file that could
|
|
cause an application linked with libwpd, such as OpenOffice, to
|
|
crash or possibly execute arbitrary code if the file was opened
|
|
by a victim. (CVE-2007-0002) (iDefense's Sean Larsson, Fridrich)
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Jan 14 17:11:40 CET 2007 - dmueller@suse.de
|
|
|
|
- update to version 0.8.8:
|
|
* Add unit tests for the stream class
|
|
* Ignore foot/endnotes that are referenced inside other foot/endnotes
|
|
fixes http://www.openoffice.org/issues/show_bug.cgi?id=71487
|
|
* Handle graciously unsupported password-protected documents;
|
|
fixes http://www.openoffice.org/issues/show_bug.cgi?id=72307
|
|
* Remove some potential memory leaks in the WPXPropertyList class and optimize
|
|
the WPXPropertyList subscription operator
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Dec 18 15:36:46 CET 2006 - sbrabec@suse.cz
|
|
|
|
- Spec file cleanup.
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Nov 7 01:12:59 CET 2006 - ro@suse.de
|
|
|
|
- fix docu permissions
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Oct 9 10:40:31 CEST 2006 - stbinner@suse.de
|
|
|
|
- update to version 0.8.7:
|
|
* Revert the alignment fix, in order to mimick the way WP for
|
|
Mac renders the documents
|
|
* Support for WP Mac 1.x documents
|
|
* Fix memory leak in standalone converters
|
|
* Miscellaneous code cleanups
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jul 17 08:31:08 CEST 2006 - stbinner@suse.de
|
|
|
|
- update to version 0.8.6:
|
|
* Initial support of WP Mac 2.x documents
|
|
* Initial conversion of headers/footers in WP42 parser
|
|
* General improvement of libwpd's conversion-success-rate and
|
|
extensive QA with more than 46'000 real life documents
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Jun 1 13:30:49 CEST 2006 - stbinner@suse.de
|
|
|
|
- update to version 0.8.5
|
|
* adds header and footer conversion in WP5.x and WP3.x for
|
|
Macintosh file formats.
|
|
* adds support for footnotes and endnotes in WP5.x file format
|
|
* improves the conversion of page margins and corrects issues
|
|
with conversion of the position of tables and tabstops in
|
|
multicolumn sections
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jan 25 21:37:48 CET 2006 - mls@suse.de
|
|
|
|
- converted neededforbuild to BuildRequires
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Dec 8 12:21:09 CET 2005 - stbinner@suse.de
|
|
|
|
- update to version 0.8.4
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Oct 19 18:33:43 CEST 2005 - sbrabec@suse.cz
|
|
|
|
- Package documentation.
|
|
- Split to subpackages.
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Oct 8 10:02:49 CEST 2005 - coolo@suse.de
|
|
|
|
- make it build with gcc 4.1 (sent upstream)
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Oct 4 13:52:01 CEST 2005 - stbinner@suse.de
|
|
|
|
- initial package of version 0.8.3
|
|
|