[Openvas-commits] r6193 - in trunk/openvas-scanner: . doc
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Fri Dec 18 14:46:33 CET 2009
Author: mwiegand
Date: 2009-12-18 14:46:28 +0100 (Fri, 18 Dec 2009)
New Revision: 6193
Modified:
trunk/openvas-scanner/CHANGES
trunk/openvas-scanner/ChangeLog
trunk/openvas-scanner/VERSION
trunk/openvas-scanner/doc/Doxyfile
trunk/openvas-scanner/doc/Doxyfile_full
Log:
Preparing the openvas-scanner 3.0.0 release.
* VERSION: Set to 3.0.0.
* doc/Doxyfile, doc/Doxyfile_full: Updated PROJECT_NUMBER.
* CHANGES: Updated.
Modified: trunk/openvas-scanner/CHANGES
===================================================================
--- trunk/openvas-scanner/CHANGES 2009-12-18 13:42:37 UTC (rev 6192)
+++ trunk/openvas-scanner/CHANGES 2009-12-18 13:46:28 UTC (rev 6193)
@@ -1,3 +1,47 @@
+openvas-scanner 3.0.0 (2009-12-18)
+
+This is the 3.0.0 release of the openvas-scanner module for the Open
+Vulnerability Assessment System (OpenVAS). Apart from the name change
+from openvas-server to openvas-scanner, now the platform-dependent NVTs
+as well as the OpenVAS NVT Feed synchronisation script have been
+integrated.
+
+OpenVAS 3.0 introduces a new architecture where openvas-libraries now
+includes openvas-libnasl as well as redundant code from openvas-client
+and where openvas-server is renamed to openvas-scanner and includes any
+platform-dependent elements of openvas-plugins. As a result of this, the
+source code line count has been reduced even though new features have
+been added. Also, for running the scanner now only 2 modules are
+required (instead of 4 as for OpenVAS 2.0).
+
+New features of OpenVAS include support for IPv6 and WMI-Clients.
+Version 3.0 also supports the new OpenVAS Manager and OpenVAS
+Administrator as optional extensions. This combination leverages the
+vulnerability scanner to a comprehensive vulnerability management
+solution.
+
+Many thanks to everyone who has contributed to the 3.0.0 release:
+Chandrashekhar B, Tim Brown, Javier Fernández-Sanguino Peña, Vlatko
+Kosturjak, Matthew Mundell, Srinivasa NL, Jan Wagner, Jan-Oliver Wagner,
+Michael Wiegand and Felix Wolfsteller.
+
+Main changes compared to 2.0.x:
+
+* IPv6 support
+* Integration of platform dependent NVTs from openvas-plugins
+* Integration of openvas-nvt-sync script
+* Renamed daemon from openvasd to openvassd
+* glib dependency raised from 2.6 to 2.12
+* openvasd-config removed as no other packages require this package for
+ building.
+* For the same reason, no header files are installed anymore
+
+Main changes compared to 3.0.0-rc1:
+
+* The openvassd.conf configuration file now complies with the key file
+ specification.
+
+
openvas-scanner 3.0.0-rc1 (2009-12-07)
This release is the first release candidate of openvas-scanner
Modified: trunk/openvas-scanner/ChangeLog
===================================================================
--- trunk/openvas-scanner/ChangeLog 2009-12-18 13:42:37 UTC (rev 6192)
+++ trunk/openvas-scanner/ChangeLog 2009-12-18 13:46:28 UTC (rev 6193)
@@ -1,3 +1,13 @@
+2009-12-18 Michael Wiegand <michael.wiegand at intevation.de>
+
+ Preparing the openvas-scanner 3.0.0 release.
+
+ * VERSION: Set to 3.0.0.
+
+ * doc/Doxyfile, doc/Doxyfile_full: Updated PROJECT_NUMBER.
+
+ * CHANGES: Updated.
+
2009-12-17 Michael Wiegand <michael.wiegand at intevation.de>
* openvassd/preferences.c (preferences_new): Added group name so the
Modified: trunk/openvas-scanner/VERSION
===================================================================
--- trunk/openvas-scanner/VERSION 2009-12-18 13:42:37 UTC (rev 6192)
+++ trunk/openvas-scanner/VERSION 2009-12-18 13:46:28 UTC (rev 6193)
@@ -1 +1 @@
-3.0.0.rc2.SVN
+3.0.0
Modified: trunk/openvas-scanner/doc/Doxyfile
===================================================================
--- trunk/openvas-scanner/doc/Doxyfile 2009-12-18 13:42:37 UTC (rev 6192)
+++ trunk/openvas-scanner/doc/Doxyfile 2009-12-18 13:46:28 UTC (rev 6193)
@@ -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-scanner/doc/Doxyfile_full
===================================================================
--- trunk/openvas-scanner/doc/Doxyfile_full 2009-12-18 13:42:37 UTC (rev 6192)
+++ trunk/openvas-scanner/doc/Doxyfile_full 2009-12-18 13:46:28 UTC (rev 6193)
@@ -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