From c32cbc912e08bbc8088da9f0aa9c0c2cdfb5ff7b Mon Sep 17 00:00:00 2001 From: jnicola Date: Wed, 29 Aug 2018 13:58:24 +0200 Subject: [PATCH] Prepare to release new version. * CMakeLists.txt Minimum required openvas-smb to 1.0.4 * CHANGES: Update changes. * INSTALL: Update documentation. --- CHANGES | 28 ++++++++++++++++++++++++++++ CMakeLists.txt | 4 ++-- INSTALL | 2 +- 3 files changed, 31 insertions(+), 3 deletions(-) diff --git a/CHANGES b/CHANGES index 097bf875a..f4ba3f810 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,31 @@ +SUMMARY OF RELEASE CHANGES FOR OPENVAS-LIBRARIES 9.0 +==================================================== + +For detailed code changes, please visit + https://github.com/greenbone/gvm-libs/commits/openvas-libraries-9.0 +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 openvas-libraries-9.0 && git log + + +openvas-libraries 9.0.3 (2018-08-29) + +This is the third maintenance release of the openvas-libraries 9.0 +module for the Open Vulnerability Assessment System 9 (OpenVAS-9). + +Many thanks to everyone who contributed to this release: +Hani Benhabiles, Christian Fischer, Matt Mundell, Juan Jose Nicola, +Timo Pollmeier and Michael Wiegand. + +Main changes compared to 9.0.2: +* Minimum required openvas-smb version to have WMI support has been raised + to 1.0.4. +* An issue related to a value inserted in nvticache has been addressed. +* Support to specify a regex-based mandatory key has been added. +* Nvticache cleanup has been improved. +* Handling of duplicate nvt warning has been improved. +* An issue related to the support for radcli library has been addressed. + openvas-libraries 9.0.2 (2018-03-07) This is the second maintenance release of the openvas-libraries 9.0 diff --git a/CMakeLists.txt b/CMakeLists.txt index 1ef954f4e..94c1c7862 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -190,8 +190,8 @@ message ("-- Install prefix: ${CMAKE_INSTALL_PREFIX}") pkg_check_modules (GNUTLS REQUIRED gnutls>=3.2.15) pkg_check_modules (GLIB REQUIRED glib-2.0>=2.32) if (NOT OPENVAS_OMP_ONLY) - pkg_check_modules (OPENVAS_WMICLIENT libopenvas_wmiclient>=1.0.1) - pkg_check_modules (OPENVAS_WINCMD libopenvas_wincmd>=1.0.1) + pkg_check_modules (OPENVAS_WMICLIENT libopenvas_wmiclient>=1.0.4) + pkg_check_modules (OPENVAS_WINCMD libopenvas_wincmd>=1.0.4) pkg_check_modules (LIBSSH REQUIRED libssh>=0.5.0) message (STATUS "Looking for pcap...") diff --git a/INSTALL b/INSTALL index 814cc9c11..34f4ec332 100644 --- a/INSTALL +++ b/INSTALL @@ -37,7 +37,7 @@ Prerequisites for building documentation: * sqlfairy (optional, for producing database diagram) Recommended to have WMI support: -* openvas-smb >= 1.0.1 +* openvas-smb >= 1.0.4 Recommended to have improved SNMP support: * netsnmp