diff options
author | fcambus <fcambus@pkgsrc.org> | 2021-02-01 09:35:11 +0000 |
---|---|---|
committer | fcambus <fcambus@pkgsrc.org> | 2021-02-01 09:35:11 +0000 |
commit | b4899e5d97436de1b334a446aa570c1a485e17fb (patch) | |
tree | 501081912817e68e0d9474443187e2b1bf8d6dba | |
parent | 7b4c9dd72eae8fd55537b05dfb69fb4e7dd9135a (diff) | |
download | pkgsrc-b4899e5d97436de1b334a446aa570c1a485e17fb.tar.gz |
htmldoc-x11: update to 1.9.11.
ChangeLog:
# Changes in HTMLDOC v1.9.11
- Added high-resolution desktop icons for Linux.
- Updated the internal HTTP library to fix truncation of redirection URLs
(Issue #396)
- Fixed a regression in the handling of character entities for UTF-8 input
(Issue #401)
- The `--numbered` option did not work when the table-of-contents was disabled
(Issue #405)
# Changes in HTMLDOC v1.9.10
- Updated local zlib to v1.2.11.
- Updated local libpng to v1.6.37.
- Fixed packaging issues on macOS and Windows (Issue #377, Issue #386)
- Now ignore sRGB profile errors in PNG files (Issue #390)
- The GUI would crash when saving (Issue #391)
- Page comments are now allowed in `pre` text (Issue #394)
# Changes in HTMLDOC v1.9.9
- Fixed a redirection issue - some sites (incorrectly) provide an incomplete
Location: URL in the HTTP response.
- Fixed https: support on newer versions of Windows (Issue #378)
- Fixed a problem with remote URLs containing spaces (Issue #379)
- Fixed a UTF-8 processing bug for Markdown files (Issue #383)
- Added support for `<FONT FACE="monospace">` (Issue #385)
-rw-r--r-- | www/htmldoc-x11/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/www/htmldoc-x11/Makefile b/www/htmldoc-x11/Makefile index aa38be73305..4b710107de8 100644 --- a/www/htmldoc-x11/Makefile +++ b/www/htmldoc-x11/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.22 2020/08/17 20:20:21 leot Exp $ +# $NetBSD: Makefile,v 1.23 2021/02/01 09:35:11 fcambus Exp $ PKGNAME= htmldoc-x11-${VERSION} -PKGREVISION= 1 CONFIGURE_ARGS+= --with-gui |