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 12, 2021
1 parent 8061c5c commit f7d4d80
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ 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] - Unreleased - 2021-10-12
### Changed
* Changed defaults for installation locations [#1662](https://github.com/greenbone/gvmd/pull/1662) [#1665](https://github.com/greenbone/gvmd/pull/1665)
* SYSCONFDIR is /etc by default now
Expand All @@ -16,15 +15,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
* Removed gvmd.default file and adjusted gvmd.service file accordingly
* GVM_FEED_LOCK_PATH is /var/lib/gvm/feed-update.lock by default now

### Deprecated
### Removed
* Remove BID from GMP documentation [#1673](https://github.com/greenbone/gvmd/pull/1673)

### Fixed

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


## [20.8.3] - 2021-08-03

### Added
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,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 f7d4d80

Please sign in to comment.