Package Release Info

libwps-0.4.10-bp152.2.17

Update Info: Base Release
Available in Package Hub : 15 SP2

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

libwps-0_4-4
libwps-devel
libwps-tools

Change Logs

* Thu Nov 15 2018 Tomá? Chvátal <tchvatal@suse.com>
- Version update to 0.4.10:
  * QuattroPro: add parser of .qwp files
  * all: support complex encoding
* Wed May 30 2018 tchvatal@suse.com
- Version update to 0.4.9:
  * QuattroPro: add parser to .wb3 files
  * Multiplan: add parser to DOS v1-v3 files
  * charts: try to retrieve charts in .wk*, .wq* files
  * QuattroPro: add parser to .wb[12] files
  * switch to c++11
  * fuzzing: correct many problems
* Wed Nov 29 2017 tchvatal@suse.com
- Version update to 0.4.7:
  * Many fixes found by fuzzing
* Mon May 15 2017 tchvatal@suse.com
- Version update to 0.4.6:
  * Small bugfixes
* Wed Feb 01 2017 adam.majer@suse.de
- use individual libboost-*-devel packages instead of boost-devel
* Fri Jan 13 2017 tchvatal@suse.com
- Version update to to 0.4.5:
  * Additional lotus wk4 support
* Sat Oct 22 2016 jengelh@inai.de
- Remove redundant pkgconfig requires
* Tue Oct 18 2016 tchvatal@suse.com
- Version update to 0.4.4:
  * Few lotus fixes
* Thu May 12 2016 tchvatal@suse.com
- Version update to 0.4.3:
  * Few small fixes, see upstream news for detailed info
* Wed Oct 07 2015 tchvatal@suse.com
- Version update to 0.4.2:
  * Add support for microsoft write files
* Fri Aug 28 2015 tchvatal@suse.com
- Version bump to 0.4.1:
  - QuattroPro: correct a mistake when reading negative cell's position.
  - Fix some Windows build problems.
  - Fix more than 10 hangs when reading damaged files, found with the help
    of american-fuzzy-lop.
  - Performance: improve the sheet's output generation.
* Sat Jun 13 2015 tchvatal@suse.com
- Version bump to 0.4.0:
  - add support for unknown encoding files (ie. DOS file)
  - add potential support for converting Lotus, ... documents,
  - accept to convert all Lotus Wk1 files and Symphony Wk1 files,
  - add support for Lotus Wk3 and Wk4 documents,
  - add support for Quattro Pro Wq1 and Wq2 documents,
  - only in debug mode, add pre-support for Lotus Wk5..., must allow to
    retrieve the main sheets content's with no formatting,
  - add potential support for asking the document's password ( but do nothing )
  - correct some compiler warnings when compiling in debug mode.
* Fri Jan 02 2015 tchvatal@suse.com
- Version bump to 0.3.1:
  - Fix parsing of floating-point numbers in specific cases.
  - Fix several minor issues reported by Coverity and Clang.
  - Check arguments of public functions. Passing NULL no longer causes
    a crash.
  - Use symbol visibility on Linux. The library only exports the public
    functions now.
  - Import @TERM and @CTERM functions (fdo#86241).
  - Handle LICS character encoding in spreadsheets (fdo#87222).
  - Fix a crash when reading a broken file, found with the help of
    american-fuzzy-lop.
* Mon May 26 2014 fstrba@suse.com
- Upgrade to upstream version 0.3.0
  * ABI change
  * Remove dependency on libwpd-devel
  * Add dependency on librevenge-devel
- Added support of Microsoft Works spreadsheets
* Sat Jan 25 2014 tchvatal@suse.com
- Cleanup with spec-cleaner
* Sat Jan 18 2014 crrodriguez@opensuse.org
- build with -fvisibility-inlines-hidden
- Enable verbose build.
* Mon May 27 2013 tchvatal@suse.com
- update to 0.2.9
  - Various coverity and style fixes
  - Add provides line to make rpmlint happy
* Sat Apr 20 2013 tchvatal@suse.com
- Use url download path.
* Fri Apr 19 2013 fridrich.strba@suse.com
- update to 0.2.8
  - Add MPL 2.0+ as license
  - Miscellaneous coverity fixes
  - Add support of text frames and pictures
  - Improvements in table code
  - Read the page orientation
* Tue Nov 06 2012 tchvatal@suse.com
- update to 0.2.7
  - Disable werror explicitely