Skip to content

Commit

Permalink
Prepare 20.8.1 release
Browse files Browse the repository at this point in the history
This updates the CHANGELOG date and links as well as the version and
gvm-libs dependencies in CMakeLists.txt.
  • Loading branch information
timopollmeier committed Feb 2, 2021
1 parent 3f74921 commit 7c8fe0e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +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.1] (unreleased)
## [20.8.1] (2021-02-02)

### Added
- Added ability to enter Subject Alternative Names (SAN) when generating a CSR [#1246](https://github.com/greenbone/gvmd/pull/1246)
Expand Down Expand Up @@ -61,7 +61,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
### Removed
- Remove DROP from vulns creation [#1281](http://github.com/greenbone/gvmd/pull/1281)

[20.8.1]: https://github.com/greenbone/gvmd/compare/v20.8.0...gvmd-20.08
[20.8.1]: https://github.com/greenbone/gvmd/compare/v20.8.0...v20.8.1

## [20.8.0] (2020-08-11)

Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ message ("-- Configuring Greenbone Vulnerability Manager...")
# VERSION: Set patch version for stable releases, e.g. "9.0.0",
# unset patch version for prereleases, e.g. "9.0"
project (gvm
VERSION 20.8.0
VERSION 20.8.1
LANGUAGES C)

if (POLICY CMP0005)
Expand Down
8 changes: 4 additions & 4 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ find_package (Threads)
## list and throw an error, otherwise long install-cmake-install-cmake cycles
## might occur.

pkg_check_modules (LIBGVM_BASE REQUIRED libgvm_base>=20.8.0)
pkg_check_modules (LIBGVM_UTIL REQUIRED libgvm_util>=20.8.0)
pkg_check_modules (LIBGVM_OSP REQUIRED libgvm_osp>=20.8.0)
pkg_check_modules (LIBGVM_GMP REQUIRED libgvm_gmp>=20.8.0)
pkg_check_modules (LIBGVM_BASE REQUIRED libgvm_base>=20.8.1)
pkg_check_modules (LIBGVM_UTIL REQUIRED libgvm_util>=20.8.1)
pkg_check_modules (LIBGVM_OSP REQUIRED libgvm_osp>=20.8.1)
pkg_check_modules (LIBGVM_GMP REQUIRED libgvm_gmp>=20.8.1)
pkg_check_modules (GNUTLS REQUIRED gnutls>=3.2.15)
pkg_check_modules (GLIB REQUIRED glib-2.0>=2.42)
pkg_check_modules (LIBICAL REQUIRED libical>=1.00)
Expand Down

0 comments on commit 7c8fe0e

Please sign in to comment.