2010-05-17  Hartmut Goebel <h.goebel@goebel-consult.de>

	Minor change to usage of oap-cli create-user.

	* openvas/oaplib/cmd.py (subcommand create_user): --role now
	defaults to `User`, option --new_password renamed to
	--new-password.

2010-05-17  Hartmut Goebel <h.goebel@goebel-consult.de>

	Minor documentation update.

	* README: Tell about oap-cli and added some examples.

	* oap-cli.rst: More examples.

	* openvas/oaplib/cmd.py (subcommands create-user, modify-user):
	Better messages and help.

2010-05-17  Hartmut Goebel <h.goebel@goebel-consult.de>

	Removed dependency on pyOpenSSL, use the ssl module provided by
	Python instead.

	* openvas/omplib/__init__.py (class _SSLSocket): removed.

	* openvas/omplib/__init__.py (OMPClient.open): use
	ssl.wrap_socket() instead of _SSLSocket.

	* openvas/omplib/__init__.py (OMPClient.close): use
	socket.close() instead of socket.shutdown()

	* README: removed requirement for pyOpenSSL

2010-05-08  Hartmut Goebel <h.goebel@goebel-consult.de>

	* setup.py: New command build_docs for generating the
	man-pages (and a html version of them), incl. version
	substitution.

	* oap-cli.rst: version substitution tag

	* MANIFEST.in: Honor doc files (man, html); remove unused entry
	for docutils-manpage-writer.

	* setup.cfg: Updated aliases to include build_docs

2010-05-02  Hartmut Goebel <h.goebel@goebel-consult.de>

	* Starting package "bindings/python/openvas.oaplib" (pure-python
	OAP client library).
