Changelog for
libwpd-devel-doc-0.10.3-32.1.noarch.rpm :
* Sat Aug 15 2020 Dirk Mueller
- update to 0.10.3: - Drop outdated MSVC project files. - Fix a couple of issues found by oss-fuzz. - Fix some potential memory leaks. - Use a bit less memory when parsing WP5/WP6 documents with images. - Switch from --enable-werror to --disable-werror as configure default. - Fix a potential out-of-bounds data access. (rhbz#1643752)- remove 0001-Resolves-rhbz-1643752-bounds-check-m_currentTable-ac.patch (upstream)
* Tue Nov 13 2018 Jan Engelhardt - Drop tm markers, these are undesired by legal.
* 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)
* Wed Oct 22 2008 mrueckertAATTsuse.de- fix debug_packages_requires define
* Fri Aug 01 2008 roAATTsuse.de- fix requires for debuginfo package
* Fri Apr 04 2008 mmarekAATTsuse.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 02 2008 mmarekAATTsuse.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 2007 pmladekAATTsuse.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 01 2007 stbinnerAATTsuse.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 2007 stbinnerAATTsuse.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 2007 stbinnerAATTsuse.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 2007 dmuellerAATTsuse.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 2006 sbrabecAATTsuse.cz- Spec file cleanup.
* Tue Nov 07 2006 roAATTsuse.de- fix docu permissions
* Mon Oct 09 2006 stbinnerAATTsuse.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 2006 stbinnerAATTsuse.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 01 2006 stbinnerAATTsuse.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 2006 mlsAATTsuse.de- converted neededforbuild to BuildRequires
* Thu Dec 08 2005 stbinnerAATTsuse.de- update to version 0.8.4
* Wed Oct 19 2005 sbrabecAATTsuse.cz- Package documentation.- Split to subpackages.
* Sat Oct 08 2005 cooloAATTsuse.de- make it build with gcc 4.1 (sent upstream)
* Tue Oct 04 2005 stbinnerAATTsuse.de- initial package of version 0.8.3