- Update to version 8.1:
* tests/select11.sh, tests/select12.sh, tests/select13.sh, tests/select19.sh, tests/select21.sh: Added some text and comments, to test that they are correctly skipped. * tests/select31.sh, tests/select32.sh, Makefile.am: Added two tests for the sibling selector (~). * selmatch.c: Sibling selector failed to skip non-element nodes. * dict.c: Deleting an entry with dict_destroy() made entries with the same hash value that were stored in subsequent slots inaccessible. The dict_destroy() function isn't used in any of the HTML-XML-utils, but other programs may borrow this module. OBS-URL: https://build.opensuse.org/package/show/utilities/html-xml-utils?expand=0&rev=14
This commit is contained in:
parent
609d6ee3fb
commit
f9adbc00c8
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:749059906c331c2c7fbaceee02466245a237b91bd408dff8f396d0734a060ae2
|
|
||||||
size 408867
|
|
3
html-xml-utils-8.1.tar.gz
Normal file
3
html-xml-utils-8.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:db7482350a68d2e74f6c2a6e17d871ba06c94101ece1e74a357ea7821bb419eb
|
||||||
|
size 413135
|
@ -1,3 +1,18 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Dec 21 08:46:21 UTC 2021 - Sebastian Wagner <sebix+novell.com@sebix.at>
|
||||||
|
|
||||||
|
- Update to version 8.1:
|
||||||
|
* tests/select11.sh, tests/select12.sh, tests/select13.sh,
|
||||||
|
tests/select19.sh, tests/select21.sh: Added some text and
|
||||||
|
comments, to test that they are correctly skipped.
|
||||||
|
* tests/select31.sh, tests/select32.sh, Makefile.am: Added two
|
||||||
|
tests for the sibling selector (~).
|
||||||
|
* selmatch.c: Sibling selector failed to skip non-element nodes.
|
||||||
|
* dict.c: Deleting an entry with dict_destroy() made entries with
|
||||||
|
the same hash value that were stored in subsequent slots
|
||||||
|
inaccessible. The dict_destroy() function isn't used in any of the
|
||||||
|
HTML-XML-utils, but other programs may borrow this module.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Nov 2 20:39:02 UTC 2021 - Sebastian Wagner <sebix+novell.com@sebix.at>
|
Tue Nov 2 20:39:02 UTC 2021 - Sebastian Wagner <sebix+novell.com@sebix.at>
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: html-xml-utils
|
Name: html-xml-utils
|
||||||
Version: 8.0
|
Version: 8.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A number of utilities for manipulating HTML and XML files
|
Summary: A number of utilities for manipulating HTML and XML files
|
||||||
License: W3C
|
License: W3C
|
||||||
|
Loading…
x
Reference in New Issue
Block a user