[Openvas-commits] r5392 - in trunk/openvas-libraries: . doc
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Tue Oct 6 11:43:07 CEST 2009
Author: mwiegand
Date: 2009-10-06 11:43:06 +0200 (Tue, 06 Oct 2009)
New Revision: 5392
Modified:
trunk/openvas-libraries/CHANGES
trunk/openvas-libraries/ChangeLog
trunk/openvas-libraries/VERSION
trunk/openvas-libraries/doc/Doxyfile
trunk/openvas-libraries/doc/Doxyfile_full
Log:
Preparing the openvas-libraries 3.0.0-beta3 release.
* CHANGES: Updated.
* VERSION: Set to 3.0.0.beta3.
* doc/Doxyfile, doc/Doxyfile_full: Updated PROJECT_NUMBER.
Modified: trunk/openvas-libraries/CHANGES
===================================================================
--- trunk/openvas-libraries/CHANGES 2009-10-06 09:38:00 UTC (rev 5391)
+++ trunk/openvas-libraries/CHANGES 2009-10-06 09:43:06 UTC (rev 5392)
@@ -1,3 +1,55 @@
+openvas-libraries 3.0.0-beta3 (2009-10-06)
+
+This release is the third beta version of openvas-libraries
+leading up to the upcoming 3.0 release of OpenVAS.
+It introduces a significantly improved and changed source
+code architecture and therefore introduces a new API for the
+other OpenVAS components.
+
+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, Marcus Brinkmann, Tim Brown, Vlatko Kosturjak, Michael Meyer,
+Matthew Mundell, Laban Mwangi, Srinivasa NL, Jan Wagner, Jan-Oliver Wagner,
+Michael Wiegand and Felix Wolfsteller.
+
+Main changes compared to 2.0.x:
+
+* IPv6 support
+* WMI-Client support
+* Integration of openvas-libnasl
+* New library "base"
+* New library "omp"
+* Former libopenvas renamed to libopenvas_misc
+* New NVT cache implementation to overcome limitations
+* Several files from openvas-client integrated
+* Use of "cmake" to build base, omp and nasl
+* glib dependency raised from 2.6 to 2.12
+
+Main changes compared to 3.0.0-beta2:
+
+* Minimum cmake version raised from 2.4 to 2.6
+* Internal library reorganisation
+* Proctitle now contains the correct binary name for openvas-scanner
+* Configured values for the local state directory and for the system
+ configuration directory are now honoured correctly during build time
+
+
openvas-libraries 3.0.0-beta2 (2009-09-28)
This release is the second beta version of openvas-libraries
Modified: trunk/openvas-libraries/ChangeLog
===================================================================
--- trunk/openvas-libraries/ChangeLog 2009-10-06 09:38:00 UTC (rev 5391)
+++ trunk/openvas-libraries/ChangeLog 2009-10-06 09:43:06 UTC (rev 5392)
@@ -1,3 +1,13 @@
+2009-10-06 Michael Wiegand <michael.wiegand at intevation.de>
+
+ Preparing the openvas-libraries 3.0.0-beta3 release.
+
+ * CHANGES: Updated.
+
+ * VERSION: Set to 3.0.0.beta3.
+
+ * doc/Doxyfile, doc/Doxyfile_full: Updated PROJECT_NUMBER.
+
2009-10-06 Felix Wolfsteller <felix.wolfsteller at intevation.de>
* misc/store.c, nasl/nasl_scanner_glue.c: Replaced openvasd by
Modified: trunk/openvas-libraries/VERSION
===================================================================
--- trunk/openvas-libraries/VERSION 2009-10-06 09:38:00 UTC (rev 5391)
+++ trunk/openvas-libraries/VERSION 2009-10-06 09:43:06 UTC (rev 5392)
@@ -1 +1 @@
-3.0.0.beta3.SVN
+3.0.0.beta3
Modified: trunk/openvas-libraries/doc/Doxyfile
===================================================================
--- trunk/openvas-libraries/doc/Doxyfile 2009-10-06 09:38:00 UTC (rev 5391)
+++ trunk/openvas-libraries/doc/Doxyfile 2009-10-06 09:43:06 UTC (rev 5392)
@@ -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-libraries/doc/Doxyfile_full
===================================================================
--- trunk/openvas-libraries/doc/Doxyfile_full 2009-10-06 09:38:00 UTC (rev 5391)
+++ trunk/openvas-libraries/doc/Doxyfile_full 2009-10-06 09:43:06 UTC (rev 5392)
@@ -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