Skip to content

Commit

Permalink
Release 3.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosame committed Jan 23, 2023
1 parent 8677d88 commit 7427050
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,14 +62,14 @@ and optional library packages are the following:
### Compile-time dependencies

- The [css4j](https://github.com/css4j/css4j/releases) library (and its transitive
dependencies); version 3.8.0 or higher is recommended (compatibility with 4.0 or
dependencies); version 3.9.1 or higher is recommended (compatibility with 4.0 or
higher is likely but not guaranteed).

### Test dependencies

- A recent version of [JUnit 4](https://junit.org/junit4/).

- The [xml-dtd](https://github.com/css4j/xml-dtd) library; version 4.1.0 or
- The [xml-dtd](https://github.com/css4j/xml-dtd) library; version 4.1.1 or
higher is recommended.

- The [validator.nu html5 parser](https://about.validator.nu/htmlparser/).
Expand Down
26 changes: 24 additions & 2 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,33 @@
# css4j-AWT version 3.6.1 Release Notes

### TBD
### January 23, 2023

<br/>

## Highlights

### Javadoc improvements.
### Accept synonyms for "sans serif" in `AWTStyleDatabase`

### Make generic font family comparisons case insensitive in `AWTStyleDatabase`


<br/>

## Detail of changes

The javadocs now link to css4j API docs.

- Accept synonyms for "sans serif" in `AWTStyleDatabase`.
- Make generic font family comparisons case insensitive in `AWTStyleDatabase`.
- Bump year to 2023 in copyrights.
- Javadoc: add a module description.
- Fix build warning
- Fix javadoc warning
- Upgrade to css4j 3.9.1
- Upgrade to xml-dtd 4.1.1
- Upgrade to slf4j-api 2.0.6
- Upgrade to JUnit 4.13.2.
- Upgrade to extra-java-module-info 1.2
- Upgrade Gradle wrapper to 7.6
- Gradle: copy licensing files to META-INF directory of archive files.
- Add a workflow to publish package in Github.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
}

group = 'io.sf.carte'
version = '3.6.1-SNAPSHOT'
version = '3.6.1'

description = 'css4j-awt'

Expand Down

0 comments on commit 7427050

Please sign in to comment.