[Openvas-commits] r5607 - in trunk/openvas-libraries: . doc
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Mon Oct 19 13:47:56 CEST 2009
Author: mwiegand
Date: 2009-10-19 13:47:55 +0200 (Mon, 19 Oct 2009)
New Revision: 5607
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-beta4 release.
* CHANGES: Updated.
* VERSION: Set to 3.0.0.beta4.
* doc/Doxyfile, doc/Doxyfile_full: Updated PROJECT_NUMBER.
Modified: trunk/openvas-libraries/CHANGES
===================================================================
--- trunk/openvas-libraries/CHANGES 2009-10-19 11:27:07 UTC (rev 5606)
+++ trunk/openvas-libraries/CHANGES 2009-10-19 11:47:55 UTC (rev 5607)
@@ -1,3 +1,54 @@
+openvas-libraries 3.0.0-beta4 (2009-10-19)
+
+This release is the fourth 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-beta3:
+
+* A number of resource and memory leaks have been identified and fixed.
+* Signature verification works again.
+* Command line options for the standalone NASL interpreter have been updated.
+* API improvements.
+
+
openvas-libraries 3.0.0-beta3 (2009-10-06)
This release is the third beta version of openvas-libraries
Modified: trunk/openvas-libraries/ChangeLog
===================================================================
--- trunk/openvas-libraries/ChangeLog 2009-10-19 11:27:07 UTC (rev 5606)
+++ trunk/openvas-libraries/ChangeLog 2009-10-19 11:47:55 UTC (rev 5607)
@@ -1,3 +1,13 @@
+2009-10-19 Michael Wiegand <michael.wiegand at intevation.de>
+
+ Preparing the openvas-libraries 3.0.0-beta4 release.
+
+ * CHANGES: Updated.
+
+ * VERSION: Set to 3.0.0.beta4.
+
+ * doc/Doxyfile, doc/Doxyfile_full: Updated PROJECT_NUMBER.
+
2009-10-18 Jan-Oliver Wagner <jan-oliver.wagner at greenbone.net>
* nasl/TODO: Removed old entry and clarified a bit.
Modified: trunk/openvas-libraries/VERSION
===================================================================
--- trunk/openvas-libraries/VERSION 2009-10-19 11:27:07 UTC (rev 5606)
+++ trunk/openvas-libraries/VERSION 2009-10-19 11:47:55 UTC (rev 5607)
@@ -1 +1 @@
-3.0.0.beta4.SVN
+3.0.0.beta4
Modified: trunk/openvas-libraries/doc/Doxyfile
===================================================================
--- trunk/openvas-libraries/doc/Doxyfile 2009-10-19 11:27:07 UTC (rev 5606)
+++ trunk/openvas-libraries/doc/Doxyfile 2009-10-19 11:47:55 UTC (rev 5607)
@@ -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.beta4.SVN
+PROJECT_NUMBER = 3.0.0.beta4
# 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-19 11:27:07 UTC (rev 5606)
+++ trunk/openvas-libraries/doc/Doxyfile_full 2009-10-19 11:47:55 UTC (rev 5607)
@@ -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.beta4.SVN
+PROJECT_NUMBER = 3.0.0.beta4
# 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