diff --git a/README.md b/README.md index cfa28cad2..c84282a6f 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ This project currently maps to the contents of release Java SE 8u20. 2. Will the backport be kept up to date? There are no plans for further releases. -However if bugs are found, or pull requests received then a release may occur. +However if security issues or bugs are found, or pull requests received then a release may occur. 3. Is this project derived from OpenJDK? No. This project is derived from the Reference Implementation previously hosted on GitHub. diff --git a/pom.xml b/pom.xml index 7530c4e0d..6d2015931 100644 --- a/pom.xml +++ b/pom.xml @@ -50,6 +50,10 @@ Ludovic Hochet https://github.com/lhochet + + Tomislav Hofman + https://github.com/tomislavhofman + Matias Irland https://github.com/matir91 diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 106cd8bda..d5ec04c34 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -9,6 +9,9 @@ + + Update to time-zone data 2020b. + Fix parsing of fixed zone offsets. Fixes #133. @@ -18,6 +21,10 @@ Hard code a reasonable answer. Fixes #97. + + Fix Javadoc nit. + Fixes #128. + diff --git a/src/site/markdown/index.md b/src/site/markdown/index.md index 5e1e6842f..03c6c5c56 100644 --- a/src/site/markdown/index.md +++ b/src/site/markdown/index.md @@ -42,7 +42,7 @@ Various documentation is available: ## Releases -Release 1.4.4 is the latest release. +Release 1.4.5 is the latest release. It is considered to be stable and usable in production. The project runs on Java SE 6 (or later) and has no [dependencies](dependencies.html). @@ -58,7 +58,7 @@ Available in [Maven Central](https://search.maven.org/search?q=g:org.threeten%20 org.threeten threetenbp - 1.4.4 + 1.4.5 ```