|
1 |
| -# xml-dtd version 4.0.0 Release Notes |
| 1 | +# xml-dtd version 4.1.0 Release Notes |
2 | 2 |
|
3 |
| -### December 3, 2021 |
| 3 | +### August 19, 2022 |
4 | 4 |
|
5 | 5 | <br/>
|
6 | 6 |
|
7 | 7 | ## Highlights
|
8 | 8 |
|
9 |
| -### Removal of DefaultEntityResolver.resolveEntity(String) |
| 9 | +### Use the HTML5 entities as fallback if no subset is found in getExternalSubset |
10 | 10 |
|
11 |
| -See issue #1. |
| 11 | +See issue #3. |
12 | 12 |
|
13 |
| -### Use the Security Manager if available |
| 13 | +### Do not assume a specific SVG version for <svg> in getExternalSubset |
14 | 14 |
|
15 |
| -See issue #2. |
| 15 | +See issue #5. |
| 16 | + |
| 17 | +### Support the DTD for SVG 1.0 in DefaultEntityResolver |
| 18 | + |
| 19 | +See issue #6. |
16 | 20 |
|
17 | 21 | ## Detail of changes
|
18 | 22 |
|
19 |
| -- Remove `DefaultEntityResolver.resolveEntity(String)`. (#1) |
20 |
| -- Use the Security Manager only if available. (#2) |
21 |
| -- Gradle: copy licensing files to `META-INF` directory of archive files. |
22 |
| -- Gradle: line-ending conversion task now warns if file does not exists. |
23 |
| -- Gradle: upgrade wrapper to 7.3. |
24 |
| -- Upgrade to JUnit 4.13.2. |
25 |
| -- Add a 'changes.sh' script to generate a CHANGES.txt. |
26 |
| -- Use Markdown in Release Notes, move non-release information to README. |
27 |
| -- README: add a link to the resolver overview/introduction page. |
28 |
| -- CI: build with Java 11 and 17. |
| 23 | +- Use the HTML5 entities as fallback if no subset is found in getExternalSubset (#3) |
| 24 | +- Do not assume a specific SVG version for <svg> in getExternalSubset (#5) |
| 25 | +- Support the DTD for SVG 1.0 in DefaultEntityResolver (#6) |
| 26 | +- ContentModel: more efficient use of collections. |
| 27 | +- Make inner class static in EntityFinder. |
| 28 | +- DefaultEntityResolver: formatting. |
| 29 | +- A few javadoc improvements. |
| 30 | +- Gradle: upgrade wrapper to 7.5.1. |
| 31 | +- Bump year to 2022 in copyright headers. |
0 commit comments