Skip to content

Commit

Permalink
Release 4.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosame committed Nov 12, 2022
1 parent e945517 commit c12639a
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 20 deletions.
34 changes: 15 additions & 19 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,31 +1,27 @@
# xml-dtd version 4.1.0 Release Notes
# xml-dtd version 4.1.1 Release Notes

### August 19, 2022
### November 12, 2022

<br/>

## Highlights

### Use the HTML5 entities as fallback if no subset is found in getExternalSubset
### XHTML 1.1 DTD cleanup

See issue #3.
See issue #8.

### Do not assume a specific SVG version for <svg> in getExternalSubset
### Remove `final` modifiers from two `DefaultEntityResolver` methods

See issue #5.

### Support the DTD for SVG 1.0 in DefaultEntityResolver

See issue #6.
See issue #9.

## Detail of changes

- Use the HTML5 entities as fallback if no subset is found in getExternalSubset (#3)
- Do not assume a specific SVG version for <svg> in getExternalSubset (#5)
- Support the DTD for SVG 1.0 in DefaultEntityResolver (#6)
- ContentModel: more efficient use of collections.
- Make inner class static in EntityFinder.
- DefaultEntityResolver: formatting.
- A few javadoc improvements.
- Gradle: upgrade wrapper to 7.5.1.
- Bump year to 2022 in copyright headers.
- XHTML 1.1 DTD cleanup. See #8
- Remove `final` modifiers from two `DefaultEntityResolver` methods (#9)
- Gradle: use a different line conversion procedure to avoid Git glitches
- Add a Developer Certificate of Origin and a CONTRIBUTING.md file
- Create a legal NOTICE.txt file
- README: modify javadocs link to point to modular API
- README: add CI badge
- Create dependabot.yml
- Use carte-util 3.6.0
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ group = 'io.sf.carte'

description = 'xml-dtd'

version = '4.1.1-SNAPSHOT'
version = '4.1.1'

sourceSets {
main {
Expand Down

0 comments on commit c12639a

Please sign in to comment.