File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
4
4
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) .
6
6
7
- ## [ Unreleased ]
7
+ ## [ 7.0.0 ] (2019-10-11)
8
8
9
9
### Added
10
10
- An ID has been added to NVT preferences. [ #282 ] ( https://github.com/greenbone/openvas/pull/282 )
@@ -46,7 +46,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
46
46
[ #337 ] ( https://github.com/greenbone/openvas/pull/337 ) [ #389 ] ( https://github.com/greenbone/openvas/pull/389 )
47
47
- Daemon mode has been entirely removed. [ #337 ] ( https://github.com/greenbone/openvas/pull/337 ) [ #341 ] ( https://github.com/greenbone/openvas/pull/341 )
48
48
49
- [ Unreleased ] : https://github.com/greenbone/openvas/compare/openvas-scanner-6 .0...master
49
+ [ 7.0.0 ] : https://github.com/greenbone/openvas/compare/v6 .0.1...v7.0.0
50
50
51
51
## [ 6.0.2] (unreleased)
52
52
Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ endif (CLANG_FORMAT)
62
62
63
63
# Set beta version if this is a beta release series,
64
64
# unset if this is a stable release series.
65
- set (PROJECT_BETA_RELEASE 1 )
65
+ set (PROJECT_BETA_RELEASE 0 )
66
66
67
67
if (GIT_REVISION )
68
68
set (PROJECT_VERSION_GIT "${GIT_REVISION} " )
Original file line number Diff line number Diff line change 3
3
# OpenVAS
4
4
5
5
[ ![ GitHub releases] ( https://img.shields.io/github/release/greenbone/openvas.svg )] ( https://github.com/greenbone/openvas/releases )
6
- [ ![ Code Documentation Coverage] ( https://img.shields.io/codecov/c/github/greenbone/openvas.svg?label=Doc%20Coverage&logo=codecov )] ( https://codecov.io/gh/greenbone/openvas )
6
+ [ ![ Code Documentation Coverage] ( https://img.shields.io/codecov/c/github/greenbone/openvas/openvas-7.0 .svg?label=Doc%20Coverage&logo=codecov )] ( https://codecov.io/gh/greenbone/openvas )
7
7
[ ![ CircleCI] ( https://circleci.com/gh/greenbone/openvas/tree/openvas-7.0.svg?style=svg )] ( https://circleci.com/gh/greenbone/openvas/tree/openvas-7.0 )
8
8
9
9
This is the Open Vulnerability Assessment Scanner (OpenVAS) of the
You can’t perform that action at this time.
0 commit comments