Skip to content

Commit c184fb5

Browse files
authored
Merge pull request #20 from takahashim/update-426
update epubcheck 4.2.6
2 parents 449db3b + eabbda5 commit c184fb5

32 files changed

+23
-7
lines changed

jar/epubcheck-4.2.5/CHANGELOG.txt renamed to jar/epubcheck-4.2.6/CHANGELOG.txt

Lines changed: 21 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,31 @@
11
# EPUBCheck change log
22

3-
<a name="4.2.5"></a>
4-
## [4.2.5](https://github.com/w3c/epubcheck/compare/v4.2.4...v4.2.5) (2021-03-15)
3+
<a name="4.2.6"></a>
4+
## [4.2.6](https://github.com/w3c/epubcheck/compare/v4.2.5...v4.2.6) (2021-06-30)
55

6-
This is the **latest production-ready** release of EPUBCheck, which provides complete support for checking conformance to the [EPUB 3.2](https://w3c.github.io/publ-epub-revision/epub32/spec/epub-spec.html) family of specifications.
6+
This is the **latest production-ready** release of EPUBCheck. It provides complete support for checking conformance to the [EPUB 3.2](https://w3c.github.io/publ-epub-revision/epub32/spec/epub-spec.html) family of specifications.
77

8-
Version 4.2.5 is a maintenance release. It adds several new checks for Media Overlays, updates the HTML schemas to the latest version availabe, and includes various other bug fixes and adjustments (see the detailed list below).
8+
Version 4.2.6 is a maintenance release, which reverts two checks recently introduced in v4.2.5. In this newer version:
9+
- the `role` property can now refine `creator`, `contributor`, and `publisher` properties more than once
10+
- Media Overlays no longer have to match the reading order of the associated Content Documents
11+
12+
Reverting these checks is a proactive adoption of the rules that will be relaxed in EPUB 3.3, as the stricter checks recently introduced were problematic to some users.
913

1014
This release was made by the DAISY Consortium for the W3C. Many thanks to everyone who contributed and reported issues!
1115

12-
This EPUBCheck version is also available in the Maven Central Repository as [`org.w3c:epubcheck:4.2.5`](https://search.maven.org/artifact/org.w3c/epubcheck/4.2.5/jar).
16+
This EPUBCheck version is also available in the Maven Central Repository as [`org.w3c:epubcheck:4.2.6`](https://search.maven.org/artifact/org.w3c/epubcheck/4.2.6/jar).
17+
18+
### Features
19+
20+
* allow multiple roles for creator, contributor, and publisher ([#1258](https://github.com/w3c/epubcheck/issues/1258)) ([6c68c61](https://github.com/w3c/epubcheck/commit/6c68c61)), closes [#1230](https://github.com/w3c/epubcheck/issues/1230)
21+
* do not report Media Overlays ordering mismatch ([1cd7d77](https://github.com/w3c/epubcheck/commit/1cd7d77))
22+
23+
24+
25+
26+
<a name="4.2.5"></a>
27+
## [4.2.5](https://github.com/w3c/epubcheck/compare/v4.2.4...v4.2.5) (2021-03-15)
28+
1329

1430
### Features
1531

File renamed without changes.
File renamed without changes.
Binary file not shown.

0 commit comments

Comments
 (0)