2015-08-12 02:27:57 by Ryo ONODERA | Files touched by this commit (5) |
Log message:
Update to 0.4.0
Changelog:
0.3.x -> 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.
|
2015-01-16 10:08:39 by Thomas Klausner | Files touched by this commit (3) |
Log message:
Update to 0.3.1:
libwps-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.
|
2014-12-01 13:39:18 by Joerg Sonnenberger | Files touched by this commit (24) |
Log message:
Support cwrappers for packages appending arguments in the wrappers.
|
2014-07-23 08:29:54 by Thomas Klausner | Files touched by this commit (5) |
Log message:
Update to 0.3.0. Ride libwpd bump.
0.2.x -> 0.3.0
- switch to librevenge
- add support for Works Spreadsheet
- add support for Works Database
- miscellaneous fixes and cleanups
|
2014-07-22 12:53:30 by Thomas Klausner | Files touched by this commit (26) |
Log message:
Recursive bump for libwpd shlib name change.
|
2014-06-01 06:01:06 by Ryo ONODERA | Files touched by this commit (6) |
Log message:
Fix FreeBSD 10.0 clang build
* clang is needed as C preprocessor. Do not fail configure script.
* Disable -Werror flag
|
2014-05-13 20:54:02 by Ryo ONODERA | Files touched by this commit (5) |
Log message:
Move GCC_REQD+=4.6 to boost-libs/buildlink3.mk for OpenBSD.
It is common for boost-libs consumers.
|
2014-05-12 14:09:43 by Ryo ONODERA | Files touched by this commit (1) |
Log message:
GCC 4.6 is required to build under OpenBSD
|
2014-01-09 10:35:29 by Jonathan Perkin | Files touched by this commit (1) |
Log message:
Needs zlib.
|
2013-09-29 12:17:34 by Joerg Sonnenberger | Files touched by this commit (1) |
Log message:
Continue on unused constants for Clang.
|