Skip to content

Commit f33979a

Browse files
committed
Prepare for Release 3.5.2.
1 parent de2d4fa commit f33979a

File tree

2 files changed

+56
-0
lines changed

2 files changed

+56
-0
lines changed

README.md

+6
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ Utility classes for processing XML DTDs.
77

88
<br/>
99

10+
## Licensing
11+
12+
This software is provided under a [BSD-style license](LICENSE.txt).
13+
14+
<br/>
15+
1016
## Building from source
1117

1218
### Requirements

RELEASE_NOTES.txt

+50
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
2+
XML-DTD RELEASE NOTES
3+
=====================
4+
5+
Release 3.5.2 - August 12, 2021
6+
-------------------------------
7+
8+
Release Highlights
9+
------------------
10+
11+
* Deprecate DefaultEntityResolver.resolveEntity(String) for removal.
12+
13+
See issue #1.
14+
15+
* Build improvements.
16+
17+
The Gradle build is smaller and a bit faster.
18+
19+
If you are already using a recent version of this library, do not really need
20+
to upgrade.
21+
22+
23+
Java(tm) Runtime Environment requirements
24+
-----------------------------------------
25+
All the classes in the binary package have been compiled with a Java compiler
26+
set to 1.8 compiler compliance level, except the module-info file.
27+
28+
Building the library requires a recent modular JDK (tested with version 16),
29+
although the resulting jar file can be run with a 1.8 JRE.
30+
31+
32+
Software dependencies
33+
=====================
34+
35+
The following dependencies are optional, you may need them depending on the
36+
functionality that you are using:
37+
38+
- The jclf-text (5.0.0 or higher) module:
39+
https://sourceforge.net/projects/jclf
40+
41+
- The tokenproducer artifact; version 1.1.1 or higher is recommended:
42+
https://github.com/css4j/tokenproducer/releases
43+
44+
- To run the unit tests you need a recent version of JUnit 4.
45+
46+
47+
Project Site
48+
============
49+
50+
Development site: https://github.com/css4j/xml-dtd

0 commit comments

Comments
 (0)