[Openvas-commits] r6197 - in trunk/openvas-client: . doc
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Fri Dec 18 15:22:29 CET 2009
Author: mwiegand
Date: 2009-12-18 15:22:24 +0100 (Fri, 18 Dec 2009)
New Revision: 6197
Modified:
trunk/openvas-client/CHANGES
trunk/openvas-client/ChangeLog
trunk/openvas-client/VERSION
trunk/openvas-client/doc/Doxyfile
trunk/openvas-client/doc/Doxyfile_full
Log:
Preparing the openvas-client 3.0.0 release.
* VERSION: Set to 3.0.0.
* doc/Doxyfile, doc/Doxyfile_full: Updated PROJECT_NUMBER.
* CHANGES: Updated.
Modified: trunk/openvas-client/CHANGES
===================================================================
--- trunk/openvas-client/CHANGES 2009-12-18 14:04:13 UTC (rev 6196)
+++ trunk/openvas-client/CHANGES 2009-12-18 14:22:24 UTC (rev 6197)
@@ -1,3 +1,42 @@
+openvas-client 3.0.0 (2009-12-18)
+
+This is the 3.0.0 release of the openvas-client module for the Open
+Vulnerability Assessment System (OpenVAS).
+
+OpenVAS 3.0 introduces a new architecture where openvas-libraries is now
+mandatory dependency for openvas-client (removing a significant amount
+of redundant source code).
+
+New features of OpenVAS-Client include support for IPv6 and OpenVAS
+Management Protocol (OMP). The latter is optional for use of the new
+OpenVAS Manager. OpenVAS-Client 3.0 remains compatible with OpenVAS 2.0
+Scanners.
+
+Many thanks to everyone who has contributed to the 3.0.0 release:
+Chandrashekhar B, Marcus Brinkmann, Tim Brown, Christian Kuersteiner,
+Matthew Mundell, Srinivasa NL, Jan-Oliver Wagner, Michael Wiegand
+and Felix Wolfsteller.
+
+Main changes compared to 2.0.x:
+
+* IPv6 support
+* Integration of OMP Support (to be activated at compile time)
+ It is even possible to configure the client at compile time to use
+ only OMP.
+* Introduces dependency to openvas-libraries and redundant code removed
+* Migration from OpenSSL to GNUTLS for the SSL-based communication
+ encryption
+* glib dependency raised from 2.6 to 2.12
+* openvasclient-mkrand is removed
+* vhosts support
+
+Main changes compared to 3.0.0-rc1:
+
+* A small number of potential resource leaks has been identified and
+ fixed.
+* A link in the about dialog has been corrected.
+
+
openvas-client 3.0.0-rc1 (2009-12-07)
This release is the first release candidate of openvas-client
Modified: trunk/openvas-client/ChangeLog
===================================================================
--- trunk/openvas-client/ChangeLog 2009-12-18 14:04:13 UTC (rev 6196)
+++ trunk/openvas-client/ChangeLog 2009-12-18 14:22:24 UTC (rev 6197)
@@ -1,5 +1,15 @@
2009-12-18 Michael Wiegand <michael.wiegand at intevation.de>
+ Preparing the openvas-client 3.0.0 release.
+
+ * VERSION: Set to 3.0.0.
+
+ * doc/Doxyfile, doc/Doxyfile_full: Updated PROJECT_NUMBER.
+
+ * CHANGES: Updated.
+
+2009-12-18 Michael Wiegand <michael.wiegand at intevation.de>
+
* configure.in: Set default for enable_omp to no.
* configure: Regenerated.
Modified: trunk/openvas-client/VERSION
===================================================================
--- trunk/openvas-client/VERSION 2009-12-18 14:04:13 UTC (rev 6196)
+++ trunk/openvas-client/VERSION 2009-12-18 14:22:24 UTC (rev 6197)
@@ -1 +1 @@
-3.0.0.rc2.SVN
+3.0.0
Modified: trunk/openvas-client/doc/Doxyfile
===================================================================
--- trunk/openvas-client/doc/Doxyfile 2009-12-18 14:04:13 UTC (rev 6196)
+++ trunk/openvas-client/doc/Doxyfile 2009-12-18 14:22:24 UTC (rev 6197)
@@ -23,7 +23,7 @@
# This could be handy for archiving the generated documentation or
# if some version control system is used.
-PROJECT_NUMBER = 3.0.0.rc2.SVN
+PROJECT_NUMBER = 3.0.0
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
# base path where the generated documentation will be put.
Modified: trunk/openvas-client/doc/Doxyfile_full
===================================================================
--- trunk/openvas-client/doc/Doxyfile_full 2009-12-18 14:04:13 UTC (rev 6196)
+++ trunk/openvas-client/doc/Doxyfile_full 2009-12-18 14:22:24 UTC (rev 6197)
@@ -23,7 +23,7 @@
# This could be handy for archiving the generated documentation or
# if some version control system is used.
-PROJECT_NUMBER = 3.0.0.rc2.SVN
+PROJECT_NUMBER = 3.0.0
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
# base path where the generated documentation will be put.
More information about the Openvas-commits
mailing list