diff --git a/CHANGELOG.md b/CHANGELOG.md index d19ead5f8..81fc8a70c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ ## CHANGELOG -### head - 1.0.9-SNAPSHOT +### head - 1.0.10-SNAPSHOT ++ See commit log. + + +### 1.0.9 (2021-June-18) **SECURITY RELEASE**: This release will be brought forward due to security releases of the PDFBOX and Batik dependencies. + [#722](https://github.com/danfickle/openhtmltopdf/pull/722) Upgrade PDFBOX (to 2.0.24) - avoids CVEs in earlier versions and PDFBoxGraphics2D. Thanks a lot @rototor. diff --git a/README.md b/README.md index ce7035fa8..e309850db 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ of these can be found in the [dependency graph](https://github.com/danfickle/ope Open HTML to PDF is based on [Flying-saucer](https://github.com/flyingsaucerproject/flyingsaucer). Credit goes to the contributors of that project. Code will also be used from [neoFlyingSaucer](https://github.com/danfickle/neoflyingsaucer) ## FAQ -+ OPEN HTML TO PDF is tested with OpenJDK 8 and 11. We are [not currently testing with Oracle JDKs](https://github.com/travis-ci/travis-ci/issues/10290). As of RC18, it requires at least Java 8 to run. ++ OPEN HTML TO PDF is tested with OpenJDK 8, 11 and 17 (early access). It requires at least Java 8 to run. + No, you can not use it on Android. + You should be able to use it on Google App Engine (Java 8 or greater environment). [Let us know your experience](https://github.com/danfickle/openhtmltopdf/issues/179). + Flowing columns are not implemented. Implemented in RC12. @@ -69,8 +69,12 @@ from ````/openhtmltopdf-examples/src/main/java/com/openhtmltopdf/testcases/Testc ## CHANGELOG -### head - 1.0.9-SNAPSHOT -**SECURITY RELEASE**: This release will be brought forward due to security releases of the PDFBOX and Batik dependencies. +### head - 1.0.10-SNAPSHOT ++ See commit log. + + +### 1.0.9 (2021-June-18) +**SECURITY RELEASE**: This release was brought forward due to security releases of the PDFBOX and Batik dependencies. + [#722](https://github.com/danfickle/openhtmltopdf/pull/722) Upgrade PDFBOX (to 2.0.24) - avoids CVEs in earlier versions and PDFBoxGraphics2D. Thanks a lot @rototor. + [#678](https://github.com/danfickle/openhtmltopdf/pull/678) Upgrade Batik Version to 1.14 (CVE-2020-11987) - Again it is strongly advised to avoid untrusted SVG and XML. Thanks @rototor.