Skip to content

Commit

Permalink
Prepare to release new version.
Browse files Browse the repository at this point in the history
* CMakeLists.txt Minimum required openvas-smb to 1.0.4
* CHANGES: Update changes.
* INSTALL: Update documentation.
  • Loading branch information
jjnicola committed Aug 29, 2018
1 parent 4a12fa2 commit c32cbc9
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 3 deletions.
28 changes: 28 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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...")
Expand Down
2 changes: 1 addition & 1 deletion INSTALL
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c32cbc9

Please sign in to comment.