Skip to content

Commit

Permalink
Prepare for Release 3.5.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosame committed Aug 12, 2021
1 parent de2d4fa commit f33979a
Show file tree
Hide file tree
Showing 2 changed files with 56 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ Utility classes for processing XML DTDs.

<br/>

## Licensing

This software is provided under a [BSD-style license](LICENSE.txt).

<br/>

## Building from source

### Requirements
Expand Down
50 changes: 50 additions & 0 deletions RELEASE_NOTES.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@

XML-DTD RELEASE NOTES
=====================

Release 3.5.2 - August 12, 2021
-------------------------------

Release Highlights
------------------

* Deprecate DefaultEntityResolver.resolveEntity(String) for removal.

See issue #1.

* Build improvements.

The Gradle build is smaller and a bit faster.

If you are already using a recent version of this library, do not really need
to upgrade.


Java(tm) Runtime Environment requirements
-----------------------------------------
All the classes in the binary package have been compiled with a Java compiler
set to 1.8 compiler compliance level, except the module-info file.

Building the library requires a recent modular JDK (tested with version 16),
although the resulting jar file can be run with a 1.8 JRE.


Software dependencies
=====================

The following dependencies are optional, you may need them depending on the
functionality that you are using:

- The jclf-text (5.0.0 or higher) module:
https://sourceforge.net/projects/jclf

- The tokenproducer artifact; version 1.1.1 or higher is recommended:
https://github.com/css4j/tokenproducer/releases

- To run the unit tests you need a recent version of JUnit 4.


Project Site
============

Development site: https://github.com/css4j/xml-dtd

0 comments on commit f33979a

Please sign in to comment.