Skip to content

Commit a9ffd75

Browse files
committed
Release 4.0
1 parent 9fc8672 commit a9ffd75

File tree

3 files changed

+11
-23
lines changed

3 files changed

+11
-23
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ and optional library packages are the following:
6262
### Compile-time dependencies
6363

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

6868
### Test dependencies

RELEASE_NOTES.md

+9-21
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,21 @@
1-
# css4j-AWT version 3.6.1 Release Notes
1+
# css4j-AWT version 4.0 Release Notes
22

3-
### January 23, 2023
3+
### March 30, 2023
44

55
<br/>
66

77
## Highlights
88

9-
### Accept synonyms for "sans serif" in `AWTStyleDatabase`
10-
11-
### Make generic font family comparisons case insensitive in `AWTStyleDatabase`
9+
### Upgrade to css4j 4.0
1210

11+
This library now benefits from the color upgrades in css4j 4.0.
1312

1413
<br/>
1514

1615
## Detail of changes
1716

18-
The javadocs now link to css4j API docs.
19-
20-
- Accept synonyms for "sans serif" in `AWTStyleDatabase`.
21-
- Make generic font family comparisons case insensitive in `AWTStyleDatabase`.
22-
- Bump year to 2023 in copyrights.
23-
- Javadoc: add a module description.
24-
- Fix build warning
25-
- Fix javadoc warning
26-
- Upgrade to css4j 3.9.1
27-
- Upgrade to xml-dtd 4.1.1
28-
- Upgrade to slf4j-api 2.0.6
29-
- Upgrade to JUnit 4.13.2.
30-
- Upgrade to extra-java-module-info 1.2
31-
- Upgrade Gradle wrapper to 7.6
32-
- Gradle: copy licensing files to META-INF directory of archive files.
33-
- Add a workflow to publish package in Github.
17+
- Upgrade to css4j 4.0
18+
- Upgrade to slf4j 2.0.7
19+
- Upgrade to extra-java-module-info 1.3
20+
- Upgrade Gradle wrapper to 8.0.2
21+
- Tests: convert the tests to JUnit 5.

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ plugins {
55
}
66

77
group = 'io.sf.carte'
8-
version = '3.6.2-SNAPSHOT'
8+
version = '4.0'
99

1010
description = 'css4j-awt'
1111

0 commit comments

Comments
 (0)