Skip to content

Commit

Permalink
Merge pull request #332 from timopollmeier/prepare-10.0.2
Browse files Browse the repository at this point in the history
Prepare 10.0.2 release
  • Loading branch information
mattmundell authored May 12, 2020
2 parents c6fef39 + b3cac61 commit 3d0150e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,17 @@ or get the entire source code repository and view log history:
$ git clone https://github.com/greenbone/gvm-libs.git
$ cd gvm-libs && git checkout gvm-libs-10.0 && git log

gvm-libs 10.0.2 (2020-05-12)

This is the second patch release of the gvm-libs module 10.0 for the
Greenbone Vulnerability Management 10 (GVM-10) framework.

Main changes compared to gvm-libs 10.0.1:

* Fix trust and file handling for S/MIME
* Don't create an entity tree during read_string_c


gvm-libs 10.0.1 (2019-07-17)

This is the first patch release of the gvm-libs module 10.0 for the
Expand Down
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 the Greenbone Vulnerability Management Libraries...")

project (gvm-libs
VERSION 10.0.1
VERSION 10.0.2
LANGUAGES C)

if (POLICY CMP0005)
Expand Down

0 comments on commit 3d0150e

Please sign in to comment.