- 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:
Sebastian Wagner 2021-12-21 08:47:19 +00:00 committed by Git OBS Bridge
parent 609d6ee3fb
commit f9adbc00c8
4 changed files with 19 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:749059906c331c2c7fbaceee02466245a237b91bd408dff8f396d0734a060ae2
size 408867

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:db7482350a68d2e74f6c2a6e17d871ba06c94101ece1e74a357ea7821bb419eb
size 413135

View File

@ -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>

View File

@ -17,7 +17,7 @@
Name: html-xml-utils
Version: 8.0
Version: 8.1
Release: 0
Summary: A number of utilities for manipulating HTML and XML files
License: W3C