Skip to content

Commit

Permalink
Prepare release 8.0.1
Browse files Browse the repository at this point in the history
This updates the version number and the release date in CHANGELOG.md
as preparation for the 8.0.1 release and fixes the comparison links.
  • Loading branch information
timopollmeier committed Jul 17, 2019
1 parent efd5168 commit 3f7c3bc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 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/).

## [8.0.1] (unreleased)
## [8.0.1] (2019-07-17)

### Added
- Special characters in credential login names are allowed. [#475](https://github.com/greenbone/gvmd/pull/475)
Expand Down Expand Up @@ -54,7 +54,7 @@ long schedule XML, not just if only the schedules are requested. [#500](https://
- Remove -m SMB3 for smbclient in SMB alert, which allows changing the maximum protocol version via the smbclient config instead of forcing a particular one in the alert script. [#505](https://github.com/greenbone/gvmd/pull/505)
- Remove "slave" from valid_db_resource_type. [#558](https://github.com/greenbone/gvmd/pull/558)

[8.0.1]: https://github.com/greenbone/openvas/compare/v8.0.0...gvmd-8.0
[8.0.1]: https://github.com/greenbone/gvmd/compare/v8.0.0...v8.0.1

## [8.0.0] (2019-04-05)

Expand Down Expand Up @@ -104,4 +104,4 @@ long schedule XML, not just if only the schedules are requested. [#500](https://
- The compile-time LOG option has been removed.
- Report format special case has been removed from send_get_common [#456](https://github.com/greenbone/gvmd/pull/456)

[8.0.0]: https://github.com/greenbone/openvas/compare/v8.0+beta2...v8.0.0
[8.0.0]: https://github.com/greenbone/gvmd/compare/v8.0+beta2...v8.0.0
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ cmake_minimum_required (VERSION 3.0)
message ("-- Configuring Greenbone Vulnerability Manager...")

project (gvm
VERSION 8.0.0
VERSION 8.0.1
LANGUAGES C)

if (POLICY CMP0005)
Expand Down

0 comments on commit 3f7c3bc

Please sign in to comment.