[Openvas-commits] r5398 - in trunk/openvas-scanner: . doc
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Tue Oct 6 12:48:26 CEST 2009
Author: mwiegand
Date: 2009-10-06 12:48:25 +0200 (Tue, 06 Oct 2009)
New Revision: 5398
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-beta3 release.
* VERSION: Set to 3.0.0.beta3
* doc/Doxyfile, doc/Doxyfile_full: Updated PROJECT_NUMBER.
* CHANGES: Updated.
Modified: trunk/openvas-scanner/CHANGES
===================================================================
--- trunk/openvas-scanner/CHANGES 2009-10-06 10:18:14 UTC (rev 5397)
+++ trunk/openvas-scanner/CHANGES 2009-10-06 10:48:25 UTC (rev 5398)
@@ -1,3 +1,51 @@
+openvas-scanner 3.0.0-beta3 (2009-10-06)
+
+This release is the third beta version of openvas-scanner
+leading up to the upcoming 3.0 release of OpenVAS.
+Apart from the name change from openvas-server to
+openvas-scanner, the platform-dependent NVTs as
+well as the OpenVAS NVT Feed synchronisation script
+are now integrated.
+
+OpenVAS 3.0 will introduce 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 will shrink, though new features will be 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 prepares the new OpenVAS Manager and OpenVAS Administrator
+as optional extension. This combination leverages the vulnerability
+scanner to a comprehensive vulnerability management solution.
+
+The "beta" releases are intended 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:
+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-beta2:
+
+* Adjustments for the API changes that happened from
+ openvas-libraries 3.0.0-beta2 to 3.0.0-beta3.
+
+
openvas-scanner 3.0.0-beta2 (2009-09-28)
This release is the second beta version of openvas-scanner
Modified: trunk/openvas-scanner/ChangeLog
===================================================================
--- trunk/openvas-scanner/ChangeLog 2009-10-06 10:18:14 UTC (rev 5397)
+++ trunk/openvas-scanner/ChangeLog 2009-10-06 10:48:25 UTC (rev 5398)
@@ -1,3 +1,13 @@
+2009-10-06 Michael Wiegand <michael.wiegand at intevation.de>
+
+ Preparing the openvas-scanner 3.0.0-beta3 release.
+
+ * VERSION: Set to 3.0.0.beta3
+
+ * doc/Doxyfile, doc/Doxyfile_full: Updated PROJECT_NUMBER.
+
+ * CHANGES: Updated.
+
2009-10-05 Felix Wolfsteller <felix.wolfsteller at intevation.de>
Removed dependence on libopenvas.h.
Modified: trunk/openvas-scanner/VERSION
===================================================================
--- trunk/openvas-scanner/VERSION 2009-10-06 10:18:14 UTC (rev 5397)
+++ trunk/openvas-scanner/VERSION 2009-10-06 10:48:25 UTC (rev 5398)
@@ -1 +1 @@
-3.0.0.beta3.SVN
+3.0.0.beta3
Modified: trunk/openvas-scanner/doc/Doxyfile
===================================================================
--- trunk/openvas-scanner/doc/Doxyfile 2009-10-06 10:18:14 UTC (rev 5397)
+++ trunk/openvas-scanner/doc/Doxyfile 2009-10-06 10:48:25 UTC (rev 5398)
@@ -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-scanner/doc/Doxyfile_full
===================================================================
--- trunk/openvas-scanner/doc/Doxyfile_full 2009-10-06 10:18:14 UTC (rev 5397)
+++ trunk/openvas-scanner/doc/Doxyfile_full 2009-10-06 10:48:25 UTC (rev 5398)
@@ -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