Changelog for
libwpd-devel-doc-0.10.2-lp151.3.3.noarch.rpm :
* Tue Nov 13 2018 Tomáš Chvátal
- Add patch to fix rh#1643752 bsc#1115713 CVE-2018-19208:
* 0001-Resolves-rhbz-1643752-bounds-check-m_currentTable-ac.patch
* Wed Sep 13 2017 tchvatalAATTsuse.com- Upgrade to 0.10.2 bsc#1058025 CVE-2017-14226:
* Require C++11 for build.
* Fix various crashes, leaks and hangs when reading damaged files found by oss-fuzz.
* Thu Feb 11 2016 tchvatalAATTsuse.com- Disable silent rules
* Wed Dec 30 2015 fstrbaAATTsuse.com- Upgrade to version 0.10.1
* Fix crash when NULL is passed as input stream.
* Use symbol visibility on Linux. The library only exports public functions now.
* Avoid infinite loop. (libwpd#3)
* Remove bashism. (libwpd#5)
* Fix various crashes and hangs when reading broken files found with the help of american-fuzzy-lop.
* Make --help output of all command line tools more help2man-friendly.
* Miscellaneous fixes and cleanups.- Generate manpages for the libwpd-tools
* Mon May 26 2014 fstrbaAATTsuse.com- Upgrade to version 0.10.0
* ABI change
* Depend on librevenge-devel
* Sat Jan 25 2014 tchvatalAATTsuse.com- Cleanup with spec-cleaner and noarch the documentation.
* Mon Aug 19 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 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 2013 tchvatalAATTsuse.com- Add URL download path.
* Fri Apr 19 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 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 2012 jengelhAATTmedozas.de- Use SPDX-style license field
* Mon Jan 23 2012 crrodriguezAATTopensuse.org- Build with fvisibility-inlines-hidden, saves around 600 entries in the exported symbol table.
* Tue Nov 29 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 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 01 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 2011 crrodriguezAATTopensuse.org- Do not include build dates in docs, messes up build-compare
* Wed May 04 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 2011 ismailAATTnamtrac.org- Add missing includes to fix compilation with gcc 4.6
* Tue Dec 07 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)