diff --git a/html-xml-utils-7.7.tar.gz b/html-xml-utils-7.7.tar.gz deleted file mode 100644 index e5cbd97..0000000 --- a/html-xml-utils-7.7.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:99373637639bf1bd33c5d2a7c2c4cd4efc30dcf37350fc536c489a2370b998ef -size 403664 diff --git a/html-xml-utils-7.8.tar.gz b/html-xml-utils-7.8.tar.gz new file mode 100644 index 0000000..9e5f7d8 --- /dev/null +++ b/html-xml-utils-7.8.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ab41c9277efc699603d062c10740c6e528fdb9ac35014db4e07f16ad8700d5d +size 408201 diff --git a/html-xml-utils.changes b/html-xml-utils.changes index 889c1c0..8a77ba0 100644 --- a/html-xml-utils.changes +++ b/html-xml-utils.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Thu Oct 24 20:21:24 UTC 2019 - Sebastian Wagner + +- update to version 7.8: + * textwrap.c, langinfo.c, hxnormalize.c: Added knowledge about + languages that do not use spaces between words. In such languages, + a newline should not be converted to a space in outc() in + textwrap.c, but only to a break opportunity. + * hxtoc.c: The element to group headings in HTML5 is called + HGROUP, not HEADER. The heading of a section (SECTION, ARTICLE, + etc.) need not be the first element, there may be non-header + elements before it. + * hxwls.c: Print "longdesc", "classid" or "codebase" in the second + column for the corresponding attribute. Also recognize srcset + (somewhat). + * hxnormalize.c: Added option -X to indicate the input is XML + instead of HTML. Handle conversion of CDATA elements to XML by + escaping < and & instead of adding