* Sun Apr 22 2018 tchvatal@suse.com
- Version update to 0.1.8:
+ More support for keynote content
+ Add support for Keynote 1 documents.
+ Add support for Numbers 3 documents.
+ Fix several issues found by oss-fuzz.
+ Fix build with glm 0.9.9.
+ Other fixes and improvements.
* Tue Nov 07 2017 tchvatal@suse.com
- Version update to 0.1.7:
* Fix a few issues found by Coverity.
* Correctly compute cell row and column.
* Improve reconstruction of gradients.
* Improve resolution of cell styles.
* Parse non-RGB colors.
* Improve handling of table border lines.
* Convert cell values to text in presentation and text documents.
* Handle following-paragraph and following-layout styles.
* Allow building with different versions of mdds (1.2 is the default).
* Require C++11 for build.
* Fix several issues found by oss-fuzz.
* Disable error output from libxml2.
* Improve lookup of parent styles.
* Never insert a page break in a footnote.
* Drop outdated MSVC project files.
* Various small fixes and improvements.
- Drop merged patches:
* 0001-fix-test-on-i686.patch
* fix-brain-fart.diff
* libetonyek-0.1.6-drop_test.patch
* mdds-1.2.diff
* Mon Jun 05 2017 tchvatal@suse.com
- Apply patches from debian (and taken from upstream git):
* fix-brain-fart.diff
* mdds-1.2.diff
- Add patch to fix test on i686:
* 0001-fix-test-on-i686.patch
* Wed Feb 01 2017 adam.majer@suse.de
- use individual libboost-*-devel packages instead of boost-devel
* Fri Sep 30 2016 fstrba@suse.com
- Added patch:
* libetonyek-0.1.6-drop_test.patch bnc#1015467
- Drop test that violates Unicode tr#35 and thus fails with
recent liblangtag
* Wed Jan 13 2016 fstrba@suse.com
- Version bump to 0.1.6:
* All formats:
+ Improved handling of text language, e.g., written language
props now include country and script.
* Keynote 6:
+ Parse links.
+ Parse text language.
+ Parse lists (bullets).
+ Resize tables properly.
+ Fix handling of texts containing non-ASCII characters (i.e.,
the majority of non-English languages).
* Miscellaneous:
+ Fix build with boost 1.54/1.55.
+ Make help output of conversion tools more help2man-friendly.
+ Fix build with recent clang, which does not like 'register'
keyword.
+ Various small fixes and improvements.
* Changes to 0.1.5
+ Parse slide background.
+ Parse shape style: fill, line stroke, opacity, shadow.
+ Parse table style: default cell borders, background etc.
+ Various fixes and improvements.
* Changes to 0.1.4
* Parse formulas.
* Parse cell type and number format.
* Require mdds 1.0 by default (but 0.12.1 is still supported).
* Add support for Keynote 6. Imported features include: shapes,
images, text + text formatting, presentation notes, tables
(only simple tables are supported.)
- Generate manpages for the conversion tools
* Wed Jun 24 2015 tchvatal@suse.com
- Version bump to 0.1.3:
* Various small fixes
* More imported now imported
* Now use mdds to help with some hashing
- Remove included patch:
* 0001-fix-test-on-i386.patch
* Mon Jun 15 2015 tchvatal@suse.com
- Add patch to fix testsuite on i586:
* 0001-fix-test-on-i386.patch
* Sat Jun 13 2015 tchvatal@suse.com
- Version bump to 0.1.2:
* Initial support for pages and numbers
* Ditch libetonyek-0.1.1-constants.patch as we do not require
us to build for older boost
* Fri Jul 11 2014 tchvatal@suse.com
- Update Source URL to have auto-download working again.
* Wed Jul 02 2014 fstrba@suse.com
- libetonyek-0.1.1-constants.patch
* Ditch the boost/math/constants/constants.hpp altogether
* Fixes build on systems with older boost
* Tue Jun 03 2014 fstrba@suse.com
- Upgrade to upstream version 0.1.1
* Fix detection of Keynote 3 documents.
* Mon May 26 2014 fstrba@suse.com
- Upgrade to upstream version 0.1.0
* ABI change
* Remove dependency on libwpd-devel
* Add dependency on librevenge-devel
* Tue May 20 2014 tchvatal@suse.com
- Version bump to 0.0.4:
* Various bugfixes found during the libreoffice-4.2 cycle
- Drop upstreamed patches:
* libetonyek-0.0.3-comma.patch
* libetonyek-0.0.3-lexical_cast.patch
* libetonyek-more-lib64.patch
* Sat Jan 18 2014 crrodriguez@opensuse.org
- build with -fvisibility-inlines-hidden, around 400 symbols
less in the export symbol table.
* Mon Jan 06 2014 matz@suse.com
- Add ppc64le to list of lib64 archs for boost detection
Added patches:
* libetonyek-more-lib64.patch
* Fri Dec 27 2013 tchvatal@suse.com
- Drop useless dep over libwpg. Cleanup whitespace.
* Sun Dec 15 2013 fridrich.strba@bluewin.ch
- Fix build with some boost versions and compilers
- Cannot take address of a template function
- added patches:
* libetonyek-0.0.3-lexical_cast.patch
* Sun Dec 15 2013 fridrich.strba@bluewin.ch
- Fix comma at the end of an enum.
- added patches:
* libetonyek-0.0.3-comma.patch
* Sat Dec 14 2013 fridrich.strba@bluewin.ch
- Bump to 0.0.3
- import text formatting attributes
- draw rounded rectangles and callouts
- fixed build with older boost
- implemented import of tables
- implemented import of presentation notes
- implemented import of sticky notes
- removed patches:
* libetonyek-0.0.0-pi.patch - integrated upstream