Skip to content

Commit 7427050

Browse files
committed
Release 3.6.1
1 parent 8677d88 commit 7427050

File tree

3 files changed

+27
-5
lines changed

3 files changed

+27
-5
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -62,14 +62,14 @@ 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.8.0 or higher is recommended (compatibility with 4.0 or
65+
dependencies); version 3.9.1 or higher is recommended (compatibility with 4.0 or
6666
higher is likely but not guaranteed).
6767

6868
### Test dependencies
6969

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

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

7575
- The [validator.nu html5 parser](https://about.validator.nu/htmlparser/).

RELEASE_NOTES.md

+24-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,33 @@
11
# css4j-AWT version 3.6.1 Release Notes
22

3-
### TBD
3+
### January 23, 2023
44

55
<br/>
66

77
## Highlights
88

9-
### Javadoc improvements.
9+
### Accept synonyms for "sans serif" in `AWTStyleDatabase`
10+
11+
### Make generic font family comparisons case insensitive in `AWTStyleDatabase`
12+
13+
14+
<br/>
15+
16+
## Detail of changes
1017

1118
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.

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.1-SNAPSHOT'
8+
version = '3.6.1'
99

1010
description = 'css4j-awt'
1111

0 commit comments

Comments
 (0)