File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -5,25 +5,21 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) .
6
6
7
7
8
- ## [ 20.8.4] (unreleased)
9
- ### Added
8
+ ## [ 20.8.4] - 2021-10-11
10
9
### Changed
11
10
- Changed defaults for installation locations [ #826 ] ( https://github.com/greenbone/openvas-scanner/pull/826 )
12
11
- SYSCONFDIR is /etc by default now
13
12
- LOCALSTATEDIR is /var by default now
14
13
- OPENVAS_RUN_DIR is /run/ospd by default now
15
14
- OPENVAS_FEED_LOCK_PATH is /var/lib/openvas/feed-update.lock by default now
16
15
17
- ### Deprecated
18
- ### Removed
19
16
### Fixed
20
17
- Backport #832 . Fix interrupted scan, when the process table is full. [ #835 ] ( https://github.com/greenbone/openvas-scanner/pull/835 )
21
18
- Fix Segmentation fault when freeing hosts and alive hosts [ #893 ] ( https://github.com/greenbone/openvas/pull/893 )
22
19
- Backport #884 . Fix potential segfault.[ #892 ] ( https://github.com/greenbone/openvas/pull/892 )
23
20
24
21
[ 20.8.4 ] : https://github.com/greenbone/openvas-scanner/compare/v20.8.3...openvas-20.08
25
22
26
-
27
23
## [ 20.8.3] - 2021-08-03
28
24
### Fixed
29
25
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ endif (NOT CMAKE_BUILD_TYPE MATCHES "Release")
50
50
51
51
# Set dev version if this is a development version and not a full release,
52
52
# 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 )
54
54
55
55
# If PROJECT_DEV_VERSION is set, the version string will be set to:
56
56
# "major.minor.patch~dev${PROJECT_DEV_VERSION}${GIT_REVISION}"
You can’t perform that action at this time.
0 commit comments