openvas-cli 1.1.5 (2012-07-19)

This is the 1.1.5 release of the OpenVAS Command Line Interface (CLI) for the
Open Vulnerability Assessment System (OpenVAS).

OpenVAS CLI 1.1 is part of OpenVAS 4 and OpenVAS 5 and supports OMP 2.0,
OMP 3.0 and compatible subsets of future versions.

This release fixes build issues and allows it to use future OMP versions
as long as commands are still compatible.

Many thanks to everyone who has contributed to this release:
Matthew Mundell, Michael Wiegand and Jan-Oliver Wagner.

Main changes compared to 1.1.4:
* Clean up CMake infrastructure and ensure that compilation with modern
  gccs works.
* If the OMP version is unknown just treat it like version 3.0, as later
  versions may still work with the 3.0 settings.


openvas-cli 1.1.4 (2011-12-06)

This is the 1.1.4 release of the OpenVAS Command Line Interface (CLI) for the
Open Vulnerability Assessment System (OpenVAS).

OpenVAS CLI 1.1 is part of OpenVAS 4 and supports both the OMP 2.0 and the
upcoming OMP 3.0 protocol.

This release adds support for OMP 3.0 when retrieving reports.

Many thanks to everyone who has contributed to this release:
Henri Doreau, Matthew Mundell and Michael Wiegand.

Main changes compared to 1.1.3:
* Support for OMP 3.0 when retrieving reports has been added.


openvas-cli 1.1.3 (2011-10-12)

This is the 1.1.3 release of the OpenVAS Command Line Interface (CLI) for the
Open Vulnerability Assessment System (OpenVAS).

OpenVAS CLI 1.1 is part of OpenVAS 4 and supports the protocol OMP 2.0 protocol.

This release adds support for reading XML input from stdin.

Many thanks to everyone who has contributed to this release:
Matthew Mundell and Michael Wiegand.

Main changes compared to 1.1.2:
* The "omp" command now accepts XML input from stdin when using the "-X"
  parameter.


openvas-cli 1.1.2 (2011-02-21)

This is the 1.1.2 release of the OpenVAS Command Line Interface (CLI) for the
Open Vulnerability Assessment System (OpenVAS).

OpenVAS CLI 1.1 is part of OpenVAS 4 and supports the protocol OMP 2.0 protocol.

This release features cleanups in the build process and fixes an issue with
incorrect documentation on the man page.

Many thanks to everyone who has contributed to this release:
Michael Wiegand.

Main changes compared to 1.1.0:
* The build environment has been consolidated.
* The documentation for the password parameter on the man page has been
  corrected.


openvas-cli 1.1.1 (2011-02-04)

This is the 1.1.1 release of the OpenVAS Command Line Interface (CLI) for the
Open Vulnerability Assessment System (OpenVAS).

OpenVAS CLI 1.1 is part of OpenVAS 4 and supports the protocol OMP 2.0 protocol.

This release feature updates to the build process, improved documentation and
an improved handling of authentication passwords.

Many thanks to everyone who has contributed to this release:
Matthew Mundell, Jan-Oliver Wagner and Michael Wiegand

Main changes compared to 1.1.0:
* Hardening flags are now enabled during compile time to increase code quality.
* The output of --version is now compliant with the GNU Coding Standards.
* The omp binary now warns about revealing passwords when verbose output is
  requested.
* OpenVAS CLI now use pkg-config to find required libraries.
* OpenVAS CLI now provides a manual page for the omp binary.
* The authentication password can now be entered interactively.


openvas-cli 1.1.0 (2010-12-03)

This is the 1.1.0 release of the OpenVAS Command Line Interface
(CLI) for the Open Vulnerability Assessment System (OpenVAS).

The mission of OpenVAS CLI Client is to allow creating
batch processes for OpenVAS Manager using the protocol OMP.
The command line tool runs on various Windows, MacOSX,
GNU/Linux and other unixoid operating systems.

OpenVAS CLI 1.1 is part of OpenVAS 4 and supports the
upcoming protocol OMP 2.0.

Main changes compared to 1.1+rc1:
* New parameter: --get-configs for retrieving a list of scan configs.
* New parameter: --get-targets for retrieving a list of targets.


openvas-cli 1.1+rc1 (2010-11-22)

This release is the first release candidate of the upcoming 1.1 release
of the OpenVAS Command Line Client. It is the command line interface
that allows to create batch processes for OpenVAS Manager using
the protocol OMP.
Release 1.1 is part of OpenVAS 4, the next generation
of the Open Vulnerability Assessment System.

This release features improved compatibility across different OMP versions,
improved documentation, two new command shortcuts and ensures that special
characters are handled correctly in OMP requests.

Many thanks to everyone who has contributed to this release since 1.0.0:
Matthew Mundell, Michael Wiegand and Felix Wolfsteller.

Main changes compared to 1.0:
* Special characters in OMP commands (like umlauts) are now handled correctly.
* The documentation has been improved; source code documentation can now be
  generated using the "make doc" and "make doc-full" commands.
* Compatibility with different OMP versions has been improved.
* New parameter: --get-report-formats for retrieving the available report
  formats (OMP 2.0 only).
* New parameter: --get-omp-version for determining the OMP version used by the
  server.


openvas-cli 1.0.0 (2010-08-03)

This is the 1.0.0 release of the openvas-cli module, an OMP command line client
for the Open Vulnerability Assessment System (OpenVAS).

The OpenVAS CLI contains the command line tool "omp" which allows to send any
command of the OpenVAS Management Protocol (OMP) in original form and some of
the commands as short cuts.  This allows to create batch processes for remote
control of OpenVAS.

OpenVAS CLI is licensed under GNU General Public License Version 2 or any later
version.

Many thanks to everyone who has contributed to this release since 0.2.0:
Jan-Oliver Wagner and Michael Wiegand

Main changes compared to 0.2.0:
* The build environment and the code have been cleaned up and made more
  consistent with the other OpenVAS modules.
* The documentation has been updated.


openvas-cli 0.2.0 (2010-07-19)

This is the second public release of the openvas-cli module for the Open
Vulnerability Assessment System (OpenVAS).

Many thanks to everyone who has contributed to this release:
Stephan Kleine, Matthew Mundell, Jan-Oliver Wagner, Michael Wiegand and Felix
Wolfsteller.

Main changes compared to 0.1.0:
* The build environment has been improved. It is now possible to use MinGW to
  compile openvas-cli for Microsoft Windows.
* Support for storing the connection credentials in a configuration file has
  been added.
* The --get-status parameter has been renamed to --get-tasks to reflect the
  updates in the OMP specification.
* The openvas-libraries dependency has been raised to 3.1.0.


openvas-cli 0.1.0 (2010-03-22)

This is the first public release of the openvas-cli module for the Open
Vulnerability Assessment System (OpenVAS).

The OpenVAS CLI module collects command line tools to communication
with OpenVAS services. Primarily this is the "omp" tool
to use the OpenVAS Management Protocol (OMP) to communicate
with the OpenVAS Manager.
