Skip to content

Commit 4ba6c07

Browse files
committed
Automatic release to 20.8.4
1 parent 44f4ef8 commit 4ba6c07

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

CHANGELOG.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,25 +5,21 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
66

77

8-
## [20.8.4] (unreleased)
9-
### Added
8+
## [20.8.4] - 2021-10-11
109
### Changed
1110
- Changed defaults for installation locations [#826](https://github.com/greenbone/openvas-scanner/pull/826)
1211
- SYSCONFDIR is /etc by default now
1312
- LOCALSTATEDIR is /var by default now
1413
- OPENVAS_RUN_DIR is /run/ospd by default now
1514
- OPENVAS_FEED_LOCK_PATH is /var/lib/openvas/feed-update.lock by default now
1615

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

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

26-
2723
## [20.8.3] - 2021-08-03
2824
### Fixed
2925

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ endif (NOT CMAKE_BUILD_TYPE MATCHES "Release")
5050

5151
# Set dev version if this is a development version and not a full release,
5252
# unset (put value 0 or delete line) before a full release and reset after.
53-
set (PROJECT_DEV_VERSION 1)
53+
set (PROJECT_DEV_VERSION 0)
5454

5555
# If PROJECT_DEV_VERSION is set, the version string will be set to:
5656
# "major.minor.patch~dev${PROJECT_DEV_VERSION}${GIT_REVISION}"

0 commit comments

Comments
 (0)