Skip to content

Commit

Permalink
Automatic release to 20.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
greenbonebot committed Aug 3, 2021
1 parent 9d14be1 commit 6b00ce6
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 9 deletions.
23 changes: 15 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,14 @@ 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/).

## [Unreleased]
### Added
### Changed
### Deprecated
### Removed
## [20.8.3] - 2021-08-03
### Fixed

- Fix clang-analyzer warnings.
[#791](https://github.com/greenbone/openvas/pull/791)
[#795](https://github.com/greenbone/openvas/pull/795)

[Unreleased]: https://github.com/greenbone/openvas-scanner/compare/v20.8.2...HEAD

[20.8.3]: https://github.com/greenbone/openvas-scanner/compare/v20.8.2...v20.8.3

## [20.8.2] - 2021-06-23

Expand Down Expand Up @@ -209,13 +204,25 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

[7.0.0]: https://github.com/greenbone/openvas/compare/v6.0.1...v7.0.0

## [6.0.2] (unreleased)
## [20.8.3] - 2021-08-03
## [20.8.3] - 2021-08-03### Fixed

- Fix clang-analyzer warnings.
[#791](https://github.com/greenbone/openvas/pull/791)
[#795](https://github.com/greenbone/openvas/pull/795)






### Changed
- The call to wmiexec.py has been replaced with impacket-wmiexec, because the symlink has been added in Debian Stretch with python-impacket 0.9.15-1.

[6.0.2]: https://github.com/greenbone/openvas/compare/v6.0.1...openvas-scanner-6.0

[20.8.3]: https://github.com/greenbone/openvas-scanner/compare/v20.8.2...v20.8.3

## [6.0.1] (2019-07-17)

### Added
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ endif (NOT CMAKE_BUILD_TYPE MATCHES "Release")

# 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}"
Expand Down

0 comments on commit 6b00ce6

Please sign in to comment.