Skip to content

Commit

Permalink
Merge pull request #503 from jjnicola/version-602
Browse files Browse the repository at this point in the history
Prepare relase 6.0.2
  • Loading branch information
jjnicola authored May 12, 2020
2 parents 683b2f5 + 1a5c3d5 commit ae852b6
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
5 changes: 3 additions & 2 deletions CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ or get the entire source code repository and view log history:
$ git clone https://github.com/greenbone/openvas.git
$ cd openvas && git checkout openvas-scanner-6.0 && git log

openvas-scanner 6.0.2 (unreleased)
openvas-scanner 6.0.2 (2020-05-12)

This is the second patch release of the openvas-scanner module 6.0 for the
Greenbone Vulnerability Management (GVM) framework.
Expand All @@ -19,8 +19,9 @@ Main changes compared to openvas-scanner 6.0.1:
has been fixed.
* Improve signal handling when update vhosts list.
* Increase size of buffer for preferences to allow for up to 105K NVTs.
* Perform the sca even if there are missing plugins in the nvticache.
* Perform the scan even if there are missing plugins in the nvticache.
* Drop HTTP sync.
* Use new URL for GCF rsync.

openvas-scanner 6.0.1 (2019-07-17)

Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ cmake_minimum_required (VERSION 3.0)
message ("-- Configuring the Scanner...")

project (openvas-scanner
VERSION 6.0.1
VERSION 6.0.2
LANGUAGES C)

if (POLICY CMP0005)
Expand Down
2 changes: 1 addition & 1 deletion misc/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ set (CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Wall -Wextra -fPIC")
# we require CMake >= 3.0
set (MISC_VERSION_MAJOR 10)
set (MISC_VERSION_MINOR 0)
set (MISC_VERSION_PATCH 1)
set (MISC_VERSION_PATCH 2)

if (PROJECT_BETA_RELEASE)
set (MISC_VERSION_SUFFIX "+beta${PROJECT_BETA_RELEASE}")
Expand Down
2 changes: 1 addition & 1 deletion nasl/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
# we require CMake >= 3.0
set (NASL_VERSION_MAJOR 10)
set (NASL_VERSION_MINOR 0)
set (NASL_VERSION_PATCH 1)
set (NASL_VERSION_PATCH 2)

if (PROJECT_BETA_RELEASE)
set (NASL_VERSION_SUFFIX "+beta${PROJECT_BETA_RELEASE}")
Expand Down

0 comments on commit ae852b6

Please sign in to comment.