From 98eae291d5ecbdd01962b3739342d68942e8186f Mon Sep 17 00:00:00 2001 From: Ralph Lange Date: Tue, 21 Jun 2022 13:39:42 +0200 Subject: [PATCH] Update doc and release notes for v2.8.3 --- README.md | 2 +- src/site/markdown/index.md | 4 ++-- src/site/markdown/release-notes.md | 11 +++++++++-- 3 files changed, 12 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 03342476f..2170bf6f8 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ website is included in the distribution archives (in the `site` folder). VisualDCT is a [Maven](https://maven.apache.org/) project. Any recent Java IDE should be able to open and compile it. -VisualDCT is known to compile using Java 8 and Java 10. +VisualDCT requires Java 7 and is known to compile using Java 8, 11 and 16. Apart from the default lifecycle, two additional Maven goals are useful: diff --git a/src/site/markdown/index.md b/src/site/markdown/index.md index b45f903ac..6d22eed25 100644 --- a/src/site/markdown/index.md +++ b/src/site/markdown/index.md @@ -25,7 +25,7 @@ website is included in the distribution archives (in the `site` folder). VisualDCT is a [Maven](https://maven.apache.org/) project. Any recent Java IDE should be able to open and compile it. -VisualDCT is known to compile using Java 8 and Java 10. +VisualDCT requires Java 7 and is known to compile using Java 8, 11 and 16. Apart from the default lifecycle, two additional Maven goals are useful: @@ -35,7 +35,7 @@ Apart from the default lifecycle, two additional Maven goals are useful: ## Continuous Integration Continuous Integration and deployment is provided through -[Travis-CI](https://travis-ci.org/epics-extensions/VisualDCT). +[GitHub Actions](https://github.com/epics-extensions/VisualDCT/actions). ## Bugs diff --git a/src/site/markdown/release-notes.md b/src/site/markdown/release-notes.md index b76640c14..dbca469c7 100644 --- a/src/site/markdown/release-notes.md +++ b/src/site/markdown/release-notes.md @@ -1,8 +1,15 @@ # Release Notes -## 2.8.3 (not released yet) -[View diff](https://github.com/epics-extensions/VisualDCT/compare/v2.8.2...master) +## 2.8.4 (not released yet) +[View diff](https://github.com/epics-extensions/VisualDCT/compare/v2.8.3...master) +## 2.8.3 (21 Jun 2022) +[View diff](https://github.com/epics-extensions/VisualDCT/compare/v2.8.2...v2.8.3) + + * Security relevant update of mysql-connector version + * Update versions of all dependencies + * Move from Travis CI to GitHub Actions + ## 2.8.2 (19 Dec 2019) [View diff](https://github.com/epics-extensions/VisualDCT/compare/v2.8.1...v2.8.2)