[Openvas-commits] r5727 - in trunk/openvas-client: . doc
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Mon Oct 26 12:22:58 CET 2009
Author: mwiegand
Date: 2009-10-26 12:22:46 +0100 (Mon, 26 Oct 2009)
New Revision: 5727
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-beta3 release.
* VERSION: Set to 3.0.0.beta3.
* doc/Doxyfile, doc/Doxyfile_full: Updated PROJECT_NUMBER.
* CHANGES: Updated.
Modified: trunk/openvas-client/CHANGES
===================================================================
--- trunk/openvas-client/CHANGES 2009-10-26 11:15:31 UTC (rev 5726)
+++ trunk/openvas-client/CHANGES 2009-10-26 11:22:46 UTC (rev 5727)
@@ -1,3 +1,43 @@
+openvas-client 3.0.0-beta3 (2009-10-26)
+
+This release is the third beta version of openvas-client
+leading up to the upcoming 3.0 release of OpenVAS.
+
+OpenVAS 3.0 will introduce 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.
+
+The "beta" releases are intented to allow testing of the upcoming
+3.0 series. It should be kept separate from OpenVAS 2.0 installations
+and not be used in a production environment.
+
+Many thanks to everyone who has contributed to the 3.0.0 release:
+Marcus Brinkmann, Tim Brown, Matthew Mundell, 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
+* Redundant consolidated into openvas-libraries and 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
+
+Main changes compared to 3.0.0-beta1:
+
+* Internal reorganisations and cleanups.
+
+
openvas-client 3.0.0-beta2 (2009-10-19)
This release is the second beta version of openvas-client
Modified: trunk/openvas-client/ChangeLog
===================================================================
--- trunk/openvas-client/ChangeLog 2009-10-26 11:15:31 UTC (rev 5726)
+++ trunk/openvas-client/ChangeLog 2009-10-26 11:22:46 UTC (rev 5727)
@@ -1,3 +1,13 @@
+2009-10-26 Michael Wiegand <michael.wiegand at intevation.de>
+
+ Preparing the openvas-client 3.0.0-beta3 release.
+
+ * VERSION: Set to 3.0.0.beta3.
+
+ * doc/Doxyfile, doc/Doxyfile_full: Updated PROJECT_NUMBER.
+
+ * CHANGES: Updated.
+
2009-10-23 Matthew Mundell <matthew.mundell at intevation.de>
* src/util/openvas_ssh_rpm.c (get_rpm_generator_path)
Modified: trunk/openvas-client/VERSION
===================================================================
--- trunk/openvas-client/VERSION 2009-10-26 11:15:31 UTC (rev 5726)
+++ trunk/openvas-client/VERSION 2009-10-26 11:22:46 UTC (rev 5727)
@@ -1 +1 @@
-3.0.0.beta3.SVN
+3.0.0.beta3
Modified: trunk/openvas-client/doc/Doxyfile
===================================================================
--- trunk/openvas-client/doc/Doxyfile 2009-10-26 11:15:31 UTC (rev 5726)
+++ trunk/openvas-client/doc/Doxyfile 2009-10-26 11:22:46 UTC (rev 5727)
@@ -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.beta3.SVN
+PROJECT_NUMBER = 3.0.0.beta3
# 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-10-26 11:15:31 UTC (rev 5726)
+++ trunk/openvas-client/doc/Doxyfile_full 2009-10-26 11:22:46 UTC (rev 5727)
@@ -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.beta3.SVN
+PROJECT_NUMBER = 3.0.0.beta3
# 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