openvas-cli 1.0.1 (2010-10-27)

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

It improves the handling of special characters in OMP commands.

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

Main changes compared to 1.0.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.


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.
