From 4fb79c098a5bdc4e2c442651898534181f5420ab Mon Sep 17 00:00:00 2001 From: Juan Jose Nicola Date: Thu, 4 Apr 2019 11:00:46 -0400 Subject: [PATCH 1/2] Update CHANGES. --- CHANGES | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGES b/CHANGES index 31cf53b1..ab91a0b3 100644 --- a/CHANGES +++ b/CHANGES @@ -7,6 +7,15 @@ or get the entire source code repository and view log history: $ git clone https://github.com/greenbone/openvas-smb.git $ cd openvas-smb && git log +openvas-smb 1.0.5 (2019-04-05) + +This is the fifth maintenance release of the openvas-smb module 1.0 for the +Greenbone Vulnerability Management 10 (GVM-10) framework. + +Main changes compared to 1.0.4: +* Documentation has been updated and improved. + + openvas-smb 1.0.4 (2018-08-29) This is the fourth maintenance release of the openvas-smb module 1.0 for the From 70f8b72f9720ab5708ef3e65ed33a02e096b2fdf Mon Sep 17 00:00:00 2001 From: Juan Jose Nicola Date: Thu, 4 Apr 2019 11:07:25 -0400 Subject: [PATCH 2/2] CMakeLists.txt: Update version to 1.0.5. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index a2df518f..021b08f7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -25,7 +25,7 @@ cmake_minimum_required(VERSION 3.0) project(openvas-smb - VERSION 1.0.4 + VERSION 1.0.5 LANGUAGES C) set(CMAKE_INCLUDE_CURRENT_DIR ON)