This update for htmldoc fixes the following issues:
Update to version 1.9.12
- Fixed buffer-overflow CVE-2021-20308 ( boo#1184424 )
- Fixed a crash bug with 'data:' URIs and EPUB output
- Fixed several other crash bugs
- Fixed JPEG error handling
- Fixed some minor issues
- Removed the bundled libjpeg, libpng, and zlib.
update to 1.9.11:
- Added high-resolution desktop icons for Linux.
- Updated the internal HTTP library to fix truncation of redirection URLs
- Fixed a regression in the handling of character entities for UTF-8 input
- The
--numbered option did not work when the table-of-contents was disabled
- Updated local zlib to v1.2.11.
- Updated local libpng to v1.6.37.
- Fixed packaging issues on macOS and Windows
- Now ignore sRGB profile errors in PNG files
- The GUI would crash when saving
- Page comments are now allowed in
pre text
update to 1.9.9:
- Added support for a
HTMLDOC.filename META keyword that controls the filename
reported in CGI mode; the default remains 'htmldoc.pdf' (Issue #367)
- Fixed a paragraph formatting issue with large inline images (Issue #369)
- Fixed a buffer underflow issue (Issue #370)
- Fixed PDF page numbers (Issue #371)
- Added support for a new
L header/footer format ($LETTERHEAD), which
inserts a letterhead image at its full size (Issue #372, Issue #373,
Issue #375)
- Updated the build documentation (Issue #374)
- Refactored the PRE rendering code to work around compiler optimization bugs
- Added support for links with targets (Issue #351)
- Fixed a table rowspan + valign bug (Issue #360)
- Added support for data URIs (Issue #340)
- HTMLDOC no longer includes a PDF table of contents when converting a single
web page (Issue #344)
- Updated the markdown support with external links, additional inline markup,
and hard line breaks.
- Links in markdown text no longer render with a leading space as part of the
link (Issue #346)
- Fixed a buffer underflow bug discovered by AddressSanitizer.
- Fixed a bug...