File epubcheck.changes of Package epubcheck
-------------------------------------------------------------------
Fri Jan 31 17:35:19 UTC 2025 - Anton Shvetz <shvetz.anton@gmail.com>
- Update to v5.2.1
* Bug Fixes
+ URLs with opaque paths (like mailto: or tel: URLs) were
reported as missing resources (70d10ac), closes #1595
- Update to v5.2.0
* Features
+ Dublin Core elements namespace must not be declared as a
vocabulary (6ae1d24)
+ recognize the a11y:exemption property (06f76ad), closes #1566
+ reject unknown epub: attributes in SVG (ddb3676)
+ disallow epub:prefix on embedded SVG (623f5ad), closes #1535
+ report undefined entity references in EPUB 2.0.1 (4ad738c),
closes #1546
+ update to latest schemas from the Nu HTML Checker (a4f00c1)
* Bug Fixes
+ allow CSS custom properties with no value (d60da30), closes
#1538
+ allow using -version when checking a file (26fd614), closes
#1533
+ always close the ZIP file after reading (96a6e1c)
+ NullPointerException was raised on some data URLs (c50536d),
closes #1536
+ prevent some internal URLs from leaking in messages
(e1871e2), closes #1542
+ rare decoding error on UTF-8 documents (90e87b2), closes
#1548
+ report the container creation date (d28e20f), closes #1532
+ simplify --failonwarnings documentation (f27958c), closes
#1575
+ tweak code and tests to better support Java 21 (9888fcc)
+ user proper keywords casing in Dockerfile (9724484)
* Dependencies updates
+ bump Jackson from 1.9.12 to 2.18.2 (9f56cc4)
+ bump xerces:xercesImpl from v2.9 to v2.12 (8af39fc)
+ bump com.google.guava:guava from 31.1-jre to 32.0.0-jre
(55aad600)
-------------------------------------------------------------------
Sun Oct 6 22:13:14 UTC 2024 - Anton Shvetz <shvetz.anton@gmail.com>
- Initial packaging with v5.1.0