From 31f803d015b970918782c26bf1f3ec216d4532da Mon Sep 17 00:00:00 2001 From: Steffen Waterkamp Date: Thu, 7 Oct 2021 16:42:44 +0200 Subject: [PATCH 1/2] Prepare 20.8.4 release --- CHANGELOG.md | 4 ++-- CMakeLists.txt | 2 +- gsa/CMakeLists.txt | 2 +- gsa/package.json | 2 +- gsa/src/version.js | 2 +- gsad/CMakeLists.txt | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b200ab009..75b0635488 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). -## [20.8.4] (unreleased) +## [20.8.4] 2021-10-11 ### Added ### Changed @@ -16,7 +16,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ### Fixed - Show dead hosts as possible reason in empty report when scan finishes [#3124](https://github.com/greenbone/gsa/pull/3124), [#3157](https://github.com/greenbone/gsa/pull/3157) -[Unreleased]: https://github.com/greenbone/gsa/compare/v20.8.3...gsa-20.08 +[20.8.4]: https://github.com/greenbone/gsa/compare/v20.8.4...v20.8.3 ## [20.8.3] 2021-08-03 diff --git a/CMakeLists.txt b/CMakeLists.txt index 199457becb..c543896ba1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -32,7 +32,7 @@ endif (NOT CMAKE_BUILD_TYPE) # Set dev version if this is a development version and not a full release, # unset (put value 0 or delete line) before a full release and reset after. -set (PROJECT_DEV_VERSION 1) +set (PROJECT_DEV_VERSION 0) # If PROJECT_DEV_VERSION is set, the version string will be set to: # "major.minor.patch~dev${PROJECT_DEV_VERSION}${GIT_REVISION}" diff --git a/gsa/CMakeLists.txt b/gsa/CMakeLists.txt index 521ee83d9a..5b906372ed 100644 --- a/gsa/CMakeLists.txt +++ b/gsa/CMakeLists.txt @@ -28,7 +28,7 @@ find_package (Yarn 1.0) # Set dev version if this is a development version and not a full release, # unset (put value 0 or delete line) before a full release and reset after. -set (PROJECT_DEV_VERSION 1) +set (PROJECT_DEV_VERSION 0) # If PROJECT_DEV_VERSION is set, the version string will be set to: # "major.minor.patch~dev${PROJECT_DEV_VERSION}${GIT_REVISION}" diff --git a/gsa/package.json b/gsa/package.json index 62575a003e..cfd2155361 100644 --- a/gsa/package.json +++ b/gsa/package.json @@ -1,6 +1,6 @@ { "name": "gsa", - "version": "20.8.4.dev1", + "version": "20.8.4", "description": "Greenbone Security Assistant", "keywords": [ "openvas", diff --git a/gsa/src/version.js b/gsa/src/version.js index 9cf56755a4..f6dfa98c5a 100644 --- a/gsa/src/version.js +++ b/gsa/src/version.js @@ -16,6 +16,6 @@ * along with this program. If not, see . */ -const VERSION = '20.8.4.dev1'; +const VERSION = '20.8.4'; export default VERSION; diff --git a/gsad/CMakeLists.txt b/gsad/CMakeLists.txt index 98c76e07a2..3d678311e4 100644 --- a/gsad/CMakeLists.txt +++ b/gsad/CMakeLists.txt @@ -24,7 +24,7 @@ project (gsad VERSION 20.8.4 LANGUAGES C) # Set dev version if this is a development version and not a full release, # unset (put value 0 or delete line) before a full release and reset after. -set (PROJECT_DEV_VERSION 1) +set (PROJECT_DEV_VERSION 0) # If PROJECT_DEV_VERSION is set, the version string will be set to: # "major.minor.patch~dev${PROJECT_DEV_VERSION}${GIT_REVISION}" From 0f0861ed0d26f017cd4698c111113910f8020c9b Mon Sep 17 00:00:00 2001 From: Jaspar L Date: Tue, 12 Oct 2021 14:09:17 +0200 Subject: [PATCH 2/2] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 75b0635488..297d3493e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). -## [20.8.4] 2021-10-11 +## [20.8.4] 2021-10-12 ### Added ### Changed