Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
libabw 0.1.3
- Fix a memory access error found by oss-fuzz.
- Configure with --disable-werror by default.
- Disable expanding entities by XML parser as a vulnerability
prevention measure. Abiword-saved documents do not contain entities,
so there is no difference in behavior.
libabw 0.1.2
- Fix several issues identified by Coverity.
- Parse paragraph and cell borders.
- Improve parsing of lists.
- Fix build with boost >= 1.59.
- Make the output of abw2* --help more compatible with help2man.
- Fix various problems when parsing broken files found by oss-fuzz.
- Require C++11 for build.
- Parse fields. (tdf#74466)
- Parse floating (not inline) images. (tdf#74463)
- Parse text boxes.
- Drop outdated MSVC project files.
- Set minimal width/height of inline images (which usually do not have
dimensions set in the file) to 1 inch. (tdf#74462)
|
|
pkglint -r --network --only "migrate"
As a side-effect of migrating the homepages, pkglint also fixed a few
indentations in unrelated lines. These and the new homepages have been
checked manually.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Problems found with existing distfile:
distfiles/libiconv-1.13-cp932.patch.gz
No changes made to the libiconv distinfo file.
Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden). All existing
SHA1 digests retained for now as an audit trail.
|
|
|
|
having a PKGNAME of p5-*, or depending such a package,
for perl-5.22.0.
|
|
|
|
libabw 0.1.1
- Use symbol visibility on Linux. The library only exports the two public
functions now.
- Handle text language.
- Honor global setting of writing mode.
- Handle basic document metadata.
- Handle headings.
- Fix the loss of text formatting attributes that would happen in certain
cases.
- Several other smaller changes and improvements.
|
|
|
|
|
|
0.0.1 -> 0.1.0
- Switch to librevenge
- Do not add extra tab for list indentation
- Avoid possible crash on file format detection
- Ignore cells that are not inside a table
|
|
|
|
* clang is needed as C preprocessor. Do not fail configure script.
* Disable -Werror flag
|
|
Do it for all packages that
* mention perl, or
* have a directory name starting with p5-*, or
* depend on a package starting with p5-
like last time, for 5.18, where this didn't lead to complaints.
Let me know if you have any this time.
|
|
It is common for boost-libs consumers.
|
|
|
|
0.0.1 -> 0.0.2
- Do not add extra tab for list indentation
- Avoid possible crash on file format detection
- Ignore cells that are not inside a table
|
|
Libabw is library providing ability to interpret and import AbiWord
documents into various applications. You can find it being used in
libreoffice.
|