From b3cac61400b20ebf23a375985e22f3a664bdbabb Mon Sep 17 00:00:00 2001 From: Timo Pollmeier Date: Tue, 12 May 2020 17:29:09 +0200 Subject: [PATCH] Prepare 10.0.2 release --- CHANGES | 11 +++++++++++ CMakeLists.txt | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index 3faaaa2a5..211f32263 100644 --- a/CHANGES +++ b/CHANGES @@ -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 diff --git a/CMakeLists.txt b/CMakeLists.txt index af7a6482f..546f7a9a9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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)