Skip to content

Commit

Permalink
Automatic release to 20.8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
greenbonebot committed Oct 11, 2021
1 parent 44f4ef8 commit 4ba6c07
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
6 changes: 1 addition & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,25 +5,21 @@ 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)
### Added
## [20.8.4] - 2021-10-11
### Changed
- Changed defaults for installation locations [#826](https://github.com/greenbone/openvas-scanner/pull/826)
- SYSCONFDIR is /etc by default now
- LOCALSTATEDIR is /var by default now
- OPENVAS_RUN_DIR is /run/ospd by default now
- OPENVAS_FEED_LOCK_PATH is /var/lib/openvas/feed-update.lock by default now

### Deprecated
### Removed
### Fixed
- Backport #832. Fix interrupted scan, when the process table is full. [#835](https://github.com/greenbone/openvas-scanner/pull/835)
- Fix Segmentation fault when freeing hosts and alive hosts [#893](https://github.com/greenbone/openvas/pull/893)
- Backport #884. Fix potential segfault.[#892](https://github.com/greenbone/openvas/pull/892)

[20.8.4]: https://github.com/greenbone/openvas-scanner/compare/v20.8.3...openvas-20.08


## [20.8.3] - 2021-08-03
### Fixed

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 4ba6c07

Please sign in to comment.