Changelog for
libwpd-0_10-10-0.10.0-3.2.x86_64.rpm :
Mon May 26 14:00:00 2014 fstrbaAATTsuse.com
- Upgrade to version 0.10.0
* ABI change
* Depend on librevenge-devel
Sat Jan 25 13:00:00 2014 tchvatalAATTsuse.com
- Cleanup with spec-cleaner and noarch the documentation.
Mon Aug 19 14:00:00 2013 fstrbaAATTsuse.com
- upgrade to version 0.9.8
- implement WPX_SEEK_END for WPXMemoryStream: fixes an infinite
loop in libmwaw when using WPXBinaryData over its stream
interface.
Wed May 15 14:00:00 2013 fridrich.strbaAATTsuse.com
- upgrade to version 0.9.8
- Fix buffer allocation in WPXString::sprintf that can lead
to crash
- Fix crash reading invalid OLE stream
- Change source code layout so that public headers be in inc/
and its subdirectories
- libwpd.h and libwpd-stream.h are not generated headers anymore
- Change the way we get version from libwpd build
- Fix some rpmlint warnings
Sat Apr 20 14:00:00 2013 tchvatalAATTsuse.com
- Add URL download path.
Fri Apr 19 14:00:00 2013 fridrich.strbaAATTsuse.com
- upgrade to version 0.9.7:
- Added MPL 2.0+ as license
- Improvement of OLE stream classes
- remove integrated patch
Thu Sep 27 14:00:00 2012 fridrich.strbaAATTsuse.com
- upgrade to version 0.9.6:
- Experimental support of Zip storage along with Ole.
- Add WPX_SEEK_END enum member in order to speed up the Zip
operations.
- Numerous fixes of coverity and cppcheck warnings and errors.
- upstream patch to really enable Zip stream.
- package build depends on zlib-devel.
Tue Jan 24 13:00:00 2012 jengelhAATTmedozas.de
- Use SPDX-style license field
Mon Jan 23 13:00:00 2012 crrodriguezAATTopensuse.org
- Build with fvisibility-inlines-hidden, saves around
600 entries in the exported symbol table.
Tue Nov 29 13:00:00 2011 jengelhAATTmedozas.de
- Remove redundant/unwanted tags/section (cf. specfile guidelines)
- Use %_smp_mflags for parallel building
- Set proper group on subpackages
Tue Nov 29 13:00:00 2011 fridrich.strbaAATTsuse.com
- upgrade to version 0.9.4:
- Remove autopackage packaging that nobody uses (Fridrich)
- Don\'t output points as integer. This solves some rounding
issues along with the possibility of writing 10.5 point
font size (Fridrich)
- General improvement of code quality by buiding
with -Weffc++ option (Fridrich)
- Improvement of textbox code (Laurent Alonso)
- Fixes of autotools Windows build (Fridrich)
- remove obsolete unnecessary patch
Thu Sep 1 14:00:00 2011 fridrich.strbaAATTsuse.com
- upgrade to version 0.9.3:
- Improvement of arabic charset mapping (Smokey Ardisson)
- Build system rewrite and improvement (Tomas Chvatal)
- Cleanup of return values (Thomas Klausner)
- Fix crashes with WP 2.1 for Mac documents (Fridrich)
- Fix bug in WPXPropertyList::operator= (Fridrich)
- Fix memory issues in some WPXProperty\'s derived classes (Fridrich)
- Conversion of extended characters in WP 42 parser (Fridrich)
- Various fixes for building inside LibreOffice (Tor Lillqvist, Jan Holesovky)
Mon May 23 14:00:00 2011 crrodriguezAATTopensuse.org
- Do not include build dates in docs, messes up build-compare
Wed May 4 14:00:00 2011 fstrbaAATTnovell.com
- upgrade to version 0.9.2:
- Fix build with gcc 4.6.x (Caolan McNamara)
- Handle graciously corrupted WP6 prefix data (Fridrich)
- Initial conversion of Mac double byte script characters (Fridrich)
- Internally use UCS4 instead of UCS2 (Fridrich)
- Add Arabic character conversion for WP5 parser (Fridrich)
- Allow conversion of one WP character to a sequence of unicode
characters (Fridrich)
- Miscellaneous conversion fixes (Edward Mendelson, Fridrich)
- Parse correctly WP 2 for Mac documents without resource fork (Fridrich)
- Improvements in parsing of pictures in WP1 parser (Fridrich)
- Fix wrong sizes of some functions in WP1 and WP42 parsers (Fridrich)
- Fix handling of character attributes (Fridrich)
Wed Mar 16 13:00:00 2011 ismailAATTnamtrac.org
- Add missing includes to fix compilation with gcc 4.6
Tue Dec 7 13:00:00 2010 fstrbaAATTnovell.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)